Skip to content

Commit cc13e09

Browse files
authored
deps: remove upper bound on packaging dependency
Towards #1435
1 parent 89f8e9b commit cc13e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# https://github.com/googleapis/google-cloud-python/issues/10566
4141
"google-cloud-core >= 1.4.1, <3.0.0dev",
4242
"google-resumable-media >= 0.6.0, < 3.0dev",
43-
"packaging >= 14.3, <22.0.0dev",
43+
"packaging >= 14.3",
4444
"protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", # For the legacy proto-based types.
4545
"python-dateutil >= 2.7.2, <3.0dev",
4646
"requests >= 2.21.0, < 3.0.0dev",

0 commit comments

Comments
 (0)