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 64911b8 commit 8a75e9eCopy full SHA for 8a75e9e
pyproject.toml
@@ -35,7 +35,7 @@ dependencies = [
35
"frequenz-client-base >= 0.9.0, < 0.10.0",
36
"frequenz-client-common >= 0.1.0, < 0.3.0",
37
"frequenz-api-electricity-trading >= 0.5.0, < 0.6.0",
38
- "protobuf >= 5.29.2, < 7",
+ "protobuf >= 5.29.2, < 6",
39
]
40
dynamic = ["version"]
41
src/frequenz/client/electricity_trading/_client.py
@@ -923,8 +923,6 @@ def dt_to_pb_timestamp(dt: datetime) -> Timestamp:
923
ts.FromDatetime(dt)
924
return ts
925
926
- self.validate_params(delivery_period=delivery_period)
927
-
928
public_trade_filter = PublicTradeFilter(
929
states=states,
930
delivery_period=delivery_period,
0 commit comments