Skip to content

Commit b0f7742

Browse files
Copilotiwillspeak
andcommitted
use !=1.78.1 version constraint and move grpcio-tools to dev deps
Co-authored-by: iwillspeak <1004401+iwillspeak@users.noreply.github.com>
1 parent fc933b1 commit b0f7742

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ documentation = "https://crispthinking.github.io/athena-python-client/"
2424
dependencies = [
2525
"anyio>=4.10.0",
2626
"brotli>=1.1.0",
27-
"grpcio==1.78.0",
28-
"grpcio-tools==1.78.0",
27+
"grpcio>=1.78.0,!=1.78.1,<2.0.0",
2928
"httpx>=0.25.0",
3029
"numpy>=2.2.6",
3130
"opencv-python-headless>=4.13.0.92",
@@ -44,6 +43,7 @@ docs = [
4443
dev = [
4544
"basedpyright>=1.31.4",
4645
"brotli-stubs>=1.1.0",
46+
"grpcio-tools>=1.78.0,!=1.78.1,<2.0.0",
4747
"load-dotenv>=0.1.0",
4848
"mypy-protobuf>=3.6.0",
4949
"pre-commit>=4.2.0",

uv.lock

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

0 commit comments

Comments
 (0)