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 1147241 commit e073dbfCopy full SHA for e073dbf
predicthq/endpoints/v1/beam/schemas.py
@@ -100,15 +100,15 @@ class DemandTypeGroup(BaseModel):
100
interval: str
101
week_start_day: Optional[str] = None
102
industry: Optional[str] = None
103
- unit_descriptor: str
+ unit_descriptor: Optional[str] = None
104
currency_code: str
105
106
107
class DemandType(DemandTypeGroup):
108
109
110
111
112
unit_currency_multiplier: float
113
114
predicthq/version.py
@@ -1 +1 @@
1
-__version__ = "4.2.1"
+__version__ = "4.3.0"
0 commit comments