mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-06-27 16:36:53 +00:00
update(pydantic): Bump pydantic to 2.11.3 (#538)
Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
parent
2bfe646996
commit
dac089b320
@ -749,7 +749,8 @@ Args:
|
||||
"$ref": "#/components/schemas/PydanticDateTimeData"
|
||||
},
|
||||
{
|
||||
"type": "object"
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
},
|
||||
{
|
||||
"type": "null"
|
||||
|
10
openapi.json
10
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"
|
||||
},
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user