Skip to content

Commit ca18bcd

Browse files
committed
Widen the dependencies in the docs
API repositories are really libraries, so they should provide a range of dependencies as wide as possible so users have more flexibility. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 82227b7 commit ca18bcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/frequenz/repo/config/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@
196196
197197
[project]
198198
dependencies = [
199-
"frequenz-api-common == 0.2.0",
200-
"googleapis-common-protos == 1.56.2",
201-
"grpcio == 1.51.0",
199+
"frequenz-api-common >= 0.2.0, < 0.3.0",
200+
"googleapis-common-protos >= 1.56.2, < 2",
201+
"grpcio >= 1.51.1, < 2",
202202
]
203203
```
204204

0 commit comments

Comments
 (0)