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
276 changes: 138 additions & 138 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
391 changes: 197 additions & 194 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
24 changes: 12 additions & 12 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
398 changes: 137 additions & 261 deletions libs/rag-core-api/poetry.lock

Large diffs are not rendered by default.

305 changes: 154 additions & 151 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
264 changes: 132 additions & 132 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
699 changes: 282 additions & 417 deletions services/mcp-server/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions services/mcp-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/stackitcloud/rag-template"

[tool.poetry.dependencies]
python = "^3.11"
fastmcp = "^2.14.0"
fastmcp = "^3.2.0"
requests = "^2.32.3"
poetry = "^2.1.3"
pydantic-settings = "^2.9.1"
Expand All @@ -23,10 +23,10 @@ python-dateutil = "^2.9.0.post0"
jinja2 = "^3.1.6"
starlette = ">=0.49.1"
authlib = "^1.6.6"
python-multipart = "^0.0.29"
python-multipart = "^0.0.30"

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

[tool.poetry.group.lint.dependencies]
Expand Down
267 changes: 133 additions & 134 deletions services/rag-backend/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/rag-backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ aiohttp = "^3.13.3"
marshmallow = "^3.26.2"

[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