Skip to content
Closed
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
4 changes: 2 additions & 2 deletions service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ requires-python = ">=3.13, <4"
dependencies = [
"alembic",
"httpx",
"fastapi>=0.136.1,<1.0",
"fastapi>=0.139.0,<1.0",
"genson",
"haystack-ai>=2.30.1",
"haystack-ai>=2.30.2",
"json-repair",
"openai",
"pandas",
Expand Down
30 changes: 15 additions & 15 deletions service/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml
alembic==1.18.4
alembic==1.18.5
# via ai-document-plugin-service (pyproject.toml)
annotated-doc==0.0.4
# via fastapi
annotated-types==0.7.0
# via pydantic
anyio==4.13.0
anyio==4.14.1
# via
# httpx
# openai
Expand All @@ -17,7 +17,7 @@ attrs==26.1.0
# referencing
backoff==2.2.1
# via posthog
certifi==2026.5.20
certifi==2026.6.17
# via
# httpcore
# httpx
Expand All @@ -30,15 +30,15 @@ distro==1.9.0
# posthog
docstring-parser==0.18.0
# via haystack-ai
fastapi==0.136.3
fastapi==0.139.0
# via ai-document-plugin-service (pyproject.toml)
filetype==1.2.0
# via haystack-ai
genson==1.3.0
# via ai-document-plugin-service (pyproject.toml)
h11==0.16.0
# via httpcore
haystack-ai==2.30.1
haystack-ai==2.30.2
# via
# ai-document-plugin-service (pyproject.toml)
# haystack-experimental
Expand All @@ -57,9 +57,9 @@ idna==3.18
# requests
jinja2==3.1.6
# via haystack-ai
jiter==0.15.0
jiter==0.16.0
# via openai
json-repair==0.60.1
json-repair==0.61.1
# via ai-document-plugin-service (pyproject.toml)
jsonschema==4.26.0
# via haystack-ai
Expand All @@ -78,17 +78,17 @@ more-itertools==11.1.0
# via haystack-ai
networkx==3.6.1
# via haystack-ai
numpy==2.4.6
numpy==2.5.0
# via
# haystack-ai
# pandas
openai==2.41.1
openai==2.44.0
# via
# ai-document-plugin-service (pyproject.toml)
# haystack-ai
pandas==3.0.3
# via ai-document-plugin-service (pyproject.toml)
posthog==7.18.3
posthog==7.21.3
# via haystack-ai
psycopg==3.3.4
# via ai-document-plugin-service (pyproject.toml)
Expand All @@ -113,21 +113,21 @@ referencing==0.37.0
# via
# jsonschema
# jsonschema-specifications
regex==2026.5.9
regex==2026.6.28
# via tiktoken
requests==2.34.2
# via
# posthog
# tiktoken
rpds-py==2026.5.1
rpds-py==2026.6.3
# via
# jsonschema
# referencing
six==1.17.0
# via python-dateutil
sniffio==1.3.1
# via openai
sqlalchemy==2.0.50
sqlalchemy==2.0.51
# via
# ai-document-plugin-service (pyproject.toml)
# alembic
Expand All @@ -139,12 +139,12 @@ tenacity==9.1.4
# via haystack-ai
tiktoken==0.13.0
# via ai-document-plugin-service (pyproject.toml)
tqdm==4.68.2
tqdm==4.68.3
# via
# ai-document-plugin-service (pyproject.toml)
# haystack-ai
# openai
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# alembic
# fastapi
Expand Down
Loading
Loading