Fix poetry issues
This commit is contained in:
parent
ab29a6448d
commit
a5e993b857
2 changed files with 637 additions and 597 deletions
1214
poetry.lock
generated
1214
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -18,8 +18,8 @@ classifiers = [
|
|||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.9.0,<3.13"
|
||||
openai = "1.52.0"
|
||||
python = ">=3.10.0,<3.13"
|
||||
openai = "1.59.4"
|
||||
pydantic = "2.8.2"
|
||||
python-dotenv = "1.0.1"
|
||||
fastapi = ">=0.109.2,<0.116.0"
|
||||
|
|
@ -34,18 +34,18 @@ falkordb = {version = "1.0.9", optional = true}
|
|||
boto3 = "^1.26.125"
|
||||
botocore="^1.35.54"
|
||||
gunicorn = "^20.1.0"
|
||||
sqlalchemy = "2.0.35"
|
||||
instructor = "1.5.2"
|
||||
sqlalchemy = "2.0.36"
|
||||
instructor = "1.7.2"
|
||||
networkx = "^3.2.1"
|
||||
aiosqlite = "^0.20.0"
|
||||
pandas = "2.0.3"
|
||||
pandas = "2.2.3"
|
||||
filetype = "^1.2.0"
|
||||
nltk = "^3.8.1"
|
||||
dlt = {extras = ["sqlalchemy"], version = "^1.4.1"}
|
||||
aiofiles = "^23.2.1"
|
||||
qdrant-client = {version = "^1.9.0", optional = true}
|
||||
graphistry = "^0.33.5"
|
||||
tenacity = "^8.4.1"
|
||||
tenacity = "^9.0.0"
|
||||
weaviate-client = {version = "4.9.6", optional = true}
|
||||
scikit-learn = "^1.5.0"
|
||||
pypdf = "^4.1.0"
|
||||
|
|
@ -58,7 +58,7 @@ langsmith = {version = "0.2.3", optional = true}
|
|||
langdetect = "1.0.9"
|
||||
posthog = {version = "^3.5.0", optional = true}
|
||||
lancedb = "0.16.0"
|
||||
litellm = "1.49.1"
|
||||
litellm = "1.57.2"
|
||||
groq = {version = "0.8.0", optional = true}
|
||||
langfuse = "^2.32.0"
|
||||
pydantic-settings = "^2.2.1"
|
||||
|
|
@ -69,14 +69,16 @@ alembic = "^1.13.3"
|
|||
asyncpg = {version = "0.30.0", optional = true}
|
||||
pgvector = {version = "^0.3.5", optional = true}
|
||||
psycopg2 = {version = "^2.9.10", optional = true}
|
||||
llama-index-core = {version = "^0.11.22", optional = true}
|
||||
llama-index-core = {version = "^0.12.10.post1", optional = true}
|
||||
deepeval = {version = "^2.0.1", optional = true}
|
||||
transformers = "^4.46.3"
|
||||
pymilvus = {version = "^2.5.0", optional = true}
|
||||
unstructured = { extras = ["csv", "doc", "docx", "epub", "md", "odt", "org", "ppt", "pptx", "rst", "rtf", "tsv", "xlsx"], version = "^0.16.10", optional = true }
|
||||
pre-commit = "^4.0.1"
|
||||
httpx = "0.27.0"
|
||||
|
||||
bokeh="^3.6.2"
|
||||
svglib = "^1.5.1"
|
||||
reportlab = "^4.2.5"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue