We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeca74a commit e5f28d7Copy full SHA for e5f28d7
RELEASE_NOTES.md
@@ -1,9 +1,5 @@
1
# Frequenz Dispatch Client Library Release Notes
2
3
-## Summary
4
-
5
-* The dispatch-cli application now features fancy colors and formatting!
6
7
## Bug Fixes
8
9
-* Fixed a bug where the dispatch-cli application would crash when reading a Dispatch with frequency YEARLY
+* Fix missing dependency in last release
pyproject.toml
@@ -41,6 +41,7 @@ dependencies = [
41
"frequenz-client-base >= 0.8.0, < 0.9.0",
42
"frequenz-client-common >= 0.1.0, < 0.3.0",
43
"grpcio >= 1.66.1, < 2",
44
+ "python-dateutil >= 2.8.2, < 3.0",
45
]
46
dynamic = ["version"]
47
0 commit comments