fix(deps): update dependency pydantic-settings to v2.13.0 (#7073)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-15 11:30:44 -06:00
committed by GitHub
parent 904e6b7d82
commit e2fbe118a7
2 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ dependencies = [
"authlib==1.6.8", "authlib==1.6.8",
"html2text==2025.4.15", "html2text==2025.4.15",
"paho-mqtt==1.6.1", "paho-mqtt==1.6.1",
"pydantic-settings==2.12.0", "pydantic-settings==2.13.0",
"pillow-heif==1.2.0", "pillow-heif==1.2.0",
"pyjwt==2.11.0", "pyjwt==2.11.0",
"openai==2.21.0", "openai==2.21.0",

8
uv.lock generated
View File

@@ -925,7 +925,7 @@ requires-dist = [
{ name = "pillow-heif", specifier = "==1.2.0" }, { name = "pillow-heif", specifier = "==1.2.0" },
{ name = "psycopg2-binary", marker = "extra == 'pgsql'", specifier = "==2.9.11" }, { name = "psycopg2-binary", marker = "extra == 'pgsql'", specifier = "==2.9.11" },
{ name = "pydantic", specifier = "==2.12.5" }, { name = "pydantic", specifier = "==2.12.5" },
{ name = "pydantic-settings", specifier = "==2.12.0" }, { name = "pydantic-settings", specifier = "==2.13.0" },
{ name = "pyhumps", specifier = "==3.8.0" }, { name = "pyhumps", specifier = "==3.8.0" },
{ name = "pyjwt", specifier = "==2.11.0" }, { name = "pyjwt", specifier = "==2.11.0" },
{ name = "python-dateutil", specifier = "==2.9.0.post0" }, { name = "python-dateutil", specifier = "==2.9.0.post0" },
@@ -1397,16 +1397,16 @@ wheels = [
[[package]] [[package]]
name = "pydantic-settings" name = "pydantic-settings"
version = "2.12.0" version = "2.13.0"
source = { registry = "https://pypi.org/simple" } source = { registry = "https://pypi.org/simple" }
dependencies = [ dependencies = [
{ name = "pydantic" }, { name = "pydantic" },
{ name = "python-dotenv" }, { name = "python-dotenv" },
{ name = "typing-inspection" }, { name = "typing-inspection" },
] ]
sdist = { url = "https://files.pythonhosted.org/packages/43/4b/ac7e0aae12027748076d72a8764ff1c9d82ca75a7a52622e67ed3f765c54/pydantic_settings-2.12.0.tar.gz", hash = "sha256:005538ef951e3c2a68e1c08b292b5f2e71490def8589d4221b95dab00dafcfd0", size = 194184, upload-time = "2025-11-10T14:25:47.013Z" } sdist = { url = "https://files.pythonhosted.org/packages/96/a1/ae859ffac5a3338a66b74c5e29e244fd3a3cc483c89feaf9f56c39898d75/pydantic_settings-2.13.0.tar.gz", hash = "sha256:95d875514610e8595672800a5c40b073e99e4aae467fa7c8f9c263061ea2e1fe", size = 222450, upload-time = "2026-02-15T12:11:23.476Z" }
wheels = [ wheels = [
{ url = "https://files.pythonhosted.org/packages/c1/60/5d4751ba3f4a40a6891f24eec885f51afd78d208498268c734e256fb13c4/pydantic_settings-2.12.0-py3-none-any.whl", hash = "sha256:fddb9fd99a5b18da837b29710391e945b1e30c135477f484084ee513adb93809", size = 51880, upload-time = "2025-11-10T14:25:45.546Z" }, { url = "https://files.pythonhosted.org/packages/b0/1a/dd1b9d7e627486cf8e7523d09b70010e05a4bc41414f4ae6ce184cf0afb6/pydantic_settings-2.13.0-py3-none-any.whl", hash = "sha256:d67b576fff39cd086b595441bf9c75d4193ca9c0ed643b90360694d0f1240246", size = 58429, upload-time = "2026-02-15T12:11:22.133Z" },
] ]
[[package]] [[package]]