Skip to content

Commit

Permalink
try upgrade of grpcio to workaround python 3.11 error
Browse files Browse the repository at this point in the history
  • Loading branch information
belm0 committed Apr 7, 2024
1 parent 5b95a4c commit 543b4bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ cryptography==36.0.2
# via trustme
exceptiongroup==1.2.0 ; python_version < "3.11"
# via purerpc (setup.py)
grpcio==1.44.0
grpcio==1.62.1
# via
# grpcio-tools
# purerpc (setup.py)
grpcio-tools==1.44.0
grpcio-tools==1.48.2
# via purerpc (setup.py)
h2==3.2.0
# via purerpc (setup.py)
Expand Down Expand Up @@ -72,8 +72,6 @@ pytest==7.1.1
# via purerpc (setup.py)
python-forge==18.6.0
# via purerpc (setup.py)
six==1.16.0
# via grpcio
sniffio==1.2.0
# via
# anyio
Expand Down

0 comments on commit 543b4bd

Please sign in to comment.