@@ -32,7 +32,7 @@ keywords = ["Lineage", "FastAPI", "REST", "FastStream"]
3232requires-python = " >=3.12"
3333dependencies = [
3434 " pydantic~=2.12.5" ,
35- " pydantic-settings> =2.12,<2.14 " ,
35+ " pydantic-settings~ =2.13.1 " ,
3636 " typing-extensions~=4.15.0" ,
3737 " alembic~=1.18.3" ,
3838 " sqlalchemy~=2.0.44" ,
@@ -44,7 +44,7 @@ dependencies = [
4444 " uuid6~=2025.0.0" ,
4545 " python-dateutil~=2.9.0.post0" ,
4646 " packaging~=26.0" ,
47- " cachetools>=6.2.2,<7.1.0 " ,
47+ " cachetools~=7.0.5 " ,
4848]
4949dynamic = [" version" ]
5050
@@ -69,7 +69,7 @@ server = [
6969 " uvicorn~=0.41.0" ,
7070 " starlette-exporter~=0.23.0" ,
7171 " asgi-correlation-id~=4.3.4" ,
72- " pyjwt> =2.11,<2.13 " ,
72+ " pyjwt~ =2.12.1 " ,
7373 " itsdangerous~=2.2.0" ,
7474 " python-multipart~=0.0.20" ,
7575 " python-keycloak~=7.1.1" ,
@@ -93,7 +93,7 @@ gssapi = [
9393 " gssapi~=1.11.1" ,
9494]
9595seed = [
96- " faker> =40.1.2,<40.9.0 "
96+ " faker~ =40.8.1 "
9797]
9898
9999[dependency-groups ]
@@ -138,7 +138,7 @@ docs = [
138138 # uncomment after https://github.com/zqmillet/sphinx-plantuml/pull/4
139139 # "sphinx-plantuml~=1.0.0",
140140 " sphinx-argparse~=0.5.2" ,
141- " sphinx-tabs> =3.4.7,<3.6 .0" ,
141+ " sphinx-tabs~ =3.5 .0" ,
142142]
143143
144144[tool .uv ]
0 commit comments