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
285 changes: 142 additions & 143 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.32"
marshmallow = "^3.26.2"
protobuf = ">=5.29.6,<6.0.0"
langchain-experimental = "^0.4.0"
Expand Down
400 changes: 201 additions & 199 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.32"
oauthlib = "^3.2.2"
requests-oauthlib = "^2.0.0"
pdfplumber = "0.11.9"
Expand Down
30 changes: 15 additions & 15 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
407 changes: 141 additions & 266 deletions libs/rag-core-api/poetry.lock

Large diffs are not rendered by default.

308 changes: 155 additions & 153 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
267 changes: 133 additions & 134 deletions services/admin-backend/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/admin-backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ license = "Apache-2.0"
repository = "https://github.com/stackitcloud/rag-template"

[tool.poetry.group.test.dependencies]
pytest = "^8.2.1"
pytest = "^9.0.3"
coverage = "^7.8.0"

[tool.poetry.group.lint.dependencies]
Expand Down
Loading
Loading