Skip to content

Commit 495d2c6

Browse files
Rename Components to ElectricalComponents
Signed-off-by: Flora <[email protected]>
1 parent 7802605 commit 495d2c6

File tree

5 files changed

+473
-367
lines changed

5 files changed

+473
-367
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
## Upgrading
88

99
- The `typing-extensions` dependency minimum version was bumped to 4.6 to support Python 3.12.
10+
- Changed the dependency reference for frequenz-api-common
11+
- Renamed the old components module since it is replaced by electrical_components
12+
- Updated tests to use the new electrical_components enums
1013

1114
## New Features
1215

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
requires-python = ">= 3.11, < 4"
2828
dependencies = [
2929
"typing-extensions >= 4.6.0, < 5",
30-
"frequenz-api-common >= 0.6.0, < 7",
30+
"frequenz-api-common @ git+https://github.com/frequenz-floss/frequenz-api-common.git@2e89add6a16d42b23612f0f791a499919f3738ed",
3131
]
3232
dynamic = ["version"]
3333

@@ -144,7 +144,7 @@ disable = [
144144
]
145145

146146
[tool.pytest.ini_options]
147-
addopts = "-W=all -Werror -Wdefault::DeprecationWarning -Wdefault::PendingDeprecationWarning '-Wdefault:Protobuf gencode version 5.27.2 is exactly one major version older than the runtime version:UserWarning' -vv"
147+
addopts = "-W=all -Werror -Wdefault::DeprecationWarning -Wdefault::PendingDeprecationWarning '-Wdefault:Protobuf gencode version 5.29.0 is exactly one major version older than the runtime version:UserWarning' -vv"
148148
testpaths = ["tests", "src"]
149149
asyncio_mode = "auto"
150150
asyncio_default_fixture_loop_scope = "function"

src/frequenz/client/common/microgrid/components/__init__.py

Lines changed: 0 additions & 354 deletions
This file was deleted.

0 commit comments

Comments
 (0)