Skip to content

Commit 70902b5

Browse files
Update dependencies for Python 3.12
Newer versions of grpcio, grpcio-tools and numpy are required to run pytest_min tests with Python 3.12. Signed-off-by: Daniel Zullo <[email protected]>
1 parent 9a9ebf3 commit 70902b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ dependencies = [
3333
"frequenz-channels >= 1.0.0-rc1, < 2.0.0",
3434
"frequenz-client-microgrid >= 0.3.0, < 0.4.0",
3535
"google-api-python-client >= 2.71, < 3",
36-
"grpcio >= 1.54.2, < 2",
37-
"grpcio-tools >= 1.54.2, < 2",
36+
"grpcio >= 1.60.1, < 2",
37+
"grpcio-tools >= 1.60.1, < 2",
3838
"networkx >= 2.8, < 4",
39-
"numpy >= 1.24.2, < 2",
39+
"numpy >= 1.26.4, < 2",
4040
"protobuf >= 4.21.6, < 6",
4141
"pydantic >= 2.3, < 3",
4242
"timezonefinder >= 6.2.0, < 7",

0 commit comments

Comments
 (0)