We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df0c14 commit 1af78a5Copy full SHA for 1af78a5
pyproject.toml
@@ -39,7 +39,8 @@ requires-python = ">= 3.11, < 4"
39
# TODO(cookiecutter): Remove and add more dependencies if appropriate
40
dependencies = [
41
"click >= 8.1.8, < 9",
42
- "entsoe-py >= 0.6.16, < 1",
+ # Versions beyond 0.7.2 fail mypy checks
43
+ "entsoe-py >= 0.6.16, < 0.7.2",
44
"frequenz-api-common >= 0.6.5, < 1",
45
"frequenz-api-electricity-trading >= 0.8.0, < 0.9.0",
46
"frequenz-channels >= 1.6.1, < 2",
0 commit comments