Skip to content

Commit 701629e

Browse files
Fix protobuf bounds (#2175)
* Specified lowebound and upperbound on protobuf * Included lowerbound for grpcio * Updated lock files * Fixed conflicts
1 parent 7792bf1 commit 701629e

File tree

11 files changed

+1254
-1599
lines changed

11 files changed

+1254
-1599
lines changed

poetry.lock

Lines changed: 10 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ python = ">=3.9,<3.13"
4747
click = "*"
4848
fastapi = ">=0.88.0,!=0.89.0,<0.116.0"
4949
python-dotenv = "*"
50-
grpcio = "*"
50+
grpcio = ">=1.67.1"
5151
numpy = "*"
5252
pandas = "*"
53-
protobuf = "*"
53+
protobuf = ">=5.27.2,<7.0.0"
5454
uvicorn = "*"
5555
starlette-exporter = "*"
5656
py-grpc-prometheus = "*"
@@ -80,7 +80,7 @@ tox = "4.16.0"
8080

8181
[tool.poetry.group.dev.dependencies]
8282
datamodel-code-generator = "0.26.0"
83-
grpcio-tools = "*"
83+
grpcio-tools = ">=1.67.1"
8484
pytest = "7.4.4"
8585
pytest-asyncio = "0.21.1"
8686
pytest-mock = "3.12.0"

runtimes/alibi-detect/poetry.lock

Lines changed: 184 additions & 218 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/alibi-explain/poetry.lock

Lines changed: 183 additions & 217 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/catboost/poetry.lock

Lines changed: 124 additions & 159 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/huggingface/poetry.lock

Lines changed: 124 additions & 159 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/lightgbm/poetry.lock

Lines changed: 124 additions & 159 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/mlflow/poetry.lock

Lines changed: 130 additions & 160 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/mllib/poetry.lock

Lines changed: 124 additions & 159 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/sklearn/poetry.lock

Lines changed: 124 additions & 159 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)