Skip to content
Open
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 requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ openai>=2.43.0,<3 # https://github.com/openai/openai-python (pydantic-ai 1.x re
# one of those provider SDKs disappearing from PyPI — as ``mistralai`` did
# on 2026-05-12, where ``pypi.org/pypi/mistralai/json`` started 404ing —
# breaks the entire install chain. Narrow extras = stable resolves.
pydantic-ai-slim[openai,anthropic,google,mcp]>=1.107.0,<2 # see issue #1451 before bumping the upper bound
pydantic-ai-slim[openai,anthropic,google,mcp]>=2.0.0,<3 # see issue #1451 before bumping the upper bound
spacy
pdfplumber>=0.11.10 # https://github.com/jsvine/pdfplumber - PDF token extraction
shapely>=2.1.2 # https://github.com/shapely/shapely - spatial operations for bbox intersection
Expand Down
Loading