Skip to content

Commit 40f4214

Browse files
committed
Install packaging package
1 parent 002d914 commit 40f4214

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

gapic/templates/setup.py.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies = [
3737
# Exclude incompatible versions of `google-auth`
3838
# See https://github.com/googleapis/google-cloud-python/issues/12364
3939
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
40+
"packaging", # TODO: Remove once we require versions of api core that include this
4041
"proto-plus >= 1.22.3, <2.0.0",
4142
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",
4243
{# Explicitly exclude protobuf versions mentioned in https://cloud.google.com/support/bulletins#GCP-2022-019 #}

tests/integration/goldens/asset/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
# Exclude incompatible versions of `google-auth`
4444
# See https://github.com/googleapis/google-cloud-python/issues/12364
4545
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
46+
"packaging", # TODO: Remove once we require versions of api core that include this
4647
"proto-plus >= 1.22.3, <2.0.0",
4748
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",
4849
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",

tests/integration/goldens/credentials/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
# Exclude incompatible versions of `google-auth`
4444
# See https://github.com/googleapis/google-cloud-python/issues/12364
4545
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
46+
"packaging", # TODO: Remove once we require versions of api core that include this
4647
"proto-plus >= 1.22.3, <2.0.0",
4748
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",
4849
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",

tests/integration/goldens/eventarc/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
# Exclude incompatible versions of `google-auth`
4444
# See https://github.com/googleapis/google-cloud-python/issues/12364
4545
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
46+
"packaging", # TODO: Remove once we require versions of api core that include this
4647
"proto-plus >= 1.22.3, <2.0.0",
4748
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",
4849
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",

tests/integration/goldens/logging/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
# Exclude incompatible versions of `google-auth`
4444
# See https://github.com/googleapis/google-cloud-python/issues/12364
4545
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
46+
"packaging", # TODO: Remove once we require versions of api core that include this
4647
"proto-plus >= 1.22.3, <2.0.0",
4748
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",
4849
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",

tests/integration/goldens/logging_internal/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
# Exclude incompatible versions of `google-auth`
4444
# See https://github.com/googleapis/google-cloud-python/issues/12364
4545
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
46+
"packaging", # TODO: Remove once we require versions of api core that include this
4647
"proto-plus >= 1.22.3, <2.0.0",
4748
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",
4849
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",

tests/integration/goldens/redis/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
# Exclude incompatible versions of `google-auth`
4444
# See https://github.com/googleapis/google-cloud-python/issues/12364
4545
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
46+
"packaging", # TODO: Remove once we require versions of api core that include this
4647
"proto-plus >= 1.22.3, <2.0.0",
4748
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",
4849
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",

tests/integration/goldens/redis_selective/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
# Exclude incompatible versions of `google-auth`
4444
# See https://github.com/googleapis/google-cloud-python/issues/12364
4545
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
46+
"packaging", # TODO: Remove once we require versions of api core that include this
4647
"proto-plus >= 1.22.3, <2.0.0",
4748
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",
4849
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",

0 commit comments

Comments
 (0)