Skip to content

Commit f78867f

Browse files
a-klosdependabot[bot]renovate-bot
authored
chore (deps): update dependencies (#247)
This pull request updates several dependencies across both Python and Node.js projects to newer versions, with a focus on bug fixes, compatibility, and security improvements. The most notable changes are dependency upgrades in both backend (`pyproject.toml`) and frontend (`package-lock.json`) codebases. **Python dependency updates:** - Upgraded `python-multipart` from `0.0.20` to `0.0.22` in both `libs/admin-api-lib/pyproject.toml` and `libs/extractor-api-lib/pyproject.toml` for improved stability and bug fixes. [[1]](diffhunk://#diff-9c5aeb0db77c2eec077d07ddc3b3810ae1a4a1e50ee7061fba37a46706c513fbL128-R128) [[2]](diffhunk://#diff-dede389bcfb615c4b45cd1da7ac14cbe9535305f41f19cce09e321c91a8bb323L97-R97) - Upgraded `unstructured` from `0.18.15` to `0.18.18` in `libs/extractor-api-lib/pyproject.toml` for better document parsing. - Upgraded `wheel` from `0.45.1` to `0.46.0` in `libs/extractor-api-lib/pyproject.toml`. **Node.js dependency updates:** - Upgraded `js-yaml` in several places (including `@yarnpkg/parsers`, `front-matter`, and root) to newer patch versions for improved YAML parsing and security. [[1]](diffhunk://#diff-699a70f28d33903e145f50af042a20b1b35d92696ab16cc8514a1eb675b39064L5870-R5872) [[2]](diffhunk://#diff-699a70f28d33903e145f50af042a20b1b35d92696ab16cc8514a1eb675b39064L9376-R9378) [[3]](diffhunk://#diff-699a70f28d33903e145f50af042a20b1b35d92696ab16cc8514a1eb675b39064L10723-R10724) - Upgraded `glob` from `10.4.5` to `10.5.0` for improved file globbing performance and bug fixes. - Added the `validator` package at version `13.15.23` for robust string validation in the frontend. **Other frontend dependency changes:** - Downgraded `tailwindcss` from `4.1.18` to `3.4.18` in `services/frontend/package-lock.json`, possibly for compatibility reasons, and updated its dependencies accordingly. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 4d8cd34 commit f78867f

File tree

11 files changed

+219
-292
lines changed

11 files changed

+219
-292
lines changed

libs/admin-api-lib/poetry.lock

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

libs/admin-api-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ tqdm = "^4.67.1"
125125
langfuse = "^3.10.1"
126126
redis = "^6.0.0"
127127
pyyaml = "^6.0.2"
128-
python-multipart = "^0.0.20"
128+
python-multipart = "^0.0.22"
129129
langchain-experimental = "^0.4.0"
130130
nltk = "^3.9.2"
131131
starlette = ">=0.49.1"

libs/extractor-api-lib/poetry.lock

Lines changed: 32 additions & 29 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ max-line-length = 120
8484

8585
[tool.poetry.dependencies]
8686
python = ">=3.13,<3.14"
87-
wheel = "^0.45.1"
87+
wheel = "^0.46.0"
8888
botocore = "^1.38.10"
8989
fasttext = "^0.9.3"
9090
pytesseract = "^0.3.10"
@@ -94,7 +94,7 @@ dependency-injector = "^4.46.0"
9494
pydantic-settings = "^2.9.1"
9595
boto3 = "^1.38.10"
9696
rag-core-lib = "==4.1.1"
97-
python-multipart = "^0.0.20"
97+
python-multipart = "^0.0.22"
9898
oauthlib = "^3.2.2"
9999
requests-oauthlib = "^2.0.0"
100100
pdfplumber = "0.11.9"
@@ -109,7 +109,7 @@ partial = "^1.0"
109109
pyyaml = "^6.0.2"
110110
numpy = "^2.2.5"
111111
docx2txt = "^0.9"
112-
unstructured = {extras = ["docx", "pptx"], version = "0.18.15"}
112+
unstructured = {extras = ["docx", "pptx"], version = "0.18.18"}
113113
html5lib = "^1.1"
114114
langchain-community = "^0.4.1"
115115
atlassian-python-api = "^4.0.3"

libs/rag-core-api/poetry.lock

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

libs/rag-core-lib/poetry.lock

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

0 commit comments

Comments
 (0)