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
12 changes: 6 additions & 6 deletions service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ certifi==2026.7.22
# httpcore
# httpx
# requests
charset-normalizer==3.5.0
charset-normalizer==3.5.1
# via requests
distro==1.9.0
# via
Expand All @@ -47,15 +47,15 @@ haystack-ai==3.0.0
# via ai-document-plugin-service (pyproject.toml)
httpcore==1.0.9
# via httpx
httpcore2==2.10.0
httpcore2==2.11.0
# via httpx2
httpx==0.28.1
# via
# ai-document-plugin-service (pyproject.toml)
# haystack-ai
httpx2==2.10.0
httpx2==2.11.0
# via openai
idna==3.18
idna==3.19
# via
# anyio
# httpx
Expand Down Expand Up @@ -113,7 +113,7 @@ pydantic==2.13.4
# fastapi
# haystack-ai
# openai
pydantic-core==2.46.4
pydantic-core==2.48.0
# via pydantic
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -153,7 +153,7 @@ tabulate==0.10.0
# via ai-document-plugin-service (pyproject.toml)
tenacity==9.1.4
# via haystack-ai
tiktoken==0.13.0
tiktoken==0.14.0
# via ai-document-plugin-service (pyproject.toml)
tqdm==4.70.0
# via
Expand Down
Loading
Loading