Skip to content

Commit 1c132ca

Browse files
authored
Merge pull request #36 from Marenz/client-common-1
Use client-common v0.1.0 and api-dispatch v0.13.0
2 parents 8108ffd + e34ac67 commit 1c132ca

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pyproject.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,9 @@ classifiers = [
3737
requires-python = ">= 3.11, < 4"
3838
dependencies = [
3939
"typing-extensions >= 4.6.1, < 5",
40-
# Use direct commit until release
41-
"frequenz-api-dispatch @ git+https://github.com/frequenz-floss/frequenz-api-dispatch.git@223315c",
42-
# "frequenz-api-dispatch >= 0.13.0, < 0.14",
40+
"frequenz-api-dispatch >= 0.13.0, < 0.14",
4341
"frequenz-client-base >= 0.2.1, < 0.4.0",
44-
# Directly use unreleased commit until the first release
45-
"frequenz-client-common @ git+https://github.com/frequenz-floss/frequenz-client-common-python.git@5e6e7b7",
46-
# "frequenz-client-common == 0.1.0",
42+
"frequenz-client-common >= 0.1.0, < 0.2.0",
4743
"grpcio >= 1.54.2, < 2",
4844
]
4945
dynamic = ["version"]
@@ -78,13 +74,14 @@ dev-mypy = [
7874
# For checking the noxfile, docs/ script, and tests
7975
"frequenz-client-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8076
"grpc-stubs == 1.53.0.5",
77+
"types-protobuf == 5.26.0.20240422",
8178
]
8279
dev-noxfile = ["nox == 2024.3.2", "frequenz-repo-config[lib] == 0.9.1"]
8380
dev-pylint = [
8481
"pylint == 3.1.0",
8582
# For checking the noxfile, docs/ script, and tests
8683
"frequenz-client-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
87-
"frequenz-api-dispatch @ git+https://github.com/frequenz-floss/frequenz-api-dispatch.git@223315c",
84+
"frequenz-api-dispatch >= 0.13.0, < 0.14",
8885
]
8986
dev-pytest = [
9087
"pytest == 8.1.1",
@@ -93,6 +90,7 @@ dev-pytest = [
9390
"pytest-asyncio == 0.23.6",
9491
"async-solipsism == 0.6",
9592
"hypothesis == 6.100.0",
93+
"sybil == 6.0.3",
9694
]
9795
dev = [
9896
"frequenz-client-dispatch[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)