Skip to content

Commit

Permalink
fix(framework) Pin gRPC version (#4442)
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Steiner <robert@flower.ai>
  • Loading branch information
Robert-Steiner authored Nov 8, 2024
1 parent 65df070 commit 8219d19
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 @@ -65,7 +65,7 @@ flower-client-app = "flwr.client.supernode:run_client_app" # Deprecated
python = "^3.9"
# Mandatory dependencies
numpy = ">=1.26.0,<3.0.0"
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"
grpcio = "^1.60.0,!=1.64.2,<=1.64.3"
protobuf = "^4.25.2"
cryptography = "^42.0.4"
pycryptodome = "^3.18.0"
Expand Down

0 comments on commit 8219d19

Please sign in to comment.