Skip to content

Commit 3e8694b

Browse files
authored
fix(deps): update proto-plus to >=1.25 for Python 3.13 compatibility (#865)
* fixes #842 * fix(deps): update proto-plus to >=1.25 for Python 3.13 compatibility fixes #842
1 parent fd7f84f commit 3e8694b

File tree

1 file changed

+1
-0
lines changed
  • packages/google-cloud-bigquery-storage

1 file changed

+1
-0
lines changed

packages/google-cloud-bigquery-storage/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"google-auth >= 2.14.1, <3.0.0dev",
4343
"proto-plus >= 1.22.0, <2.0.0dev",
4444
"proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'",
45+
"proto-plus >= 1.25.0, <2.0.0dev; python_version>='3.13'",
4546
"protobuf>=3.20.2,<6.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",
4647
]
4748
extras = {

0 commit comments

Comments
 (0)