Skip to content

Commit

Permalink
Bump ryu to 4.18 to avoid pip import issues
Browse files Browse the repository at this point in the history
Importing pip in code is apparently not supported, but the ryu
library is using it internally. Version 4.18 included a change
to only import pip where needed in a specific method that we
appear to not call from any OpenStack code. Bumping u-c to pick
up this change and test with affected projects.

Pip issue with more details:
pypa/pip#5081

Change-Id: Ia358176cd9d590ac153fcf6bd9da34e2425ff3ee
Depends-on: https://review.openstack.org/554338
  • Loading branch information
stmcginnis committed Mar 19, 2018
1 parent ca6ba8a commit 1e08391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upper-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ rfc3986===0.4.1
rjsmin===1.0.12
rsa===3.4.2
rtslib-fb===2.1.62
ryu===4.10
ryu===4.18
scandir===1.4
scikit-learn===0.18.1
scipy===0.18.1
Expand Down

0 comments on commit 1e08391

Please sign in to comment.