diff --git a/apps/api/poetry.lock b/apps/api/poetry.lock index ac921615..b963c831 100644 --- a/apps/api/poetry.lock +++ b/apps/api/poetry.lock @@ -2836,13 +2836,13 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"] [[package]] name = "resend" -version = "2.3.0" +version = "2.4.0" description = "Resend Python SDK" optional = false python-versions = ">=3.7" files = [ - {file = "resend-2.3.0-py2.py3-none-any.whl", hash = "sha256:438f01c6796a004c2a733350653714e298450ed59b1e07892dbb91f182f370c3"}, - {file = "resend-2.3.0.tar.gz", hash = "sha256:4cf68c1091f796bc06a33919f7441fe13f81f4cb6b4fa5f6bdd193f6d0a8a743"}, + {file = "resend-2.4.0-py2.py3-none-any.whl", hash = "sha256:92b674e4877bca9b65c38bb06b5b29a509f2fa878f147b58872afe380738e448"}, + {file = "resend-2.4.0.tar.gz", hash = "sha256:0f2b06c9afdc5c71f2d2f828dcd6680077b0ef3a3d7420ec37d150857b67a095"}, ] [package.dependencies] @@ -3892,4 +3892,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "7822bf55e07b934fec323a4d583689e6fa539439fbfaf48c0f8acd77d33e6c8e" +content-hash = "09508564feef476dc494e349e66149c01afc485cc953ba3ab346e33293ed1689" diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 7e6d32e5..7cd5a9fb 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -31,7 +31,7 @@ python-multipart = "^0.0.9" pyyaml = "^6.0.1" redis = "^5.0.7" requests = "^2.32.3" -resend = "^2.3.0" +resend = "^2.4.0" sentry-sdk = {extras = ["fastapi"], version = "^2.13.0"} sqlmodel = "^0.0.19" tiktoken = "^0.7.0"