Skip to content

Commit bb1e27c

Browse files
chore: bump langchain-core from 1.0.7 to 1.2.6 (#190)
This pull request updates the version specification for the `torchvision` dependency in both the `extractor-api-lib` and `document-extractor` projects. The change allows for greater flexibility in the accepted `torchvision` versions, making it easier to receive compatible bug fixes and minor updates. Dependency versioning improvements: * Changed the `torchvision` dependency version specifier from an exact version (`0.24.1+cpu`) to a compatible version range (`^0.24.1+cpu`) in `libs/extractor-api-lib/pyproject.toml`. * Made the same version specifier change for `torchvision` in `services/document-extractor/pyproject.toml`. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andreas Klos <[email protected]>
1 parent e131156 commit bb1e27c

File tree

9 files changed

+261
-30
lines changed

9 files changed

+261
-30
lines changed

libs/admin-api-lib/poetry.lock

Lines changed: 36 additions & 3 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)