diff --git a/pyproject.toml b/pyproject.toml index 34485ee5b..d6e517eb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "pydantic>=2.0, <3.0.0", # For data validation/models "python-dateutil>=2.9.0.post0, <3.0.0", # For Vertext AI Session Service "python-dotenv>=1.0.0, <2.0.0", # To manage environment variables - "requests>=2.32.4, <3.0.0", + "requests>=2.32.0, <3.0.0", "sqlalchemy>=2.0, <3.0.0", # SQL database ORM "starlette>=0.46.2, <1.0.0", # For FastAPI CLI "tenacity>=8.0.0, <9.0.0", # For Retry management