Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
186 changes: 142 additions & 44 deletions libs/admin-api-lib/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/admin-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ tqdm = "^4.67.1"
langfuse = "^3.10.1"
redis = "^6.0.0"
pyyaml = "^6.0.2"
python-multipart = "^0.0.22"
python-multipart = "^0.0.27"
marshmallow = "^3.26.2"
protobuf = ">=5.29.6,<6.0.0"
langchain-experimental = "^0.4.0"
Expand Down
618 changes: 355 additions & 263 deletions libs/extractor-api-lib/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions libs/extractor-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependency-injector = "^4.46.0"
pydantic-settings = "^2.9.1"
boto3 = "^1.38.10"
rag-core-lib = "==4.2.0"
python-multipart = "^0.0.22"
python-multipart = "^0.0.27"
oauthlib = "^3.2.2"
requests-oauthlib = "^2.0.0"
pdfplumber = "0.11.9"
Expand All @@ -104,7 +104,7 @@ pdf2image = "1.17.0"
datasets = "^3.5.1"
pandas = "^2.2.2"
tabulate = "^0.9.0"
lxml = "^5.4.0"
lxml = "^6.1.0"
partial = "^1.0"
pyyaml = "^6.0.2"
numpy = "^2.2.5"
Expand Down
10 changes: 5 additions & 5 deletions libs/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

181 changes: 138 additions & 43 deletions libs/rag-core-api/poetry.lock

Large diffs are not rendered by default.

175 changes: 135 additions & 40 deletions libs/rag-core-lib/poetry.lock

Large diffs are not rendered by default.

188 changes: 143 additions & 45 deletions services/admin-backend/poetry.lock

Large diffs are not rendered by default.

127 changes: 72 additions & 55 deletions services/mcp-server/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/mcp-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python-dateutil = "^2.9.0.post0"
jinja2 = "^3.1.6"
starlette = ">=0.49.1"
authlib = "^1.6.6"
python-multipart = "^0.0.22"
python-multipart = "^0.0.27"

[tool.poetry.group.test.dependencies]
pytest = "^8.2.1"
Expand Down
153 changes: 124 additions & 29 deletions services/rag-backend/poetry.lock

Large diffs are not rendered by default.