Skip to content

Commit 54b9345

Browse files
authored
Pin minor version of api dependency to v0.1 (#44)
Since we allow breaking changes for minor update below v1.0 we cannot expect the client to work with all minor updates.
2 parents 7ad907a + 3ca3872 commit 54b9345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ requires-python = ">= 3.11, < 4"
2929
# TODO(cookiecutter): Remove and add more dependencies if appropriate
3030
dependencies = [
3131
"typing-extensions >= 4.5.0, < 5",
32-
"frequenz-api-reporting >= 0.1.1, < 1",
32+
"frequenz-api-reporting >= 0.1.1, < 0.2",
3333
"frequenz-client-common == 0.1.0",
3434
]
3535
dynamic = ["version"]

0 commit comments

Comments
 (0)