Skip to content

Commit 5e62a71

Browse files
committed
Update dependencies
Adding the SDK dependency required a bunch updates for other dependencies. Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 60fdf38 commit 5e62a71

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pyproject.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,14 @@ classifiers = [
2626
]
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
29-
"typing-extensions >= 4.5.0, < 5",
30-
"frequenz-api-dispatch >= 0.12.0, < 0.13",
31-
"frequenz-client-base >= 0.1.0, < 0.2",
29+
"typing-extensions >= 4.6.1, < 5",
30+
# Use marenz fork @ 0d04bc3 until the next release
31+
"frequenz-api-dispatch @ git+https://github.com/marenz/frequenz-api-dispatch.git@0d04bc3",
32+
# "frequenz-api-dispatch >= 0.12.0, < 0.13",
33+
# Directly use unreleased/unmerged commit fe4e238 until the next release
34+
"frequenz-client-base @ git+https://github.com/marenz/frequenz-client-base-python.git@fe4e238",
35+
# "frequenz-client-base >= 0.1.0, < 0.2",
36+
"frequenz-sdk == v1.0.0-rc4",
3237
]
3338
dynamic = ["version"]
3439

0 commit comments

Comments
 (0)