Skip to content

Commit

Permalink
Update lower limits (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolisKont authored Oct 17, 2023
1 parent b55e06e commit ef54edc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"colorama>=0.3.9,<1",
"dill~=0.3.0",
"fastavro>=1.1.0,<2",
"grpcio>=1.56.2,<2",
"grpcio-tools>=1.56.2,<2",
"grpcio-reflection>=1.56.2,<2",
"grpcio-health-checking>=1.56.2,<2",
"grpcio>=1.48.4,<2",
"grpcio-tools>=1.48.2,<2",
"grpcio-reflection>=1.48.4,<2",
"grpcio-health-checking>=1.48.4,<2",
"mypy-protobuf==3.1",
"Jinja2>=2,<4",
"jsonschema",
Expand Down

0 comments on commit ef54edc

Please sign in to comment.