File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ requires = [
1111 # versions can't work with code that was generated with newer versions.
1212 # https://protobuf.dev/support/cross-version-runtime-guarantee/#backwards
1313 " protobuf == 6.33.5" ,
14- " grpcio-tools == 1.72.1 " ,
15- " grpcio == 1.72.1 " ,
14+ " grpcio-tools == 1.81.0 " ,
15+ " grpcio == 1.81.0 " ,
1616
1717]
1818build-backend = " setuptools.build_meta"
@@ -48,11 +48,11 @@ dependencies = [
4848 # We can't widen beyond the current value unless we bump the minimum
4949 # requirements too because of protobuf cross-version runtime guarantees:
5050 # https://protobuf.dev/support/cross-version-runtime-guarantee/#major
51- " protobuf >= 6.32.1 , < 8" , # Do not widen beyond 8!
51+ " protobuf >= 6.33.5 , < 8" , # Do not widen beyond 8!
5252 # We couldn't find any document with a spec about the cross-version runtime
5353 # guarantee for grpcio, so unless we find one in the future, we'll assume
5454 # major version jumps are not compatible
55- " grpcio >= 1.72.1 , < 2" , # Do not widen beyond 2!
55+ " grpcio >= 1.81.0 , < 2" , # Do not widen beyond 2!
5656]
5757dynamic = [" version" ]
5858
You can’t perform that action at this time.
0 commit comments