Skip to content

Commit

Permalink
fix: Check if AWS S3 bucket is public before generate signed url (M2-…
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmerlo committed Oct 24, 2024
1 parent cd8fb90 commit a098a0a
Show file tree
Hide file tree
Showing 5 changed files with 861 additions and 803 deletions.
28 changes: 14 additions & 14 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ name = "pypi"
[packages]
aio-pika = "==9.4.3"
aiofiles = "==24.1.0"
aiohttp = "==3.10.9"
aiohttp = "==3.10.10"
alembic = "==1.13.3"
asyncpg = "==0.29.0"
azure-storage-blob = "==12.22.0"
asyncpg = "==0.30.0"
azure-storage-blob = "==12.23.1"
bcrypt = "==4.2.0"
boto3 = "==1.26.10"
fastapi = "==0.110.3"
boto3 = "==1.35.47"
fastapi = "==0.115.3"
# The latest version of the fastapi is not taken because of the issue
# starlette version for those deps ==0.21.0
# with fastapi-mail that requires 0.21 < starlette < 0.22
Expand Down Expand Up @@ -45,7 +45,7 @@ pyOpenSSL = "==24.2.1"
pydantic = { extras = ["email"], version = "==1.10.18" }
pymongo = "*"
python-multipart = "==0.0.12"
redis = "==5.1.0"
redis = "==5.1.1"
sentry-sdk = "~=2.13"
sqlalchemy = { extras = ["asyncio"], version = "==1.4.53" }
sqlalchemy-utils = "==0.41.2"
Expand All @@ -54,14 +54,14 @@ taskiq-aio-pika = "==0.4.1"
taskiq-fastapi = "==0.3.2"
taskiq-redis = "==1.0.2"
typer = "==0.12.5"
uvicorn = { extras = ["standard"], version = "==0.30.6" }
uvicorn = { extras = ["standard"], version = "==0.32.0" }
pyjwt = "==2.9.0"

[dev-packages]
ipdb = "==0.13.13"
pudb = "==2024.1.2"
pre-commit = "==3.8.0"
ruff = "==0.6.8"
pudb = "==2024.1.3"
pre-commit = "==4.0.1"
ruff = "==0.7.0"
allure-pytest = "==2.13.5"
pydantic-factories = "==1.17.3"
pytest = "==8.3.3"
Expand All @@ -72,11 +72,11 @@ pytest-lazy-fixtures = "==1.1.1"
pytest-mock = "==3.14.0"
nest-asyncio = "==1.6.0"
gevent = "==24.2.1"
mypy = "==1.11.2"
types-python-dateutil = "==2.9.0.20240906"
mypy = "==1.13.0"
types-python-dateutil = "==2.9.0.20241003"
typing-extensions = "==4.12.2"
types-requests = "==2.32.0.20240914"
types-pytz = "==2024.2.0.20240913"
types-requests = "==2.32.0.20241016"
types-pytz = "==2024.2.0.20241003"
types-aiofiles = "==24.1.0.20240626"
types-cachetools = "==5.5.0.20240820"
greenlet = "==3.1.0"
Expand Down
Loading

0 comments on commit a098a0a

Please sign in to comment.