Skip to content

Commit 3ca3872

Browse files
committed
Pin minor version of api dependency to v0.1
Since we allow breaking changes for minor update below v1.0 we cannot expect the client to work with all minor updates. Signed-off-by: cwasicki <[email protected]>
1 parent 7ad907a commit 3ca3872

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)