@@ -31,10 +31,14 @@ dependencies = [
31
31
# mkdocs.yml file when changing the version here (look for the config key
32
32
# plugins.mkdocstrings.handlers.python.import)
33
33
" 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
+
37
37
" 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" ,
38
42
]
39
43
dynamic = [" version" ]
40
44
@@ -69,7 +73,8 @@ dev-mypy = [
69
73
" frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]" ,
70
74
]
71
75
dev-noxfile = [
72
- " nox == 2023.4.22" ,
76
+ " uv == 0.1.14" ,
77
+ " nox == 2024.3.02" ,
73
78
" frequenz-repo-config[lib] == 0.9.1" ,
74
79
]
75
80
dev-pylint = [
0 commit comments