diff --git a/poetry.lock b/poetry.lock index ededd989f..d6a99f4c2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -7919,13 +7919,13 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"] [[package]] name = "respx" -version = "0.20.2" +version = "0.21.1" description = "A utility for mocking out the Python HTTPX and HTTP Core libraries." optional = false python-versions = ">=3.7" files = [ - {file = "respx-0.20.2-py2.py3-none-any.whl", hash = "sha256:ab8e1cf6da28a5b2dd883ea617f8130f77f676736e6e9e4a25817ad116a172c9"}, - {file = "respx-0.20.2.tar.gz", hash = "sha256:07cf4108b1c88b82010f67d3c831dae33a375c7b436e54d87737c7f9f99be643"}, + {file = "respx-0.21.1-py2.py3-none-any.whl", hash = "sha256:05f45de23f0c785862a2c92a3e173916e8ca88e4caad715dd5f68584d6053c20"}, + {file = "respx-0.21.1.tar.gz", hash = "sha256:0bd7fe21bfaa52106caa1223ce61224cf30786985f17c63c5d71eff0307ee8af"}, ] [package.dependencies] @@ -10258,4 +10258,4 @@ local = ["ctransformers", "llama-cpp-python", "sentence-transformers"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "ee41e6f060e02ad1110d8b63827ba55a5fa7531fbf9b197dcbc380fe7fe0025e" +content-hash = "0d658da1ee75640f74d7335685760091df2a452e84eef81dcda2590dd4044e92" diff --git a/pyproject.toml b/pyproject.toml index 85945b8ee..cc7ac04ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,6 +77,10 @@ dspy-ai = "^2.4.0" html2text = "^2024.2.26" assemblyai = "^0.23.1" litellm = "^1.34.22" +chromadb = "^0.4.24" +langchain-anthropic = "^0.1.6" +langchain-astradb = "^0.1.0" +langchain-openai = "^0.1.1" [tool.poetry.group.dev.dependencies] types-redis = "^4.6.0.5" @@ -99,14 +103,9 @@ pytest-xdist = "^3.5.0" types-pywin32 = "^306.0.0.4" types-google-cloud-ndb = "^2.2.0.0" pytest-sugar = "^1.0.0" +respx = "^0.21.1" pytest-instafail = "^0.5.0" pytest-asyncio = "^0.23.0" -respx = "^0.20.2" -chromadb = "^0.4.24" -langchain-anthropic = "^0.1.6" -langchain-astradb = "^0.1.0" -langchain-openai = "^0.1.1" -langchain-cohere = "^0.1.0" [tool.poetry.extras] deploy = ["celery", "redis", "flower"]