Skip to content

Commit

Permalink
ci(framework:skip) Try adding an upper bound to gRPC (#4201)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Sep 13, 2024
1 parent 1c894d2 commit 435174c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ flower-client-app = "flwr.client.supernode:run_client_app" # Deprecated
python = "^3.9"
# Mandatory dependencies
numpy = "^1.21.0"
grpcio = "^1.60.0,!=1.64.2,!=1.65.1,!=1.65.2,!=1.65.4"
grpcio = "^1.60.0,!=1.64.2,!=1.65.1,!=1.65.2,!=1.65.4,!=1.65.5,!=1.66.0,!=1.66.1"
protobuf = "^4.25.2"
cryptography = "^42.0.4"
pycryptodome = "^3.18.0"
Expand Down

0 comments on commit 435174c

Please sign in to comment.