Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Fixed
Contributed by Tatsuma Matsuki (@mtatsuma)

* Fix dependency conflicts by updating ``requests`` (2.23.0) and ``gitpython`` (2.1.15). #4869
* Fix dependency conflicts by specifying ``openstacksdk`` < 0.44.0. #4896

3.1.0 - June 27, 2019
---------------------
Expand Down
5 changes: 5 additions & 0 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,8 @@ python-statsd==2.1.0
prometheus_client==0.1.1
ujson==1.35
zipp>=0.5,<=1.0.0
# python-mistralclient
# --> osc-lib >= 1.8.0 --> 2.0.0
# --> openstacksdk >= 0.15.0 --> 0.44.0
# --> futurist >= 2.1.0, which is Python 3 only
openstacksdk<0.44.0 # 0.43.0 --> futures 3.0.0, which also supports Python 2.7
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ networkx==1.11
nose
nose-parallel==0.3.1
nose-timer==0.7.5
openstacksdk<0.44.0
oslo.config<1.13,>=1.12.1
oslo.utils<=3.37.0,>=3.36.2
paramiko==2.6.0
Expand Down
2 changes: 2 additions & 0 deletions st2actions/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ eventlet
jinja2
kombu
git+https://github.com/StackStorm/python-mistralclient.git#egg=python-mistralclient
# Need to specify this explicitly to pin it to 0.43.0
openstacksdk
oslo.config
oslo.utils
requests
Expand Down
1 change: 1 addition & 0 deletions st2actions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gitpython==2.1.15
jinja2==2.10.3
kombu==4.6.6
lockfile==0.12.2
openstacksdk<0.44.0
oslo.config<1.13,>=1.12.1
oslo.utils<=3.37.0,>=3.36.2
pyinotify==0.9.6 ; platform_system == "Linux"
Expand Down
2 changes: 2 additions & 0 deletions st2api/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ oslo.utils
pymongo
six
git+https://github.com/StackStorm/python-mistralclient.git#egg=python-mistralclient
# Need to specify this explicitly to pin it to 0.43.0
openstacksdk
gunicorn
1 change: 1 addition & 0 deletions st2api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gunicorn==19.9.0
jsonschema==2.6.0
kombu==4.6.6
mongoengine==0.18.2
openstacksdk<0.44.0
oslo.config<1.13,>=1.12.1
oslo.utils<=3.37.0,>=3.36.2
pymongo==3.10.0
Expand Down