Skip to content

Commit 96f8cea

Browse files
committed
Restrict version range of entsoe dependency
Signed-off-by: cwasicki <[email protected]>
1 parent 57badc5 commit 96f8cea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ requires-python = ">= 3.11, < 4"
3939
# TODO(cookiecutter): Remove and add more dependencies if appropriate
4040
dependencies = [
4141
"click >= 8.1.8, < 9",
42-
"entsoe-py >= 0.6.16, < 1",
42+
# Versions beyond 0.7.2 fail mypy checks
43+
"entsoe-py >= 0.6.16, < 0.7.2",
4344
"frequenz-api-common >= 0.6.5, < 0.9.0",
4445
"grpcio >= 1.72.1, < 2",
4546
"frequenz-channels >= 1.6.1, < 2",

0 commit comments

Comments
 (0)