chore: bump langchain-core from 1.0.7 to 1.2.6#190
Merged
Conversation
Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 1.0.7 to 1.2.5. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-core==1.0.7...langchain-core==1.2.5) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.2.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 1.0.7 to 1.2.5. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](langchain-ai/langchain@langchain-core==1.0.7...langchain-core==1.2.5) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.2.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
96350b1 to
2edd489
Compare
… of github.com:stackitcloud/rag-template into dependabot/pip/libs/admin-api-lib/langchain-core-1.2.5
- Updated langchain-core version from 1.0.7 to 1.2.6 across multiple services. - Added uuid-utils package version 0.12.0 to dependencies in services and libraries. - Adjusted markers for Windows platform compatibility in poetry.lock files. - Changed torchvision dependency specification to use caret (^) for versioning in document-extractor.
a-klos
approved these changes
Jan 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the version specification for the
torchvisiondependency in both theextractor-api-libanddocument-extractorprojects. The change allows for greater flexibility in the acceptedtorchvisionversions, making it easier to receive compatible bug fixes and minor updates.Dependency versioning improvements:
torchvisiondependency version specifier from an exact version (0.24.1+cpu) to a compatible version range (^0.24.1+cpu) inlibs/extractor-api-lib/pyproject.toml.torchvisioninservices/document-extractor/pyproject.toml.