Skip to content

Commit 2f94d1f

Browse files
authored
Merge branch 'main' into release/v0.3.2
2 parents a0b8dc0 + 78c47d0 commit 2f94d1f

3 files changed

Lines changed: 527 additions & 476 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
16+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1717
with:
1818
persist-credentials: false
1919

@@ -39,7 +39,7 @@ jobs:
3939
test:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
42+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4343
with:
4444
persist-credentials: false
4545

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ classifiers = [
2727
"Topic :: Software Development :: Libraries :: Python Modules",
2828
]
2929
dependencies = [
30-
"cachetools>=7.1.3",
31-
"docling>=2.94.0",
30+
"cachetools>=7.1.4",
31+
"docling>=2.96.1",
3232
"httpx>=0.28.1",
3333
"pgvector>=0.4.2",
3434
"psycopg[binary]>=3.3.4",
@@ -42,8 +42,8 @@ dependencies = [
4242
"sentence-transformers>=5.5.1",
4343
"tqdm>=4.67.3",
4444
"xxhash>=3.7.0",
45-
"fastapi>=0.136.1",
46-
"uvicorn>=0.47.0",
45+
"fastapi>=0.136.3",
46+
"uvicorn>=0.48.0",
4747
]
4848

4949
[project.scripts]
@@ -57,7 +57,7 @@ Issues = "https://github.com/rhel-lightspeed/docs2db-api/issues"
5757
Changelog = "https://github.com/rhel-lightspeed/docs2db-api/blob/main/CHANGELOG.md"
5858

5959
[build-system]
60-
requires = ["uv_build>=0.11.15,<0.11.16"]
60+
requires = ["uv_build>=0.11.17,<0.11.18"]
6161
build-backend = "uv_build"
6262

6363
[tool.uv.sources]
@@ -71,20 +71,20 @@ explicit = true
7171

7272
[dependency-groups]
7373
dev = [
74-
"datamodel-code-generator>=0.57.0",
74+
"datamodel-code-generator>=0.58.0",
7575
"greenlet>=3.5.1",
76-
"ipython>=9.13.0",
76+
"ipython>=9.14.0",
7777
"pre-commit>=4.6.0",
7878
"pyright>=1.1.409",
7979
"pytest>=9.0.3",
80-
"pytest-asyncio>=1.3.0",
80+
"pytest-asyncio>=1.4.0",
8181
"pytest-cov>=7.1.0",
8282
"pytest-httpx>=0.36.2",
8383
"pytest-randomly>=4.1.0",
8484
"pytest-sugar>=1.1.1",
85-
"python-gitlab>=8.3.0",
86-
"ruff>=0.15.13",
87-
"tox>=4.54.0",
85+
"python-gitlab>=8.4.0",
86+
"ruff>=0.15.15",
87+
"tox>=4.55.0",
8888
"types-cachetools>=7.0.0.20260518",
8989
"types-tqdm>=4.67.3.20260518",
9090
]

0 commit comments

Comments
 (0)