Skip to content

Commit acff154

Browse files
committed
Update langchain-core to version 1.2.6 and add uuid-utils dependency
- 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.
1 parent dda52b3 commit acff154

File tree

9 files changed

+228
-65
lines changed

9 files changed

+228
-65
lines changed

libs/admin-api-lib/poetry.lock

Lines changed: 3 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/extractor-api-lib/poetry.lock

Lines changed: 37 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/extractor-api-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ starlette = ">=0.49.1"
117117
markitdown = {version = "^0.1.3", extras = ["all"]}
118118
docling = "2.61.2"
119119
torch = { version = "^2.9.0+cpu", source = "pytorch_cpu" }
120-
torchvision = { version = "0.24.1+cpu", source = "pytorch_cpu" }
120+
torchvision = { version = "^0.24.1+cpu", source = "pytorch_cpu" }
121121
transformers = ">=4.53.3,<5.0.0"
122122
pypandoc = ">=1.6.2"
123123
pypandoc_binary = ">=1.6.2"

libs/rag-core-api/poetry.lock

Lines changed: 37 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)