diff --git a/pyproject.toml b/pyproject.toml index 35d7b32..614be1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "discord.py==2.7.1", "pydantic==2.13.4", "pydantic-settings==2.15.0", - "openai==2.52.0", + "openai==3.1.0", "aiosqlite==0.22.1", "feedparser==6.0.14", "prometheus-client==0.26.0", @@ -26,6 +26,7 @@ dev = [ "pytest-asyncio==1.4.0", "pytest-cov==7.1.0", "ruff==0.16.2", + "httpx==0.28.1", ] [tool.hatch.build.targets.wheel]