diff --git a/docs/_generated/openapi.md b/docs/_generated/openapi.md index 76f2c9c..8ff941f 100644 --- a/docs/_generated/openapi.md +++ b/docs/_generated/openapi.md @@ -749,7 +749,8 @@ Args: "$ref": "#/components/schemas/PydanticDateTimeData" }, { - "type": "object" + "type": "object", + "additionalProperties": true }, { "type": "null" diff --git a/openapi.json b/openapi.json index 28cdaa4..1ea3718 100644 --- a/openapi.json +++ b/openapi.json @@ -911,6 +911,7 @@ }, "measured_data": { "items": { + "additionalProperties": true, "type": "object" }, "title": "Measured Data", @@ -2190,6 +2191,7 @@ "properties": { "data": { "additionalProperties": { + "additionalProperties": true, "type": "object" }, "title": "Data", @@ -2233,6 +2235,7 @@ "description": "Pydantic model for validating pandas Series with datetime index in JSON format.\n\nThis model handles Series data serialized with orient='index', where the keys are\ndatetime strings and values are the series values. Provides validation and\nconversion between JSON and pandas Series with datetime index.\n\nAttributes:\n data (Dict[str, Any]): Dictionary mapping datetime strings to values.\n dtype (str): The data type of the series values.\n tz (str | None): Timezone name if the datetime index is timezone-aware.", "properties": { "data": { + "additionalProperties": true, "title": "Data", "type": "object" }, @@ -3159,6 +3162,7 @@ "content": { "application/json": { "schema": { + "additionalProperties": true, "title": "Response Fastapi Admin Cache Get V1 Admin Cache Get", "type": "object" } @@ -3200,6 +3204,7 @@ "content": { "application/json": { "schema": { + "additionalProperties": true, "title": "Response Fastapi Admin Cache Clear Post V1 Admin Cache Clear Post", "type": "object" } @@ -3233,6 +3238,7 @@ "content": { "application/json": { "schema": { + "additionalProperties": true, "title": "Response Fastapi Admin Cache Load Post V1 Admin Cache Load Post", "type": "object" } @@ -3256,6 +3262,7 @@ "content": { "application/json": { "schema": { + "additionalProperties": true, "title": "Response Fastapi Admin Cache Save Post V1 Admin Cache Save Post", "type": "object" } @@ -3279,6 +3286,7 @@ "content": { "application/json": { "schema": { + "additionalProperties": true, "title": "Response Fastapi Admin Server Restart Post V1 Admin Server Restart Post", "type": "object" } @@ -3302,6 +3310,7 @@ "content": { "application/json": { "schema": { + "additionalProperties": true, "title": "Response Fastapi Admin Server Shutdown Post V1 Admin Server Shutdown Post", "type": "object" } @@ -4134,6 +4143,7 @@ "$ref": "#/components/schemas/PydanticDateTimeData" }, { + "additionalProperties": true, "type": "object" }, { diff --git a/requirements-dev.txt b/requirements-dev.txt index 3a6a8d7..138dd42 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements.txt gitlint==0.19.1 -gitpython==3.1.44 +GitPython==3.1.44 myst-parser==4.0.1 sphinx==8.2.3 sphinx_rtd_theme==3.0.2 diff --git a/requirements.txt b/requirements.txt index 5f7ed48..33f8517 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ pendulum==3.1.0 platformdirs==4.3.7 psutil==7.0.0 pvlib==0.12.0 -pydantic==2.10.6 +pydantic==2.11.3 statsmodels==0.14.4 pydantic-settings==2.9.1 linkify-it-py==2.0.3