Skip to content

Commit

Permalink
hotfix: avoid buggy(?) openstack-sdk version (#693)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Büchse <[email protected]>
  • Loading branch information
mbuechse authored Aug 13, 2024
1 parent 8719f6d commit ba93934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ fabric
kubernetes_asyncio
python-dateutil
PyYAML
openstacksdk
openstacksdk < 3.2.0
requests
2 changes: 1 addition & 1 deletion Tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ multidict==6.0.5
# yarl
netifaces==0.11.0
# via openstacksdk
openstacksdk==3.3.0
openstacksdk==3.1.0
# via -r requirements.in
os-service-types==1.7.0
# via
Expand Down

0 comments on commit ba93934

Please sign in to comment.