Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 12, 2024
1 parent 064557f commit 629cfba
Showing 1 changed file with 73 additions and 73 deletions.
146 changes: 73 additions & 73 deletions backend/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"

[tool.poetry.dependencies]
quivr-core = { path = "../core", develop = true }
python = "^3.11"
python = "3.12.4"

torch = [
{ version = "2.3.1", source = "pypi", platform = "darwin" },
Expand All @@ -27,82 +27,82 @@ torchvision = [
{ version = "0.18.1+cpu", source = "pytorch-cpu-src", platform = "linux", markers = "platform_machine == 'x86_64'" },
{ version = "0.18.1+cpu", source = "pytorch-cpu-src", platform = "win32" },
]
langchain = "*"
litellm = "*"
openai = "*"
gitpython = "*"
pdf2image = "*"
nest-asyncio = "*"
pypdf = "*"
supabase = "*"
tiktoken = "*"
fastapi = "*"
python-multipart = "*"
uvicorn = "*"
pypandoc = "*"
docx2txt = "*"
python-jose = "*"
asyncpg = "*"
pyright = "*"
resend = "*"
html5lib = "*"
beautifulsoup4 = "*"
newspaper3k = "*"
xlrd = "*"
redis = "*"
flower = "*"
boto3 = "*"
botocore = "*"
python-dotenv = "*"
pytesseract = "*"
async-generator = "*"
posthog = "*"
jq = "*"
pytest = "*"
watchdog = "*"
langchain-community = "*"
langchain-openai = "*"
pydantic-settings = "*"
langfuse = "*"
pandasai = "*"
colorlog = "*"
psycopg2-binary = "*"
celery = { extras = ["redis", "sqs"], version = "*" }
unstructured = { extras = ["all-docs"], version = "*" }
llama-parse = "*"
llama-index = "*"
lxml = { extras = ["html_clean"], version = "*" }
ragas = "*"
datasets = "*"
fpdf2 = "*"
unidecode = "*"
langchain-cohere = "*"
pyinstrument = "*"
playwright = "*"
langgraph = "*"
tavily-python = "*"
duckduckgo-search = "*"
google-api-python-client = "*"
google-auth-httplib2 = "*"
google-auth-oauthlib = "*"
msal = "*"
sentry-sdk = { version = "^2.5.0", extras = ["fastapi"] }
sqlmodel = "^0.0.19"
langchain = "0.2.6"
litellm = "1.41.2"
openai = "1.35.7"
gitpython = "3.1.43"
pdf2image = "1.17.0"
nest-asyncio = "1.6.0"
pypdf = "4.2.0"
supabase = "2.5.1"
tiktoken = "0.7.0"
fastapi = "0.111.0"
python-multipart = "0.0.9"
uvicorn = "0.30.1"
pypandoc = "1.13"
docx2txt = "0.8"
python-jose = "3.3.0"
asyncpg = "0.29.0"
pyright = "1.1.369"
resend = "2.1.0"
html5lib = "1.1"
beautifulsoup4 = "4.12.3"
newspaper3k = "0.2.8"
xlrd = "2.0.1"
redis = "5.0.7"
flower = "2.0.1"
boto3 = "1.34.136"
botocore = "1.34.136"
python-dotenv = "1.0.1"
pytesseract = "0.3.10"
async-generator = "1.10"
posthog = "3.5.0"
jq = "1.7.0"
pytest = "8.2.2"
watchdog = "4.0.1"
langchain-community = "0.2.6"
langchain-openai = "0.1.13"
pydantic-settings = "2.3.4"
langfuse = "2.36.2"
pandasai = "2.2.7"
colorlog = "6.8.2"
psycopg2-binary = "2.9.9"
celery = { extras = ["redis", "sqs"], version = "5.4.0" }
unstructured = { extras = ["all-docs"], version = "0.11.8" }
llama-parse = "0.4.4"
llama-index = "0.10.51"
lxml = { extras = ["html_clean"], version = "5.2.2" }
ragas = "0.1.9"
datasets = "2.20.0"
fpdf2 = "2.7.9"
unidecode = "1.3.8"
langchain-cohere = "0.1.8"
pyinstrument = "4.6.2"
playwright = "1.44.0"
langgraph = "0.1.4"
tavily-python = "0.3.3"
duckduckgo-search = "6.1.7"
google-api-python-client = "2.135.0"
google-auth-httplib2 = "0.2.0"
google-auth-oauthlib = "1.2.0"
msal = "1.29.0"
sentry-sdk = { version = "2.7.1", extras = ["fastapi"] }
sqlmodel = "0.0.19"
megaparse = "0.0.19"


[tool.poetry.group.dev.dependencies]
mypy = "^1.10.0"
pre-commit = "^3.7.1"
ipykernel = "*"
ruff = "^0.4.8"
pytest-asyncio = "^0.23.7"
flake8 = "*"
flake8-black = "*"
pytest = "*"
pytest-dotenv = "*"
pytest-mock = "*"
pytest-celery = "*"
mypy = "1.10.1"
pre-commit = "3.7.1"
ipykernel = "6.29.4"
ruff = "0.4.10"
pytest-asyncio = "0.23.7"
flake8 = "7.1.0"
flake8-black = "0.3.6"
pytest = "8.2.2"
pytest-dotenv = "0.5.2"
pytest-mock = "3.14.0"
pytest-celery = "1.0.0"

[[tool.poetry.source]]
name = "pytorch-cpu-src"
Expand Down

0 comments on commit 629cfba

Please sign in to comment.