Skip to content

Commit c6cd5b7

Browse files
Update pydantic-ai requirement from <2,>=1.56.0 to >=1.87.0,<2
Updates the requirements on [pydantic-ai](https://github.com/pydantic/pydantic-ai) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic-ai/releases) - [Changelog](https://github.com/pydantic/pydantic-ai/blob/main/docs/changelog.md) - [Commits](pydantic/pydantic-ai@v1.56.0...v1.87.0) --- updated-dependencies: - dependency-name: pydantic-ai dependency-version: 1.86.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 49309d5 commit c6cd5b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pdf2image>=1.16.0
4848
tiktoken==0.12.0 # https://github.com/openai/tiktoken
4949
openai>=2.11.0,<3 # https://github.com/openai/openai-python (pydantic-ai 1.x requires >=2.11.0)
5050
pytesseract
51-
pydantic-ai>=1.56.0,<2
51+
pydantic-ai>=1.87.0,<2
5252
spacy
5353
pdfplumber>=0.10.0 # https://github.com/jsvine/pdfplumber - PDF token extraction
5454
shapely>=2.0.0 # https://github.com/shapely/shapely - spatial operations for bbox intersection

0 commit comments

Comments
 (0)