update(pydantic): Bump pydantic to 2.11.3 (#538)

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
Bobby Noelte 2025-04-30 23:05:44 +02:00 committed by GitHub
parent 2bfe646996
commit dac089b320
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 14 additions and 3 deletions

View File

@ -749,7 +749,8 @@ Args:
"$ref": "#/components/schemas/PydanticDateTimeData" "$ref": "#/components/schemas/PydanticDateTimeData"
}, },
{ {
"type": "object" "type": "object",
"additionalProperties": true
}, },
{ {
"type": "null" "type": "null"

View File

@ -911,6 +911,7 @@
}, },
"measured_data": { "measured_data": {
"items": { "items": {
"additionalProperties": true,
"type": "object" "type": "object"
}, },
"title": "Measured Data", "title": "Measured Data",
@ -2190,6 +2191,7 @@
"properties": { "properties": {
"data": { "data": {
"additionalProperties": { "additionalProperties": {
"additionalProperties": true,
"type": "object" "type": "object"
}, },
"title": "Data", "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.", "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": { "properties": {
"data": { "data": {
"additionalProperties": true,
"title": "Data", "title": "Data",
"type": "object" "type": "object"
}, },
@ -3159,6 +3162,7 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"additionalProperties": true,
"title": "Response Fastapi Admin Cache Get V1 Admin Cache Get", "title": "Response Fastapi Admin Cache Get V1 Admin Cache Get",
"type": "object" "type": "object"
} }
@ -3200,6 +3204,7 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"additionalProperties": true,
"title": "Response Fastapi Admin Cache Clear Post V1 Admin Cache Clear Post", "title": "Response Fastapi Admin Cache Clear Post V1 Admin Cache Clear Post",
"type": "object" "type": "object"
} }
@ -3233,6 +3238,7 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"additionalProperties": true,
"title": "Response Fastapi Admin Cache Load Post V1 Admin Cache Load Post", "title": "Response Fastapi Admin Cache Load Post V1 Admin Cache Load Post",
"type": "object" "type": "object"
} }
@ -3256,6 +3262,7 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"additionalProperties": true,
"title": "Response Fastapi Admin Cache Save Post V1 Admin Cache Save Post", "title": "Response Fastapi Admin Cache Save Post V1 Admin Cache Save Post",
"type": "object" "type": "object"
} }
@ -3279,6 +3286,7 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"additionalProperties": true,
"title": "Response Fastapi Admin Server Restart Post V1 Admin Server Restart Post", "title": "Response Fastapi Admin Server Restart Post V1 Admin Server Restart Post",
"type": "object" "type": "object"
} }
@ -3302,6 +3310,7 @@
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"additionalProperties": true,
"title": "Response Fastapi Admin Server Shutdown Post V1 Admin Server Shutdown Post", "title": "Response Fastapi Admin Server Shutdown Post V1 Admin Server Shutdown Post",
"type": "object" "type": "object"
} }
@ -4134,6 +4143,7 @@
"$ref": "#/components/schemas/PydanticDateTimeData" "$ref": "#/components/schemas/PydanticDateTimeData"
}, },
{ {
"additionalProperties": true,
"type": "object" "type": "object"
}, },
{ {

View File

@ -1,6 +1,6 @@
-r requirements.txt -r requirements.txt
gitlint==0.19.1 gitlint==0.19.1
gitpython==3.1.44 GitPython==3.1.44
myst-parser==4.0.1 myst-parser==4.0.1
sphinx==8.2.3 sphinx==8.2.3
sphinx_rtd_theme==3.0.2 sphinx_rtd_theme==3.0.2

View File

@ -18,7 +18,7 @@ pendulum==3.1.0
platformdirs==4.3.7 platformdirs==4.3.7
psutil==7.0.0 psutil==7.0.0
pvlib==0.12.0 pvlib==0.12.0
pydantic==2.10.6 pydantic==2.11.3
statsmodels==0.14.4 statsmodels==0.14.4
pydantic-settings==2.9.1 pydantic-settings==2.9.1
linkify-it-py==2.0.3 linkify-it-py==2.0.3