Skip to content

Commit e9e1523

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

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
@@ -38,7 +38,7 @@ requires-python = ">= 3.11, < 4"
3838
dependencies = [
3939
"typing-extensions >= 4.6.1, < 5",
4040
"frequenz-api-dispatch >= 0.15.1, < 0.16",
41-
"frequenz-client-base >= 0.6.0, < 0.7.0",
41+
"frequenz-client-base >= 0.6.0, < 0.8.0",
4242
"frequenz-client-common >= 0.1.0, < 0.3.0",
4343
"grpcio >= 1.64.1, < 2",
4444
]

0 commit comments

Comments
 (0)