diff --git a/pyproject.toml b/pyproject.toml index 46a0b03..b4ee07c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,11 +10,11 @@ readme = "README.md" requires-python = ">=3.10" license = "Apache-2.0" dependencies = [ - "idna==3.15", + "idna==3.16", "openai==2.38.0", "openai-agents==0.17.3", "python-dotenv==1.2.2", - "starlette==1.0.1", + "starlette==1.1.0", "urllib3==2.7.0", ]