Update dependency pydantic to v2.11.1 (#130)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-29 01:39:41 +00:00 committed by GitHub
parent bbe0d2f700
commit da96c58bbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ readme = "README.md"
dependencies = [
"fastapi[standard]==0.115.12",
"pyautogui==0.9.54",
"pydantic==2.11.0",
"pydantic==2.11.1",
"seleniumbase==4.36.2",
"uvicorn==0.34.0",
]

8
uv.lock generated
View File

@ -90,7 +90,7 @@ test = [
requires-dist = [
{ name = "fastapi", extras = ["standard"], specifier = "==0.115.12" },
{ name = "pyautogui", specifier = "==0.9.54" },
{ name = "pydantic", specifier = "==2.11.0" },
{ name = "pydantic", specifier = "==2.11.1" },
{ name = "seleniumbase", specifier = "==4.36.2" },
{ name = "uvicorn", specifier = "==0.34.0" },
]
@ -617,7 +617,7 @@ wheels = [
[[package]]
name = "pydantic"
version = "2.11.0"
version = "2.11.1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "annotated-types" },
@ -625,9 +625,9 @@ dependencies = [
{ name = "typing-extensions" },
{ name = "typing-inspection" },
]
sdist = { url = "https://files.pythonhosted.org/packages/82/2a/4ba34614269b1e12a28b9fe54710983f5c3679f945797e86250c6269263f/pydantic-2.11.0.tar.gz", hash = "sha256:d6a287cd6037dee72f0597229256dfa246c4d61567a250e99f86b7b4626e2f41", size = 782184 }
sdist = { url = "https://files.pythonhosted.org/packages/93/a3/698b87a4d4d303d7c5f62ea5fbf7a79cab236ccfbd0a17847b7f77f8163e/pydantic-2.11.1.tar.gz", hash = "sha256:442557d2910e75c991c39f4b4ab18963d57b9b55122c8b2a9cd176d8c29ce968", size = 782817 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/09/2c/3a0a1b022bb028e4cd455c69a17ceaad809bf6763c110d093efc0d8f67aa/pydantic-2.11.0-py3-none-any.whl", hash = "sha256:d52535bb7aba33c2af820eaefd866f3322daf39319d03374921cd17fbbdf28f9", size = 442591 },
{ url = "https://files.pythonhosted.org/packages/cc/12/f9221a949f2419e2e23847303c002476c26fbcfd62dc7f3d25d0bec5ca99/pydantic-2.11.1-py3-none-any.whl", hash = "sha256:5b6c415eee9f8123a14d859be0c84363fec6b1feb6b688d6435801230b56e0b8", size = 442648 },
]
[[package]]