@@ -27,8 +27,8 @@ classifiers = [
2727 " Topic :: Software Development :: Libraries :: Python Modules" ,
2828]
2929dependencies = [
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"
5757Changelog = " 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 " ]
6161build-backend = " uv_build"
6262
6363[tool .uv .sources ]
@@ -71,20 +71,20 @@ explicit = true
7171
7272[dependency-groups ]
7373dev = [
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