Skip to content

Commit

Permalink
Update to protobuf 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkkul committed Dec 4, 2024
1 parent f7e4583 commit 460f29e
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 150 deletions.
8 changes: 4 additions & 4 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
httpx==0.25.2
validators==0.34.0
authlib==1.3.1
grpcio==1.62.2
grpcio-tools==1.62.2
grpcio-health-checking==1.62.2
grpcio==1.68.1
grpcio-tools==1.68.1
grpcio-health-checking==1.68.1
pydantic==2.5.0

build
Expand Down Expand Up @@ -38,7 +38,7 @@ litestar>=2.0.0,<3.0.0
mypy==1.13.0
mypy-extensions==1.0.0
tomli==2.1.0
types-protobuf==4.24.0.1
types-protobuf==5.28.3.20241203
types-requests==2.32.0.20241016
types-urllib3==1.26.25.14
typing_extensions==4.12.2
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ install_requires =
validators==0.34.0
authlib>=1.2.1,<1.3.2
pydantic>=2.5.0,<3.0.0
grpcio>=1.57.0,<2.0.0
grpcio-tools>=1.57.0,<2.0.0
grpcio-health-checking>=1.57.0,<2.0.0
grpcio>=1.66.0,<2.0.0
grpcio-tools>=1.66.0,<2.0.0
grpcio-health-checking>=1.66.0,<2.0.0
python_requires = >=3.9


Expand Down
Loading

0 comments on commit 460f29e

Please sign in to comment.