Skip to content

Commit

Permalink
fix: require proto-plus >= 1.25.0 for Python 3.13 (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Oct 23, 2024
1 parent 7727405 commit a26313e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
dependencies = [
"googleapis-common-protos >= 1.56.2, < 2.0.dev0",
"protobuf>=3.19.5,<6.0.0.dev0,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
"proto-plus >= 1.22.3, <2.0.0dev",
"proto-plus >= 1.22.3, < 2.0.0dev",
"proto-plus >= 1.25.0, < 2.0.0dev; python_version >= '3.13'",
"google-auth >= 2.14.1, < 3.0.dev0",
"requests >= 2.18.0, < 3.0.0.dev0",
]
Expand Down

0 comments on commit a26313e

Please sign in to comment.