Skip to content

Commit 1af78a5

Browse files
cwasickillucax
authored andcommitted
Restrict version range of entsoe dependency
Signed-off-by: cwasicki <[email protected]>
1 parent 7df0c14 commit 1af78a5

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, < 1",
4445
"frequenz-api-electricity-trading >= 0.8.0, < 0.9.0",
4546
"frequenz-channels >= 1.6.1, < 2",

0 commit comments

Comments
 (0)