Skip to content

Commit

Permalink
gate grpcio and pyyaml
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor committed Jul 27, 2023
1 parent d25e074 commit 158f131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"python-dateutil>=2.1",
# Restrict grpcio and grpcio-status. Version 1.50.0 pulls in a version of protobuf that is not compatible
# with the old protobuf library (as described in https://developers.google.com/protocol-buffers/docs/news/2022-05-06)
"grpcio>=1.50.0,!=1.55.0,<2.0",
"grpcio-status>=1.50.0,!=1.55.0,<2.0",
"grpcio>=1.50.0,!=1.55.0,<1.53.1",
"grpcio-status>=1.50.0,!=1.55.0,<1.53.1",
"importlib-metadata",
"fsspec>=2023.3.0",
"adlfs",
Expand All @@ -52,7 +52,7 @@
"python-json-logger>=2.0.0",
"pytimeparse>=1.1.8,<2.0.0",
"pytz",
"pyyaml",
"pyyaml!=6.0.0,!=5.4.0,!=5.4.1", # pyyaml is broken with cython 3: https://github.com/yaml/pyyaml/issues/601
"keyring>=18.0.1",
"requests>=2.18.4,<3.0.0",
"responses>=0.10.7",
Expand Down

0 comments on commit 158f131

Please sign in to comment.