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
448 changes: 225 additions & 223 deletions libs/admin-api-lib/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions libs/admin-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ known_local_folder = ["admin_api_lib", "rag_core_lib"]
max-line-length = 120

[tool.poetry.group.test.dependencies]
pytest = "^8.3.5"
pytest = "^9.0.3"
pytest-asyncio = "^1.0.0"
coverage = "^7.8.0"

Expand Down 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.29"
python-multipart = "^0.0.30"
marshmallow = "^3.26.2"
protobuf = ">=5.29.6,<6.0.0"
langchain-experimental = "^0.4.0"
Expand Down
587 changes: 287 additions & 300 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.29"
python-multipart = "^0.0.30"
oauthlib = "^3.2.2"
requests-oauthlib = "^2.0.0"
pdfplumber = "0.11.9"
Expand Down
34 changes: 17 additions & 17 deletions libs/poetry.lock

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

2 changes: 1 addition & 1 deletion libs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ python = "^3.13"
fastapi = "^0.136.0"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.5"
pytest = "^9.0.3"
pytest-asyncio = "^1.0.0"
coverage = "^7.8.0"

Expand Down
570 changes: 224 additions & 346 deletions libs/rag-core-api/poetry.lock

Large diffs are not rendered by default.

477 changes: 241 additions & 236 deletions libs/rag-core-lib/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions libs/rag-core-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ deprecated = "^1.2.18"
openai = "^1.77.0"
langchain-core = "^1.0.7"
langchain-openai = "^1.0.3"
langgraph-checkpoint = ">=4.0.0,<4.1.0"
langgraph-checkpoint = ">=4.0.0,<4.2.0"
boto3 = "^1.38.10"
filelock = "^3.20.3"
marshmallow = "^3.26.2"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.5"
pytest = "^9.0.3"
pytest-asyncio = "^1.0.0"
coverage = "^7.5.4"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"lodash-es": "^4.18.1",
"npm": "^11.16.0",
"picomatch": "^4.0.4",
"undici": "^6.24.0"
"undici": "^6.25.0"
}
}
Loading
Loading