Skip to content

Commit

Permalink
Limit max grpcio and grpcio-tools version (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoczyns-volue authored Jul 12, 2024
1 parent 7abdc1b commit 8996a22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ include = [

[tool.poetry.dependencies]
python = ">=3.9, <3.13"
grpcio = "^1.37.0"
grpcio = ">=1.37.0, <1.65.0"
pyarrow = ">=7.0.0"
protobuf = ">=3.20.1"
winkerberos = { version = ">=0.9.1", markers = "sys_platform == 'win32'" }
Expand All @@ -50,7 +50,7 @@ python-dateutil = "^2.8.2"
six = "^1.16.0"

[tool.poetry.dev-dependencies]
grpcio-tools = "^1.37.0"
grpcio-tools = ">=1.37.0, <1.65.0"
Sphinx = ">=5.0.2"
sphinx-rtd-theme = "^0.5.2"
rtd = "^1.2.3"
Expand All @@ -75,7 +75,7 @@ markers = [
[build-system]
requires = [
"poetry-core>=1.9.0",
"grpcio-tools>=1.60.1"
"grpcio-tools>=1.37.0, <1.65.0"
]
build-backend = "poetry.core.masonry.api"

Expand Down

0 comments on commit 8996a22

Please sign in to comment.