Skip to content

Bump granian from 2.4.0 to 2.4.2 #727

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run(host: str, port: int, reload: bool, workers: int | None) -> None:
address=host,
port=port,
reload=not reload,
reload_filter=PythonFilter(),
reload_filter=PythonFilter,
workers=workers or 1,
).serve()

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"fastapi[standard-no-fastapi-cloud-cli]>=0.116.0",
"flower>=2.0.0",
"gevent>=25.5.1",
"granian>=2.4.0",
"granian>=2.4.2",
"ip2loc>=1.0.0",
"itsdangerous>=2.2.0",
"jinja2>=3.1.4",
Expand Down
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-e .
aiofiles==24.1.0
# via fastapi-best-architecture
alembic==1.16.3
alembic==1.16.4
# via fastapi-best-architecture
amqp==5.3.1
# via kombu
Expand Down Expand Up @@ -41,7 +41,7 @@ celery==5.5.3
# flower
celery-aio-pool==0.1.0rc8
# via fastapi-best-architecture
certifi==2025.7.9
certifi==2025.7.14
# via
# httpcore
# httpx
Expand Down Expand Up @@ -91,7 +91,7 @@ exceptiongroup==1.3.0 ; python_full_version < '3.11'
# pytest
fast-captcha==0.3.2
# via fastapi-best-architecture
fastapi==0.116.0
fastapi==0.116.1
# via
# fastapi-best-architecture
# fastapi-limiter
Expand All @@ -108,7 +108,7 @@ flower==2.0.1
# via fastapi-best-architecture
gevent==25.5.1
# via fastapi-best-architecture
granian==2.4.1
granian==2.4.2
# via fastapi-best-architecture
greenlet==3.2.3
# via
Expand Down Expand Up @@ -273,7 +273,7 @@ sqlalchemy-crud-plus==1.10.0
# via fastapi-best-architecture
sqlparse==0.5.3
# via fastapi-best-architecture
starlette==0.46.2
starlette==0.47.1
# via
# asgi-correlation-id
# fastapi
Expand Down Expand Up @@ -304,6 +304,7 @@ typing-extensions==4.14.1
# rich
# rich-toolkit
# sqlalchemy
# starlette
# type-lens
# typer
# typing-inspection
Expand Down
Loading