text2sql_backend / pyproject.toml
LightRT's picture
Database Connection Fix
ba6ff48
raw
history blame contribute delete
742 Bytes
[project]
name = "text-to-sql-agent"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"faker>=40.21.0",
"fastapi>=0.136.3",
"fastembed>=0.8.0",
"langchain>=1.3.4",
"langchain-community>=0.4.2",
"langchain-core>=1.4.0",
"langchain-openai>=1.2.2",
"langgraph>=1.2.4",
"langgraph-checkpoint-postgres>=3.1.0",
"langsmith>=0.8.8",
"psycopg-binary>=3.3.4",
"python-dotenv>=1.2.2",
"qdrant-client>=1.18.0",
"sqlalchemy>=2.0.50",
"streamlit>=1.58.0",
"pymysql",
"psycopg2-binary>=2.9.12",
"pyodbc>=5.3.0",
"oracledb>=4.0.1",
"snowflake-sqlalchemy>=1.10.0",
"sqlalchemy-bigquery>=1.17.0",
]