Skip to content

Commit a7da6c3

Browse files
committed
Update pyproject.toml
1 parent ad7b412 commit a7da6c3

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ keywords = ["Lineage", "FastAPI", "REST", "FastStream"]
3232
requires-python = ">=3.12"
3333
dependencies = [
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
]
4949
dynamic = ["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
]
9595
seed = [
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]

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)