mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
chore(deps): bump resend from 1.1.0 to 2.0.0 in /apps/api
Bumps [resend](https://github.com/resendlabs/resend-python) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/resendlabs/resend-python/releases) - [Commits](https://github.com/resendlabs/resend-python/compare/v1.1.0...v2.0.0) --- updated-dependencies: - dependency-name: resend dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6598c1a52f
commit
c147cdfec7
2 changed files with 6 additions and 6 deletions
10
apps/api/poetry.lock
generated
10
apps/api/poetry.lock
generated
|
|
@ -2728,17 +2728,17 @@ rsa = ["oauthlib[signedtoken] (>=3.0.0)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "resend"
|
name = "resend"
|
||||||
version = "1.1.0"
|
version = "2.0.0"
|
||||||
description = "Resend Python SDK"
|
description = "Resend Python SDK"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "resend-1.1.0-py2.py3-none-any.whl", hash = "sha256:5c6ce32af4105c9b1a99b5fa528338e197052398aa122d21b7c1ecea0f945608"},
|
{file = "resend-2.0.0-py2.py3-none-any.whl", hash = "sha256:5bae8db4dfd6b246377bd1f934e64b4ad8b83f7af3ace4c7d5d76eec56550e2b"},
|
||||||
{file = "resend-1.1.0.tar.gz", hash = "sha256:0db49d91f091cf828436ff3f621c0945ed495f663a35333d7ec01c60a6cc4899"},
|
{file = "resend-2.0.0.tar.gz", hash = "sha256:b8c3da84698d7b1f5a869cb63a06e022e3910a4980640183cc54da46c77e0c53"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
requests = "2.31.0"
|
requests = ">=2.31.0"
|
||||||
typing-extensions = "*"
|
typing-extensions = "*"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|
@ -3813,4 +3813,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.12"
|
python-versions = "^3.12"
|
||||||
content-hash = "b125d23d22206f03e209971413957da8dbd193ca423494448a3de6e6f247b2b4"
|
content-hash = "5470cc4a1faa66d4b300934ce50554d2459f9754e126c722960bfc1b9b1d3809"
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ python-multipart = "^0.0.9"
|
||||||
pyyaml = "^6.0.1"
|
pyyaml = "^6.0.1"
|
||||||
redis = "^5.0.1"
|
redis = "^5.0.1"
|
||||||
requests = "^2.31.0"
|
requests = "^2.31.0"
|
||||||
resend = "^1.1.0"
|
resend = "^2.0.0"
|
||||||
sentry-sdk = {extras = ["fastapi"], version = "^2.2.0"}
|
sentry-sdk = {extras = ["fastapi"], version = "^2.2.0"}
|
||||||
sqlmodel = "^0.0.16"
|
sqlmodel = "^0.0.16"
|
||||||
tiktoken = "^0.7.0"
|
tiktoken = "^0.7.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue