Skip to content

Commit 0c00f02

Browse files
committed
Prepare dependencies for dispatch
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 1963350 commit 0c00f02

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ plugins:
115115
# See https://mkdocstrings.github.io/python/usage/#import for details
116116
- https://docs.python.org/3/objects.inv
117117
- https://frequenz-floss.github.io/frequenz-channels-python/v0.16/objects.inv
118-
- https://frequenz-floss.github.io/frequenz-sdk-python/v0.25/objects.inv
118+
- https://frequenz-floss.github.io/frequenz-sdk-python/v1.0-pre/objects.inv
119119
- https://typing-extensions.readthedocs.io/en/stable/objects.inv
120120
- https://frequenz-floss.github.io/frequenz-client-dispatch-python/v0.1/objects.inv
121121
# Note this plugin must be loaded after mkdocstrings to be able to use macros

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ description = "A highlevel interface for the dispatch API"
1515
readme = "README.md"
1616
license = { text = "MIT" }
1717
keywords = ["frequenz", "python", "actor", "frequenz-dispatch", "dispatch", "highlevel", "api"]
18-
# TODO(cookiecutter): Remove and add more classifiers if appropriate
1918
classifiers = [
2019
"Development Status :: 3 - Alpha",
2120
"Intended Audience :: Developers",
@@ -26,21 +25,23 @@ classifiers = [
2625
"Typing :: Typed",
2726
]
2827
requires-python = ">= 3.11, < 4"
29-
# TODO(cookiecutter): Remove and add more dependencies if appropriate
3028
dependencies = [
3129
"typing-extensions == 4.10.0",
3230
# Make sure to update the version for cross-referencing also in the
3331
# mkdocs.yml file when changing the version here (look for the config key
3432
# plugins.mkdocstrings.handlers.python.import)
35-
"frequenz-sdk == 0.25.2",
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",
37+
"frequenz-api-dispatch @ git+https://github.com/frequenz-floss/frequenz-api-dispatch.git@223315c",
3638
]
3739
dynamic = ["version"]
3840

3941
[[project.authors]]
4042
name = "Frequenz Energy-as-a-Service GmbH"
4143
4244

43-
# TODO(cookiecutter): Remove and add more optional dependencies if appropriate
4445
[project.optional-dependencies]
4546
dev-flake8 = [
4647
"flake8 == 7.0.0",

0 commit comments

Comments
 (0)