Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

## Summary

This release introduces the `v1alpha8` module to support a new API version.

## Upgrading

<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->

## New Features

- Provide access to new API using new `v1alpha8` module.
- Mapping for the new `Event` message has been added.
- Add new common API enums for `ElectricalComponent` (previously `Components`).

## Bug Fixes

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [
requires-python = ">= 3.11, < 4"
dependencies = [
"typing-extensions >= 4.13.0, < 5",
"frequenz-api-common >= 0.8.0, < 9",
"frequenz-api-common >= 0.8.0, < 1",
"frequenz-core >= 1.0.2, < 2",
]
dynamic = ["version"]
Expand All @@ -40,7 +40,7 @@ email = "[email protected]"
dev-flake8 = [
"flake8 == 7.3.0",
"flake8-docstrings == 1.7.0",
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
"pydoclint == 0.6.6",
"pydocstyle == 6.3.0",
]
Expand Down
4 changes: 0 additions & 4 deletions src/frequenz/client/common/v1alpha8/__init__.py

This file was deleted.

162 changes: 0 additions & 162 deletions src/frequenz/client/common/v1alpha8/metric/__init__.py

This file was deleted.

18 changes: 0 additions & 18 deletions src/frequenz/client/common/v1alpha8/microgrid/__init__.py

This file was deleted.

13 changes: 0 additions & 13 deletions src/frequenz/client/common/v1alpha8/microgrid/sensors.py

This file was deleted.

91 changes: 0 additions & 91 deletions src/frequenz/client/common/v1alpha8/pagination/__init__.py

This file was deleted.

30 changes: 0 additions & 30 deletions tests/microgrid/test_ids_alpha8.py

This file was deleted.

33 changes: 0 additions & 33 deletions tests/test_client_common_v1alpha8.py

This file was deleted.

Loading