Skip to content

Commit 4ddf84f

Browse files
authored
Bump granian from 2.4.0 to 2.4.2 (#727)
1 parent 326a188 commit 4ddf84f

File tree

4 files changed

+106
-104
lines changed

4 files changed

+106
-104
lines changed

backend/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def run(host: str, port: int, reload: bool, workers: int | None) -> None:
4444
address=host,
4545
port=port,
4646
reload=not reload,
47-
reload_filter=PythonFilter(),
47+
reload_filter=PythonFilter,
4848
workers=workers or 1,
4949
).serve()
5050

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"fastapi[standard-no-fastapi-cloud-cli]>=0.116.0",
3333
"flower>=2.0.0",
3434
"gevent>=25.5.1",
35-
"granian>=2.4.0",
35+
"granian>=2.4.2",
3636
"ip2loc>=1.0.0",
3737
"itsdangerous>=2.2.0",
3838
"jinja2>=3.1.4",

requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-e .
44
aiofiles==24.1.0
55
# via fastapi-best-architecture
6-
alembic==1.16.3
6+
alembic==1.16.4
77
# via fastapi-best-architecture
88
amqp==5.3.1
99
# via kombu
@@ -41,7 +41,7 @@ celery==5.5.3
4141
# flower
4242
celery-aio-pool==0.1.0rc8
4343
# via fastapi-best-architecture
44-
certifi==2025.7.9
44+
certifi==2025.7.14
4545
# via
4646
# httpcore
4747
# httpx
@@ -91,7 +91,7 @@ exceptiongroup==1.3.0 ; python_full_version < '3.11'
9191
# pytest
9292
fast-captcha==0.3.2
9393
# via fastapi-best-architecture
94-
fastapi==0.116.0
94+
fastapi==0.116.1
9595
# via
9696
# fastapi-best-architecture
9797
# fastapi-limiter
@@ -108,7 +108,7 @@ flower==2.0.1
108108
# via fastapi-best-architecture
109109
gevent==25.5.1
110110
# via fastapi-best-architecture
111-
granian==2.4.1
111+
granian==2.4.2
112112
# via fastapi-best-architecture
113113
greenlet==3.2.3
114114
# via
@@ -273,7 +273,7 @@ sqlalchemy-crud-plus==1.10.0
273273
# via fastapi-best-architecture
274274
sqlparse==0.5.3
275275
# via fastapi-best-architecture
276-
starlette==0.46.2
276+
starlette==0.47.1
277277
# via
278278
# asgi-correlation-id
279279
# fastapi
@@ -304,6 +304,7 @@ typing-extensions==4.14.1
304304
# rich
305305
# rich-toolkit
306306
# sqlalchemy
307+
# starlette
307308
# type-lens
308309
# typer
309310
# typing-inspection

0 commit comments

Comments
 (0)