diff --git a/package/pyproject.toml b/package/pyproject.toml index d458741..4f1fec4 100644 --- a/package/pyproject.toml +++ b/package/pyproject.toml @@ -20,7 +20,6 @@ python = ">=3.8.1,<4.0" python_dateutil = ">=2.5.3" setuptools = ">=21.0.0" urllib3 = "<2.0,>=1.25.10" -pytest-httpx = "0.22.0" [tool.poetry.group.lint.dependencies] black = "^23.3.0" @@ -34,10 +33,11 @@ types-urllib3 = "^1.26.25.10" openai = "^1.0.0b1 " pinecone-client = "^2.2.1" pyyaml = "^6.0" +pytest = "^7.1.1" +pytest-httpx = "^0.27.0" [tool.poetry.group.test.dependencies] aioresponses = "^0.7.4" -pytest = "^7.3.1" pytest-asyncio = "^0.21.0" pytest-mock = "^3.10.0" pytest-responses = "^0.5.1"