chore: pyproject bumps

This commit is contained in:
Timothy J. Baek 2024-10-06 21:06:47 -07:00
parent 58ca5e42c2
commit 86f822fd9a

View File

@ -8,7 +8,7 @@ license = { file = "LICENSE" }
dependencies = [
"fastapi==0.111.0",
"uvicorn[standard]==0.30.6",
"pydantic==2.8.2",
"pydantic==2.9.2",
"python-multipart==0.0.9",
"Flask==3.0.3",
@ -19,7 +19,7 @@ dependencies = [
"passlib[bcrypt]==1.7.4",
"requests==2.32.3",
"aiohttp==3.10.5",
"aiohttp==3.10.8",
"sqlalchemy==2.0.32",
"alembic==1.13.2",
@ -43,7 +43,7 @@ dependencies = [
"langchain==0.2.15",
"langchain-community==0.2.12",
"langchain-chroma==0.1.2",
"langchain-chroma==0.1.4",
"fake-useragent==1.5.1",
"chromadb==0.5.9",
@ -62,7 +62,7 @@ dependencies = [
"nltk==3.9.1",
"Markdown==3.7",
"pypandoc==1.13",
"pandas==2.2.2",
"pandas==2.2.3",
"openpyxl==3.1.5",
"pyxlsb==1.0.10",
"xlrd==2.0.1",
@ -87,10 +87,10 @@ dependencies = [
"extract_msg",
"pydub",
"duckduckgo-search~=6.2.11",
"duckduckgo-search~=6.2.13",
"docker~=7.1.0",
"pytest~=8.2.2",
"pytest~=8.3.2",
"pytest-docker~=3.1.1"
]
readme = "README.md"