Skip to content

Commit

Permalink
Fix missing dependency (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marenz authored Dec 3, 2024
2 parents eeca74a + e5f28d7 commit 9850141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Frequenz Dispatch Client Library Release Notes

## Summary

* The dispatch-cli application now features fancy colors and formatting!

## Bug Fixes

* Fixed a bug where the dispatch-cli application would crash when reading a Dispatch with frequency YEARLY
* Fix missing dependency in last release
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ dependencies = [
"frequenz-client-base >= 0.8.0, < 0.9.0",
"frequenz-client-common >= 0.1.0, < 0.3.0",
"grpcio >= 1.66.1, < 2",
"python-dateutil >= 2.8.2, < 3.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit 9850141

Please sign in to comment.