Skip to content

Commit d29cb0b

Browse files
authored
Bump the frequenz-api-common package (#67)
The submodule was updated in a previous PR but the Python package was forgotten.
2 parents 33b6069 + 2b7c052 commit d29cb0b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@
1818

1919
This bug prevented building the gRPC gateway for the microgrid API.
2020
This fix should allow the gRPC gateway builds again.
21+
22+
* [Bumped `frequenz-api-common` Python dependency](https://github.com/frequenz-floss/frequenz-api-microgrid/pull/67)
23+
24+
The `frequenz-api-common` submodule was bumped in the previous release but the Python package was forgotten.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
requires-python = ">= 3.11, < 4"
2626
dependencies = [
27-
"frequenz-api-common == 0.2.0",
27+
"frequenz-api-common == 0.3.0",
2828
"googleapis-common-protos >= 1.56.2, < 2",
2929
"grpcio >= 1.47.0, < 2",
3030
]

0 commit comments

Comments
 (0)