-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
76cb796
commit a16e120
Showing
15 changed files
with
83 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,26 @@ | ||
# a2wsgi==1.6.0 # This WSIGMiddleware is not compatible with starlette_context | ||
alembic==1.13.2 | ||
cachetools==5.3.3 | ||
fastapi==0.112.2 | ||
alembic==1.14.0 | ||
cachetools==5.5.0 | ||
fastapi[all]==0.115.6 | ||
json-cfg==0.4.2 | ||
openpyxl==3.1.5 | ||
opentelemetry-api==1.27.0 | ||
opentelemetry-exporter-otlp==1.27.0 | ||
opentelemetry-exporter-prometheus==0.48b0 | ||
opentelemetry-instrumentation-fastapi==0.48b0 | ||
opentelemetry-instrumentation-httpx==0.48b0 | ||
opentelemetry-instrumentation-logging==0.48b0 | ||
opentelemetry-instrumentation-requests==0.48b0 | ||
opentelemetry-instrumentation-sqlalchemy==0.48b0 | ||
opentelemetry-instrumentation-system-metrics==0.48b0 | ||
opentelemetry-sdk==1.27.0 | ||
psycopg==3.2.1 | ||
psycopg2==2.9.9 | ||
pydantic==1.10.17 | ||
pyjwt[crypto]==2.9.0 | ||
pytest-postgresql==6.0.1 | ||
opentelemetry-api==1.28.2 | ||
opentelemetry-exporter-otlp==1.28.2 | ||
opentelemetry-exporter-prometheus==0.49b2 | ||
opentelemetry-instrumentation-fastapi==0.49b2 | ||
opentelemetry-instrumentation-httpx==0.49b2 | ||
opentelemetry-instrumentation-logging==0.49b2 | ||
opentelemetry-instrumentation-requests==0.49b2 | ||
opentelemetry-instrumentation-sqlalchemy==0.49b2 | ||
opentelemetry-instrumentation-system-metrics==0.49b2 | ||
opentelemetry-sdk==1.28.2 | ||
psycopg==3.2.3 | ||
psycopg2==2.9.10 | ||
pydantic==2.10.3 | ||
pyjwt[crypto]==2.10.1 | ||
pytest-postgresql==6.1.1 | ||
python-dateutil==2.9.0.post0 | ||
requests==2.32.3 | ||
sentry-sdk~=2.13.0 | ||
sentry-sdk~=2.19.1 | ||
SQLAlchemy>=1.4.40,<=1.4.53 | ||
starlette-context==0.3.6 | ||
# Extras from fastapi[all], which we can't install because it requires pydantic v2: https://github.com/tiangolo/fastapi/blob/master/pyproject.toml#L79-L103 | ||
fastapi-cli[standard]>=0.0.5 | ||
# For the test client | ||
httpx>=0.23.0 | ||
# For templates | ||
jinja2>=2.11.2 | ||
# For forms and file uploads | ||
python-multipart>=0.0.7 | ||
# For Starlette's SessionMiddleware, not commonly used with FastAPI | ||
itsdangerous>=1.1.0 | ||
# For Starlette's schema generation, would not be used with FastAPI | ||
pyyaml>=5.3.1 | ||
# For UJSONResponse | ||
ujson>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0 | ||
# For ORJSONResponse | ||
orjson>=3.2.1 | ||
# To validate email fields | ||
email-validator>=2.0.0 | ||
# Uvicorn with uvloop | ||
uvicorn[standard]>=0.30.6 | ||
# Disabled as we are still on Pydantic 1: Settings management | ||
# pydantic-settings>=2.0.0 | ||
# Disabled as we are still on Pydantic 1: Extra Pydantic data types | ||
# pydantic-extra-types>=2.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
black~=24.4.2 | ||
pyright==1.1.366 | ||
black~=24.10.0 | ||
pyright==1.1.390 | ||
pytest-runner~=6.0.1 | ||
pytest~=8.2.2 | ||
ruff==0.4.10 | ||
pytest~=8.3.4 | ||
ruff==0.8.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.