Skip to content

Commit

Permalink
build: unrestrict protobuf deps (canonical#421)
Browse files Browse the repository at this point in the history
Since pycloudlib is consumed by various other projects and is often
not standalone, therefore, we should not unnecessarily restrict
dependencies. This dependency was added recently in PR canonical#409.
  • Loading branch information
a-dubs authored Oct 3, 2024
1 parent cdf5355 commit 9c783d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1!10.0.0
1!10.0.1
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ install_requires =
boto3 >= 1.14.20
botocore >= 1.17.20
google-cloud-compute
googleapis-common-protos == 1.63.1 # Fixes dependency issue with google-cloud-compute and the pinned version of protobuf
googleapis-common-protos >= 1.63.1
ibm-cloud-sdk-core >= 3.14.0
ibm-platform-services
ibm-vpc >= 0.10
knack >= 0.7.1
oci >= 2.17.0
openstacksdk >= 1.1.0, < 1.5.0
paramiko >= 2.9.2
protobuf < 3.20.0
protobuf
pyparsing >= 2, < 3.0.0
python-openstackclient >= 5.2.1
pyyaml >= 5.1
Expand Down

0 comments on commit 9c783d6

Please sign in to comment.