Skip to content

Commit a03b446

Browse files
committed
Revert "Update dependencies to use betterproto"
This reverts commit 197ed24. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 64c6192 commit a03b446

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
@@ -2,7 +2,11 @@
22
# Copyright © 2024 Frequenz Energy-as-a-Service GmbH
33

44
[build-system]
5-
requires = ["setuptools == 68.1.0", "setuptools_scm[toml] == 7.1.0"]
5+
requires = [
6+
"setuptools == 68.1.0",
7+
"setuptools_scm[toml] == 7.1.0",
8+
"frequenz-repo-config[lib] == 0.9.1",
9+
]
610
build-backend = "setuptools.build_meta"
711

812
[project]
@@ -32,10 +36,11 @@ classifiers = [
3236
]
3337
requires-python = ">= 3.11, < 4"
3438
dependencies = [
35-
"betterproto == 2.0.0b6",
39+
"frequenz-api-microgrid >= 0.15.3, < 0.16.0",
3640
"frequenz-channels >= 1.0.0-rc1, < 2.0.0",
3741
"frequenz-client-base[grpclib] >= 0.4.0, < 0.5",
38-
"frequenz-microgrid-betterproto >= 0.15.3.1, < 0.16",
42+
"grpcio >= 1.54.2, < 2",
43+
"protobuf >= 4.21.6, < 6",
3944
"timezonefinder >= 6.2.0, < 7",
4045
"typing-extensions >= 4.5.0, < 5",
4146
]

0 commit comments

Comments
 (0)