Skip to content

Commit

Permalink
feat: Add database errors handlers to get better error messages (M2-8184
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rcmerlo committed Jan 2, 2025
1 parent 80d54be commit b2d815b
Show file tree
Hide file tree
Showing 4 changed files with 692 additions and 687 deletions.
48 changes: 24 additions & 24 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ verify_ssl = true
name = "pypi"

[packages]
aio-pika = "==9.5.3"
aio-pika = "==9.5.*"
aiofiles = "==24.1.0"
aiohttp = "==3.11.9"
aiohttp = "==3.11.*"
alembic = "==1.14.0"
asyncpg = "==0.30.0"
azure-storage-blob = "==12.24.0"
bcrypt = "==4.2.1"
boto3 = "==1.35.77"
boto3 = "==1.35.*"
fastapi = "==0.115.6"
fastapi-mail = "==1.2.9"
firebase-admin = "==6.5.0"
httpx = "==0.28.0"
jinja2 = "==3.1.4"
firebase-admin = "==6.6.*"
httpx = "==0.28.*"
jinja2 = "==3.1.*"
more-itertools = "==10.5.0"
nh3 = "==0.2.19"
nh3 = "==0.2.20"
opentelemetry-api = "==1.27.0"
opentelemetry-distro = "==0.48b0"
opentelemetry-exporter-otlp = "==1.27.0"
Expand All @@ -41,19 +41,19 @@ opentelemetry-util-http = "==0.48b0"
pydantic = { extras = ["email"], version = "==1.10.18" }
pyjwt = "==2.10.1"
pymongo = "==4.10.1"
pyOpenSSL = "==24.2.1"
python-multipart = "==0.0.19"
redis = "==5.2.0"
pyOpenSSL = "==24.3.*"
python-multipart = "==0.0.20"
redis = "==5.2.*"
sentry-sdk = "~=2.13"
sqlalchemy = { extras = ["asyncio"], version = "==1.4.53" }
sqlalchemy-utils = "==0.41.2"
taskiq = { extras = ["reload"], version = "==0.11.7" }
taskiq = { extras = ["reload"], version = "==0.11.*" }
taskiq-aio-pika = "==0.4.1"
taskiq-fastapi = "==0.3.2"
taskiq-fastapi = "==0.3.*"
taskiq-redis = "==1.0.2"
typer = "==0.12.5"
uvicorn = { extras = ["standard"], version = "==0.32.0" }
ddtrace = "==2.17.2"
typer = "==0.15.*"
uvicorn = { extras = ["standard"], version = "==0.34.*" }
ddtrace = "==2.*"
bytecode = "==0.16.0"
structlog = "==24.4.0"
asgi-correlation-id = "==4.3.4"
Expand All @@ -65,25 +65,25 @@ cachetools = "==5.3.0"
gevent = "==24.2.1"
greenlet = "==3.1.0"
ipdb = "==0.13.13"
mypy = "==1.13.0"
mypy = "==1.14.*"
nest-asyncio = "==1.6.0"
pre-commit = "==4.0.1"
pudb = "==2024.1.3"
pydantic-factories = "==1.17.3"
pyld = "==2.0.4"
pytest = "==8.3.4"
pytest-asyncio = "~=0.19"
pytest-asyncio = "==0.25.*"
pytest-cov = "==6.0.0"
pytest-env = "==1.1.5"
pytest-lazy-fixtures = "==1.1.1"
pytest-lazy-fixtures = "==1.*"
pytest-mock = "==3.14.0"
reproschema = "==0.6.2"
ruff = "==0.8.2"
types-aiofiles = "==24.1.0.20240626"
types-cachetools = "==5.5.0.20240820"
types-python-dateutil = "==2.9.0.20241206 "
types-pytz = "==2024.2.0.20241003"
types-requests = "==2.32.0.20241016"
ruff = "==0.8.*"
types-aiofiles = "==24.1.0.*"
types-cachetools = "==5.5.0.*"
types-python-dateutil = "==2.9.0.*"
types-pytz = "==2024.2.0.*"
types-requests = "==2.32.0.*"
typing-extensions = "==4.12.2"

[requires]
Expand Down
Loading

0 comments on commit b2d815b

Please sign in to comment.