Skip to content

Commit

Permalink
chore: update protoplus for python 3.13 (#1051)
Browse files Browse the repository at this point in the history
Fixes #1029
  • Loading branch information
daniel-sanche authored Jan 17, 2025
1 parent df08dcb commit c94ef3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"google-auth >= 2.14.1, <3.0.0dev,!=2.24.0,!=2.25.0",
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
"proto-plus >= 1.22.3, <2.0.0dev",
"proto-plus >= 1.25.0, <2.0.0dev; python_version>='3.13'",
"protobuf>=3.20.2,<6.0.0dev,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
]
extras = {"libcst": "libcst >= 0.2.5"}
Expand Down

0 comments on commit c94ef3f

Please sign in to comment.