Skip to content

Commit ca60253

Browse files
committed
fixup! Prepare dep
1 parent 280d3df commit ca60253

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

pyproject.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,14 @@ dependencies = [
3131
# mkdocs.yml file when changing the version here (look for the config key
3232
# plugins.mkdocstrings.handlers.python.import)
3333
"frequenz-sdk == v1.0.0-rc5",
34-
"frequenz-dispatch-client @ git+https://github.com/frequenz-floss/frequenz-client-dispatch-python.git@3023f2d",
35-
"frequenz-client-base @ git+https://github.com/frequenz-floss/frequenz-client-base-python.git@57d3093",
36-
"frequenz-client-common @ git+https://github.com/frequenz-floss/frequenz-client-common-python.git@5e6e7b7",
34+
"frequenz-channels == 1.0.0b2",
35+
"frequenz-dispatch-client @ git+https://github.com/Marenz/frequenz-client-dispatch-python.git@c55ba41",
36+
3737
"frequenz-api-dispatch @ git+https://github.com/frequenz-floss/frequenz-api-dispatch.git@223315c",
38+
# "frequenz-api-dispatch >= 0.13.0, < 0.14",
39+
"frequenz-client-base >= 0.2.1, < 0.3.0",
40+
# Directly use unreleased commit until the first release
41+
"frequenz-client-common @ git+https://github.com/frequenz-floss/frequenz-client-common-python.git@5e6e7b7",
3842
]
3943
dynamic = ["version"]
4044

@@ -69,7 +73,8 @@ dev-mypy = [
6973
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
7074
]
7175
dev-noxfile = [
72-
"nox == 2023.4.22",
76+
"uv == 0.1.14",
77+
"nox == 2024.3.02",
7378
"frequenz-repo-config[lib] == 0.9.1",
7479
]
7580
dev-pylint = [

0 commit comments

Comments
 (0)