diff --git a/dev-runner/requirements.txt b/dev-runner/requirements.txt index cfc638a..634a034 100644 --- a/dev-runner/requirements.txt +++ b/dev-runner/requirements.txt @@ -1,4 +1,4 @@ fastapi==0.128.8 uvicorn[standard]==0.39.0 -pydantic==2.12.5 +pydantic==2.13.2 playwright==1.58.0 diff --git a/pyproject.toml b/pyproject.toml index 69a3d7d..bb8c9b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ [project.optional-dependencies] agents = [ "python-dotenv>=1.2.1,<2.0.0", - "pydantic>=2.0.0,<3.0.0", + "pydantic>=2.13.2,<3.0.0", "typing-extensions>=4.15.0,<5.0.0", "loguru>=0.7.0,<1.0.0", "rich>=13.0.0,<15.0.0",