@@ -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.80.0 " ,
15- " grpcio == 1.80.0 " ,
14+ " grpcio-tools == 1.81.1 " ,
15+ " grpcio == 1.81.1 " ,
1616]
1717build-backend = " setuptools.build_meta"
1818
@@ -45,15 +45,15 @@ classifiers = [
4545]
4646requires-python = " >= 3.11, < 4"
4747dependencies = [
48- " frequenz-api-common >= 0.8.9 , < 0.9" ,
48+ " frequenz-api-common >= 0.8.11 , < 0.9" ,
4949 # We can't widen beyond the current value unless we bump the minimum
5050 # requirements too because of protobuf cross-version runtime guarantees:
5151 # https://protobuf.dev/support/cross-version-runtime-guarantee/#major
5252 " protobuf >= 6.33.6, < 8" , # Do not widen beyond 8!
5353 # We couldn't find any document with a spec about the cross-version runtime
5454 # guarantee for grpcio, so unless we find one in the future, we'll assume
5555 # major version jumps are not compatible
56- " grpcio >= 1.80.0 , < 2" , # Do not widen beyond 2!
56+ " grpcio >= 1.81.1 , < 2" , # Do not widen beyond 2!
5757]
5858dynamic = [" version" ]
5959
@@ -98,7 +98,7 @@ dev-pylint = [
9898]
9999dev-pytest = [
100100 " pytest == 9.1.1" ,
101- " pylint == 4.0.6" ,
101+ " pylint == 4.0.6" ,
102102 " frequenz-repo-config[extra-lint-examples] == 0.18.0" ,
103103]
104104dev = [
0 commit comments