summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElod Illes <elod.illes@est.tech>2020-02-19 11:04:56 +0100
committerElod Illes <elod.illes@est.tech>2020-02-19 14:53:18 +0100
commitf63a65acc0b70699e366f2ffe9f449835020e107 (patch)
tree17cdc9f282d9784cd0d28b6ee778d607bd10b414
parente3988d2c45d084ab119d56facfdd5d47aca315a4 (diff)
downloadceilometer-f63a65acc0b70699e366f2ffe9f449835020e107.tar.gz
[stable-only] Cap msgpack12.1.0
periodic job py27 started to fail with: TypeError: __init__() got an unexpected keyword argument 'encoding' This failure comes with the new version of msgpack (1.0.0). Since ceilometer does not use global upper-constraints.txt from requirements repository, msgpack has to be constrained in requirements.txt Change-Id: I3ca76c80b96d49d4d256110c8fca13f9365add0d
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 73833e93..61e99942 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,7 +9,7 @@ futurist>=0.11.0 # Apache-2.0
jsonpath-rw-ext>=0.1.9 # Apache-2.0
lxml>=2.3 # BSD
monotonic
-msgpack>=0.4.0 # Apache-2.0
+msgpack>=0.4.0,<1.0.0 # Apache-2.0
oslo.concurrency>=3.5.0 # Apache-2.0
oslo.config>=3.22.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0