File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ plugins:
114114 import :
115115 # See https://mkdocstrings.github.io/python/usage/#import for details
116116 - https://docs.python.org/3/objects.inv
117- - https://frequenz-floss.github.io/frequenz-api-common/v0.3 /objects.inv
117+ - https://frequenz-floss.github.io/frequenz-api-common/v0.5 /objects.inv
118118 - https://grpc.github.io/grpc/python/objects.inv
119119 - https://typing-extensions.readthedocs.io/en/stable/objects.inv
120120 # Note this plugin must be loaded after mkdocstrings to be able to use macros
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ requires-python = ">= 3.11, < 4"
2828dependencies = [
2929 " frequenz-api-common >= 0.5.4, < 0.6" ,
3030 " googleapis-common-protos >= 1.56.4, < 2" ,
31- " grpcio >= 1.51.1 , < 2" ,
31+ " grpcio >= 1.54.2 , < 2" ,
3232]
3333dynamic = [" version" ]
3434
You can’t perform that action at this time.
0 commit comments