File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ classifiers = [
1616]
1717dependencies = [
1818 " grpcio~=1.63" ,
19- " protobuf>=5.26,<7 " ,
19+ " protobuf>=5.26,<8 " ,
2020 " grpc-interceptor>=0.15.4,<0.16" ,
2121 " googleapis-common-protos>=1.65.0,<2" ,
2222]
@@ -30,19 +30,19 @@ validation = [
3030dev = [
3131 " protovalidate>=0.7.1,<1.2.0" ,
3232 " grpc-stubs~=1.53" ,
33- " grpcio-tools>=1.63,<1.79 " ,
34- " mypy==1.19.1 " ,
33+ " grpcio-tools>=1.63,<1.81 " ,
34+ " mypy==1.20.0 " ,
3535 " mypy-protobuf==5.0.0" ,
3636 " mock>=5.1.0,<6" ,
3737 " pytest>=7.1.3,<10.0.0" ,
3838 " pytest-asyncio>=0.21,<1.4" ,
39- " types-protobuf>=5.26,<7 .0" ,
39+ " types-protobuf>=5.26,<8 .0" ,
4040 " typing-extensions>=3.7.4,<5" ,
4141 " ruff>=0.13.0,<0.16" ,
4242]
4343
4444[build-system ]
45- requires = [" uv_build>=0.8.15,<0.11 .0" ]
45+ requires = [" uv_build>=0.8.15,<0.12 .0" ]
4646build-backend = " uv_build"
4747
4848[tool .uv .build-backend ]
You can’t perform that action at this time.
0 commit comments