Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh committed Nov 25, 2024
1 parent 36b5675 commit 737ef5b
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 95 deletions.
102 changes: 53 additions & 49 deletions wren-ai-service/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 46 additions & 46 deletions wren-ai-service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,58 +9,58 @@ package-mode = false

[tool.poetry.dependencies]
python = ">=3.12.*, <4.0"
fastapi = "~0.115.0"
uvicorn = {extras = ["standard"], version = "~0.32.0"}
python-dotenv = "~1.0.0"
haystack-ai = "~2.7.0"
openai = "~1.55.0"
qdrant-haystack = "~7.0.0"
backoff = "~2.2.0"
tqdm = "~4.67.0"
numpy = "~1.26.0"
sqlparse = "~0.5.0"
orjson = "~3.10.0"
sf-hamilton = {version = "^2.0.0", extras = ["visualization"]}
aiohttp = {extras = ["speedups"], version = "~3.11.0"}
ollama-haystack = "~2.0.0"
langfuse = "~2.54.0"
ollama = "~0.4.0"
toml = "~0.10.0"
sqlglot = "~25.32.0"
cachetools = "~5.5.0"
pyyaml = "~6.0.0"
pydantic-settings = "~2.6.0"
google-auth = "~2.36.0"
tiktoken = "~0.8.0"
fastapi = "^0.115.2"
uvicorn = {extras = ["standard"], version = "^0.30.1"}
python-dotenv = "^1.0.1"
haystack-ai = "^2.4.0"
openai = "^1.40.0"
qdrant-haystack = "^7.0.0"
backoff = "^2.2.1"
tqdm = "^4.66.4"
numpy = "^1.26.4"
sqlparse = "^0.5.0"
orjson = "^3.10.3"
sf-hamilton = {version = "^1.69.0", extras = ["visualization"]}
aiohttp = {extras = ["speedups"], version = "^3.10.2"}
ollama-haystack = "^0.0.6"
langfuse = "^2.43.3"
ollama = "^0.2.1"
toml = "^0.10.2"
sqlglot = "^25.18.0"
cachetools = "^5.5.0"
pyyaml = "^6.0.2"
pydantic-settings = "^2.5.2"
google-auth = "^2.35.0"
tiktoken = "^0.8.0"

[tool.poetry.group.dev.dependencies]
pre-commit = "~4.0.0"
streamlit = "~1.40.0"
watchdog = "~6.0.0"
pandas = "~2.2.0"
matplotlib = "~3.9.0"
sseclient-py = "~1.8.0"
dspy-ai = "~2.5.0"
requests = "~2.32.0"
deepeval = "~1.5.0"
pre-commit = "^3.7.1"
streamlit = "^1.37.0"
watchdog = "^4.0.0"
pandas = "^2.2.2"
matplotlib = "^3.9.2"
sseclient-py = "^1.8.0"
dspy-ai = "^2.5.26"
requests = "^2.32.2"
deepeval = "^1.0.6"

[tool.poetry.group.eval.dependencies]
tomlkit = "~0.13.0"
gitpython = "~3.1.0"
plotly = "~5.24.0"
nbformat = "~5.10.0"
ipykernel = "~6.29.0"
itables = "~2.2.0"
gdown = "~5.2.0"
nltk = "~3.9.0"
tomlkit = "^0.13.0"
gitpython = "^3.1.43"
plotly = "^5.24.1"
nbformat = "^5.1.3"
ipykernel = "^6.29.5"
itables = "^2.2.1"
gdown = "^5.2.0"
nltk = "^3.9.1"

[tool.poetry.group.test.dependencies]
locust = "~2.32.0"
pytest = "~8.3.0"
pytest-cov = "~6.0.0"
pytest-asyncio = "~0.24.0"
aioresponses = "~0.7.0"
pytest-mock = "~3.14.0"
locust = "^2.32.0"
pytest = "^8.3.0"
pytest-cov = "^6.0.0"
pytest-asyncio = "^0.24.0"
aioresponses = "^0.7.0"
pytest-mock = "^3.14.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 737ef5b

Please sign in to comment.