diff --git a/pyproject.toml b/pyproject.toml index 36a8962..81dbe11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ] diff --git a/uv.lock b/uv.lock index a40f82b..239c3a5 100644 --- a/uv.lock +++ b/uv.lock @@ -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]]