Skip to content

Commit 65b0aca

Browse files
Update frequenz-client-common requirement
Updates the requirements on [frequenz-client-common](https://github.com/frequenz-floss/frequenz-client-common-python) to permit the latest version. - [Release notes](https://github.com/frequenz-floss/frequenz-client-common-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-client-common-python/blob/v0.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-client-common-python@v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: frequenz-client-common dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f6d973f commit 65b0aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"typing-extensions >= 4.6.1, < 5",
3030
"frequenz-client-reporting>=0.9.0, < 1",
31-
"frequenz-client-common >= 0.2.0, < 0.3",
31+
"frequenz-client-common >= 0.2.0, < 0.4",
3232
]
3333
dynamic = ["version"]
3434

0 commit comments

Comments
 (0)