Skip to content

Commit 746203d

Browse files
Update frequenz-sdk requirement
Updates the requirements on [frequenz-sdk](https://github.com/frequenz-floss/frequenz-sdk-python) to permit the latest version. - [Release notes](https://github.com/frequenz-floss/frequenz-sdk-python/releases) - [Changelog](https://github.com/frequenz-floss/frequenz-sdk-python/blob/v1.x.x/RELEASE_NOTES.md) - [Commits](frequenz-floss/frequenz-sdk-python@v1.0.0-rc1300...v1.0.0-rc1400) --- updated-dependencies: - dependency-name: frequenz-sdk dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 12a3368 commit 746203d

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
@@ -39,7 +39,7 @@ dependencies = [
3939
# Make sure to update the version for cross-referencing also in the
4040
# mkdocs.yml file when changing the version here (look for the config key
4141
# plugins.mkdocstrings.handlers.python.import)
42-
"frequenz-sdk >= 1.0.0-rc1300, < 1.0.0-rc1400",
42+
"frequenz-sdk >= 1.0.0-rc1300, < 2.0.0",
4343
"frequenz-channels >= 1.3.0, < 2.0.0",
4444
"frequenz-client-dispatch >= 0.8.1, < 0.9.0",
4545
]

0 commit comments

Comments
 (0)