Skip to content

Commit 9c783d6

Browse files
authored
build: unrestrict protobuf deps (canonical#421)
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.
1 parent cdf5355 commit 9c783d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1!10.0.0
1+
1!10.0.1

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ install_requires =
3131
boto3 >= 1.14.20
3232
botocore >= 1.17.20
3333
google-cloud-compute
34-
googleapis-common-protos == 1.63.1 # Fixes dependency issue with google-cloud-compute and the pinned version of protobuf
34+
googleapis-common-protos >= 1.63.1
3535
ibm-cloud-sdk-core >= 3.14.0
3636
ibm-platform-services
3737
ibm-vpc >= 0.10
3838
knack >= 0.7.1
3939
oci >= 2.17.0
4040
openstacksdk >= 1.1.0, < 1.5.0
4141
paramiko >= 2.9.2
42-
protobuf < 3.20.0
42+
protobuf
4343
pyparsing >= 2, < 3.0.0
4444
python-openstackclient >= 5.2.1
4545
pyyaml >= 5.1

0 commit comments

Comments
 (0)