Skip to content

Commit cae32c3

Browse files
committed
Update dependencies
1 parent 0655765 commit cae32c3

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ keywords = ["Lineage", "FastAPI", "REST", "FastStream"]
3131
requires-python = ">=3.12"
3232
dependencies = [
3333
"pydantic~=2.12.3",
34-
"pydantic-settings>=2.11,<2.13",
34+
"pydantic-settings~=2.12.0",
3535
"typing-extensions~=4.15.0",
3636
"alembic~=1.17.1",
3737
"sqlalchemy~=2.0.41",
@@ -64,9 +64,9 @@ exclude = ["docs", "tests"]
6464

6565
[project.optional-dependencies]
6666
server = [
67-
"fastapi>=0.119.1,<0.122.0",
68-
"starlette>=0.48,<0.51",
69-
"uvicorn>=0.37,<0.39",
67+
"fastapi~=0.121.2",
68+
"starlette~=0.49.3",
69+
"uvicorn~=0.38.0",
7070
"starlette-exporter~=0.23.0",
7171
"asgi-correlation-id~=4.3.4",
7272
"pyjwt~=2.10.1 ",
@@ -79,9 +79,9 @@ consumer = [
7979
"cramjam~=2.11.0",
8080
]
8181
http2kafka = [
82-
"fastapi>=0.119.1,<0.122.0",
83-
"starlette>=0.48,<0.51",
84-
"uvicorn>=0.37,<0.39",
82+
"fastapi~=0.121.2",
83+
"starlette~=0.49.3",
84+
"uvicorn~=0.38.0",
8585
"starlette-exporter~=0.23.0",
8686
"asgi-correlation-id~=4.3.4",
8787
"faststream[kafka,cli]~=0.6.0rc2",
@@ -94,16 +94,16 @@ gssapi = [
9494
"gssapi~=1.10.0",
9595
]
9696
seed = [
97-
"faker>=37.11,<37.13"
97+
"faker~=37.12"
9898
]
9999

100100
[dependency-groups]
101101
test =[
102-
"pytest>=8.4.1,<9.1.0",
102+
"pytest~=8.4.2",
103103
"httpx~=0.28.1",
104-
"pytest-asyncio>=1.2,<1.4",
104+
"pytest-asyncio~=1.3.0",
105105
"pytest-randomly~=4.0.0",
106-
"pytest-deadfixtures>=2.2.1,<3.1.0",
106+
"pytest-deadfixtures~=3.0.0",
107107
"pytest-rerunfailures~=16.1",
108108
"coverage~=7.11.0",
109109
"psycopg2-binary~=2.9.10",
@@ -113,7 +113,7 @@ test =[
113113
"gevent~=25.9.1",
114114
]
115115
dev = [
116-
"pre-commit>=4.3,<4.5",
116+
"pre-commit~=4.4.0",
117117
"mypy~=1.18.2",
118118
"sqlalchemy[mypy]~=2.0.41",
119119
"types-pyyaml~=6.0.12",

0 commit comments

Comments
 (0)