We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22140e5 + 06daf5f commit e5d4bdcCopy full SHA for e5d4bdc
1 file changed
pyproject.toml
@@ -25,19 +25,19 @@ dependencies = [
25
[dependency-groups]
26
dev = [
27
"grpc-stubs~=1.53",
28
- "grpcio-tools>=1.63,<1.77",
+ "grpcio-tools>=1.63,<1.79",
29
"mypy==1.19.1",
30
"mypy-protobuf==5.0.0",
31
"mock>=5.1.0,<6",
32
"pytest>=7.1.3,<10.0.0",
33
"pytest-asyncio>=0.21,<1.4",
34
"types-protobuf>=5.26,<7.0",
35
"typing-extensions>=3.7.4,<5",
36
- "ruff>=0.13.0,<0.15",
+ "ruff>=0.13.0,<0.16",
37
]
38
39
[build-system]
40
-requires = ["uv_build>=0.8.15,<0.10.0"]
+requires = ["uv_build>=0.8.15,<0.11.0"]
41
build-backend = "uv_build"
42
43
[tool.uv.build-backend]
0 commit comments