Skip to content
Closed
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
291 changes: 145 additions & 146 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.30"
python-multipart = "^0.0.32"
marshmallow = "^3.26.2"
protobuf = ">=5.29.6,<6.0.0"
langchain-experimental = "^0.4.0"
Expand Down
396 changes: 194 additions & 202 deletions libs/extractor-api-lib/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.30"
python-multipart = "^0.0.32"
oauthlib = "^3.2.2"
requests-oauthlib = "^2.0.0"
pdfplumber = "0.11.9"
Expand Down
8 changes: 4 additions & 4 deletions libs/poetry.lock

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

251 changes: 125 additions & 126 deletions libs/rag-core-api/poetry.lock

Large diffs are not rendered by default.

261 changes: 130 additions & 131 deletions libs/rag-core-lib/poetry.lock

Large diffs are not rendered by default.

277 changes: 138 additions & 139 deletions services/admin-backend/poetry.lock

Large diffs are not rendered by default.

135 changes: 64 additions & 71 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.30"
python-multipart = "^0.0.32"

[tool.poetry.group.test.dependencies]
pytest = "^9.0.3"
Expand Down
32 changes: 16 additions & 16 deletions services/rag-backend/poetry.lock

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

Loading