Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"httpx",
"fastapi>=0.136.1,<1.0",
"genson",
"haystack-ai>=2.28.0",
"haystack-ai>=2.30.0",
"json-repair",
"openai",
"pandas",
Expand Down
14 changes: 7 additions & 7 deletions service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ genson==1.3.0
# via ai-document-plugin-service (pyproject.toml)
h11==0.16.0
# via httpcore
haystack-ai==2.29.0
haystack-ai==2.30.0
# via
# ai-document-plugin-service (pyproject.toml)
# haystack-experimental
Expand All @@ -50,7 +50,7 @@ httpx==0.28.1
# via
# haystack-ai
# openai
idna==3.17
idna==3.18
# via
# anyio
# httpx
Expand All @@ -59,7 +59,7 @@ jinja2==3.1.6
# via haystack-ai
jiter==0.15.0
# via openai
json-repair==0.59.10
json-repair==0.60.1
# via ai-document-plugin-service (pyproject.toml)
jsonschema==4.26.0
# via haystack-ai
Expand All @@ -82,13 +82,13 @@ numpy==2.4.6
# via
# haystack-ai
# pandas
openai==2.40.0
openai==2.41.0
# via
# ai-document-plugin-service (pyproject.toml)
# haystack-ai
pandas==3.0.3
# via ai-document-plugin-service (pyproject.toml)
posthog==7.16.3
posthog==7.18.0
# via haystack-ai
psycopg==3.3.4
# via ai-document-plugin-service (pyproject.toml)
Expand All @@ -99,7 +99,7 @@ pydantic==2.13.4
# fastapi
# haystack-ai
# openai
pydantic-core==2.46.4
pydantic-core==2.47.0
# via pydantic
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -139,7 +139,7 @@ tenacity==9.1.4
# via haystack-ai
tiktoken==0.13.0
# via ai-document-plugin-service (pyproject.toml)
tqdm==4.67.3
tqdm==4.68.1
# via
# ai-document-plugin-service (pyproject.toml)
# haystack-ai
Expand Down
Loading
Loading