Skip to content

Commit 9850141

Browse files
authored
Fix missing dependency (#118)
2 parents eeca74a + e5f28d7 commit 9850141

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Frequenz Dispatch Client Library Release Notes
22

3-
## Summary
4-
5-
* The dispatch-cli application now features fancy colors and formatting!
6-
73
## Bug Fixes
84

9-
* Fixed a bug where the dispatch-cli application would crash when reading a Dispatch with frequency YEARLY
5+
* Fix missing dependency in last release

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dependencies = [
4141
"frequenz-client-base >= 0.8.0, < 0.9.0",
4242
"frequenz-client-common >= 0.1.0, < 0.3.0",
4343
"grpcio >= 1.66.1, < 2",
44+
"python-dateutil >= 2.8.2, < 3.0",
4445
]
4546
dynamic = ["version"]
4647

0 commit comments

Comments
 (0)