mirror of
https://github.com/Significant-Gravitas/Auto-GPT.git
synced 2025-01-08 11:57:32 +08:00
build(deps): bump the production-dependencies group in /autogpt_platform/market with 2 updates (#8757)
Bumps the production-dependencies group in /autogpt_platform/market with 2 updates: [uvicorn](https://github.com/encode/uvicorn) and [sentry-sdk](https://github.com/getsentry/sentry-python). Updates `uvicorn` from 0.32.0 to 0.32.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/uvicorn/releases">uvicorn's releases</a>.</em></p> <blockquote> <h2>Version 0.32.1</h2> <h2>What's Changed</h2> <ul> <li>Enable httptools lenient data by <a href="https://github.com/vvanglro"><code>@vvanglro</code></a> in <a href="https://redirect.github.com/encode/uvicorn/pull/2488">encode/uvicorn#2488</a></li> <li>Drop ASGI spec version to 2.3 on HTTP scope by <a href="https://github.com/Kludex"><code>@Kludex</code></a> in <a href="https://redirect.github.com/encode/uvicorn/pull/2513">encode/uvicorn#2513</a></li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/uvicorn/compare/0.32.0...0.32.1">https://github.com/encode/uvicorn/compare/0.32.0...0.32.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/encode/uvicorn/blob/master/CHANGELOG.md">uvicorn's changelog</a>.</em></p> <blockquote> <h2>0.32.1 (2024-11-20)</h2> <h3>Fixed</h3> <ul> <li>Drop ASGI spec version to 2.3 on HTTP scope <a href="https://redirect.github.com/encode/uvicorn/pull/2513">#2513</a></li> <li>Enable httptools lenient data on <code>httptools >= 0.6.3</code> <a href="https://redirect.github.com/encode/uvicorn/pull/2488">#2488</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="5279296e62
"><code>5279296</code></a> Upgrade upload/download GitHub Actions (<a href="https://redirect.github.com/encode/uvicorn/issues/2517">#2517</a>)</li> <li><a href="8c3402dd22
"><code>8c3402d</code></a> Update <code>publish.yaml</code> with latest PyPI recommendations (<a href="https://redirect.github.com/encode/uvicorn/issues/2516">#2516</a>)</li> <li><a href="04c6320f39
"><code>04c6320</code></a> Version 0.32.1 (<a href="https://redirect.github.com/encode/uvicorn/issues/2515">#2515</a>)</li> <li><a href="fc6c51b8bb
"><code>fc6c51b</code></a> Drop ASGI spec version to 2.3 on HTTP (<a href="https://redirect.github.com/encode/uvicorn/issues/2513">#2513</a>)</li> <li><a href="2aea8354ea
"><code>2aea835</code></a> fix(http): enable httptools lenient data (<a href="https://redirect.github.com/encode/uvicorn/issues/2488">#2488</a>)</li> <li>See full diff in <a href="https://github.com/encode/uvicorn/compare/0.32.0...0.32.1">compare view</a></li> </ul> </details> <br /> Updates `sentry-sdk` from 2.18.0 to 2.19.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-python/releases">sentry-sdk's releases</a>.</em></p> <blockquote> <h2>2.19.0</h2> <h3>Various fixes & improvements</h3> <ul> <li>New: introduce <code>rust_tracing</code> integration. See <a href="https://docs.sentry.io/platforms/python/integrations/rust_tracing/">https://docs.sentry.io/platforms/python/integrations/rust_tracing/</a> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3717">#3717</a>) by <a href="https://github.com/matt-codecov"><code>@matt-codecov</code></a></li> <li>Auto enable Litestar integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3540">#3540</a>) by <a href="https://github.com/provinzkraut"><code>@provinzkraut</code></a></li> <li>Deprecate <code>sentry_sdk.init</code> context manager (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3729">#3729</a>) by <a href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li> <li>feat(spotlight): Send PII to Spotlight when no DSN is set (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3804">#3804</a>) by <a href="https://github.com/BYK"><code>@BYK</code></a></li> <li>feat(spotlight): Add info logs when Sentry is enabled (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3735">#3735</a>) by <a href="https://github.com/BYK"><code>@BYK</code></a></li> <li>feat(spotlight): Inject Spotlight button on Django (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3751">#3751</a>) by <a href="https://github.com/BYK"><code>@BYK</code></a></li> <li>feat(spotlight): Auto enable cache_spans for Spotlight on DEBUG (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3791">#3791</a>) by <a href="https://github.com/BYK"><code>@BYK</code></a></li> <li>fix(logging): Handle parameter <code>stack_info</code> for the <code>LoggingIntegration</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3745">#3745</a>) by <a href="https://github.com/gmcrocetti"><code>@gmcrocetti</code></a></li> <li>fix(pure-eval): Make sentry-sdk[pure-eval] installable with pip==24.0 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3757">#3757</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>fix(rust_tracing): include_tracing_fields arg to control unvetted data in rust_tracing integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3780">#3780</a>) by <a href="https://github.com/matt-codecov"><code>@matt-codecov</code></a></li> <li>fix(aws) Fix aws lambda tests (by reducing event size) (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3770">#3770</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>fix(arq): fix integration with Worker settings as a dict (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3742">#3742</a>) by <a href="https://github.com/saber-solooki"><code>@saber-solooki</code></a></li> <li>fix(httpx): Prevent Sentry baggage duplication (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3728">#3728</a>) by <a href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li> <li>fix(falcon): Don't exhaust request body stream (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3768">#3768</a>) by <a href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li> <li>fix(integrations): Check <code>retries_left</code> before capturing exception (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3803">#3803</a>) by <a href="https://github.com/malkovro"><code>@malkovro</code></a></li> <li>fix(openai): Use name instead of description (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3807">#3807</a>) by <a href="https://github.com/sourceful-rob"><code>@sourceful-rob</code></a></li> <li>test(gcp): Only run GCP tests when they should (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3721">#3721</a>) by <a href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li> <li>chore: Shorten CI workflow names (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3805">#3805</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>chore: Test with pyspark prerelease (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3760">#3760</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3792">#3792</a>) by <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3691">#3691</a>) by <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md">sentry-sdk's changelog</a>.</em></p> <blockquote> <h2>2.19.0</h2> <h3>Various fixes & improvements</h3> <ul> <li>New: introduce <code>rust_tracing</code> integration. See <a href="https://docs.sentry.io/platforms/python/integrations/rust_tracing/">https://docs.sentry.io/platforms/python/integrations/rust_tracing/</a> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3717">#3717</a>) by <a href="https://github.com/matt-codecov"><code>@matt-codecov</code></a></li> <li>Auto enable Litestar integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3540">#3540</a>) by <a href="https://github.com/provinzkraut"><code>@provinzkraut</code></a></li> <li>Deprecate <code>sentry_sdk.init</code> context manager (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3729">#3729</a>) by <a href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li> <li>feat(spotlight): Send PII to Spotlight when no DSN is set (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3804">#3804</a>) by <a href="https://github.com/BYK"><code>@BYK</code></a></li> <li>feat(spotlight): Add info logs when Sentry is enabled (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3735">#3735</a>) by <a href="https://github.com/BYK"><code>@BYK</code></a></li> <li>feat(spotlight): Inject Spotlight button on Django (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3751">#3751</a>) by <a href="https://github.com/BYK"><code>@BYK</code></a></li> <li>feat(spotlight): Auto enable cache_spans for Spotlight on DEBUG (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3791">#3791</a>) by <a href="https://github.com/BYK"><code>@BYK</code></a></li> <li>fix(logging): Handle parameter <code>stack_info</code> for the <code>LoggingIntegration</code> (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3745">#3745</a>) by <a href="https://github.com/gmcrocetti"><code>@gmcrocetti</code></a></li> <li>fix(pure-eval): Make sentry-sdk[pure-eval] installable with pip==24.0 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3757">#3757</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>fix(rust_tracing): include_tracing_fields arg to control unvetted data in rust_tracing integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3780">#3780</a>) by <a href="https://github.com/matt-codecov"><code>@matt-codecov</code></a></li> <li>fix(aws) Fix aws lambda tests (by reducing event size) (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3770">#3770</a>) by <a href="https://github.com/antonpirker"><code>@antonpirker</code></a></li> <li>fix(arq): fix integration with Worker settings as a dict (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3742">#3742</a>) by <a href="https://github.com/saber-solooki"><code>@saber-solooki</code></a></li> <li>fix(httpx): Prevent Sentry baggage duplication (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3728">#3728</a>) by <a href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li> <li>fix(falcon): Don't exhaust request body stream (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3768">#3768</a>) by <a href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li> <li>fix(integrations): Check <code>retries_left</code> before capturing exception (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3803">#3803</a>) by <a href="https://github.com/malkovro"><code>@malkovro</code></a></li> <li>fix(openai): Use name instead of description (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3807">#3807</a>) by <a href="https://github.com/sourceful-rob"><code>@sourceful-rob</code></a></li> <li>test(gcp): Only run GCP tests when they should (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3721">#3721</a>) by <a href="https://github.com/szokeasaurusrex"><code>@szokeasaurusrex</code></a></li> <li>chore: Shorten CI workflow names (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3805">#3805</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>chore: Test with pyspark prerelease (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3760">#3760</a>) by <a href="https://github.com/sentrivana"><code>@sentrivana</code></a></li> <li>build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3792">#3792</a>) by <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>build(deps): bump actions/checkout from 4.2.1 to 4.2.2 (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3691">#3691</a>) by <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="039c220bcb
"><code>039c220</code></a> Updated changelog</li> <li><a href="c83e7428f4
"><code>c83e742</code></a> release: 2.19.0</li> <li><a href="8fe5bb4b19
"><code>8fe5bb4</code></a> feat: Send PII to Spotlight when no DSN is set (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3804">#3804</a>)</li> <li><a href="295dd8d50f
"><code>295dd8d</code></a> Auto enable Litestar integration (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3540">#3540</a>)</li> <li><a href="bd50c38652
"><code>bd50c38</code></a> fix(httpx): Prevent Sentry baggage duplication (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3728">#3728</a>)</li> <li><a href="e9ec6c1812
"><code>e9ec6c1</code></a> test(gcp): Only run GCP tests when they should (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3721">#3721</a>)</li> <li><a href="aa6e8fd05c
"><code>aa6e8fd</code></a> fix(falcon): Don't exhaust request body stream (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3768">#3768</a>)</li> <li><a href="3e2885322a
"><code>3e28853</code></a> fix(integrations): Check retries_left before capturing exception (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3803">#3803</a>)</li> <li><a href="01146bd3ad
"><code>01146bd</code></a> fix(openai): Use name instead of description (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3807">#3807</a>)</li> <li><a href="d894fc2320
"><code>d894fc2</code></a> Shorten CI workflow names (<a href="https://redirect.github.com/getsentry/sentry-python/issues/3805">#3805</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-python/compare/2.18.0...2.19.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4aa5f53710
commit
c6b36fbad7
20
autogpt_platform/market/poetry.lock
generated
20
autogpt_platform/market/poetry.lock
generated
@ -1085,13 +1085,13 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "sentry-sdk"
|
||||
version = "2.18.0"
|
||||
version = "2.19.0"
|
||||
description = "Python client for Sentry (https://sentry.io)"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "sentry_sdk-2.18.0-py2.py3-none-any.whl", hash = "sha256:ee70e27d1bbe4cd52a38e1bd28a5fadb9b17bc29d91b5f2b97ae29c0a7610442"},
|
||||
{file = "sentry_sdk-2.18.0.tar.gz", hash = "sha256:0dc21febd1ab35c648391c664df96f5f79fb0d92d7d4225cd9832e53a617cafd"},
|
||||
{file = "sentry_sdk-2.19.0-py2.py3-none-any.whl", hash = "sha256:7b0b3b709dee051337244a09a30dbf6e95afe0d34a1f8b430d45e0982a7c125b"},
|
||||
{file = "sentry_sdk-2.19.0.tar.gz", hash = "sha256:ee4a4d2ae8bfe3cac012dcf3e4607975904c137e1738116549fc3dbbb6ff0e36"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -1118,7 +1118,7 @@ grpcio = ["grpcio (>=1.21.1)", "protobuf (>=3.8.0)"]
|
||||
http2 = ["httpcore[http2] (==1.*)"]
|
||||
httpx = ["httpx (>=0.16.0)"]
|
||||
huey = ["huey (>=2)"]
|
||||
huggingface-hub = ["huggingface-hub (>=0.22)"]
|
||||
huggingface-hub = ["huggingface_hub (>=0.22)"]
|
||||
langchain = ["langchain (>=0.0.210)"]
|
||||
launchdarkly = ["launchdarkly-server-sdk (>=9.8.0)"]
|
||||
litestar = ["litestar (>=2.0.0)"]
|
||||
@ -1127,7 +1127,7 @@ openai = ["openai (>=1.0.0)", "tiktoken (>=0.3.0)"]
|
||||
openfeature = ["openfeature-sdk (>=0.7.1)"]
|
||||
opentelemetry = ["opentelemetry-distro (>=0.35b0)"]
|
||||
opentelemetry-experimental = ["opentelemetry-distro"]
|
||||
pure-eval = ["asttokens", "executing", "pure-eval"]
|
||||
pure-eval = ["asttokens", "executing", "pure_eval"]
|
||||
pymongo = ["pymongo (>=3.1)"]
|
||||
pyspark = ["pyspark (>=2.4.4)"]
|
||||
quart = ["blinker (>=1.1)", "quart (>=0.16.1)"]
|
||||
@ -1234,13 +1234,13 @@ zstd = ["zstandard (>=0.18.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "uvicorn"
|
||||
version = "0.32.0"
|
||||
version = "0.32.1"
|
||||
description = "The lightning-fast ASGI server."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "uvicorn-0.32.0-py3-none-any.whl", hash = "sha256:60b8f3a5ac027dcd31448f411ced12b5ef452c646f76f02f8cc3f25d8d26fd82"},
|
||||
{file = "uvicorn-0.32.0.tar.gz", hash = "sha256:f78b36b143c16f54ccdb8190d0a26b5f1901fe5a3c777e1ab29f26391af8551e"},
|
||||
{file = "uvicorn-0.32.1-py3-none-any.whl", hash = "sha256:82ad92fd58da0d12af7482ecdb5f2470a04c9c9a53ced65b9bbb4a205377602e"},
|
||||
{file = "uvicorn-0.32.1.tar.gz", hash = "sha256:ee9519c246a72b1c084cea8d3b44ed6026e78a4a309cbedae9c37e4cb9fbb175"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -1249,7 +1249,7 @@ h11 = ">=0.8"
|
||||
typing-extensions = {version = ">=4.0", markers = "python_version < \"3.11\""}
|
||||
|
||||
[package.extras]
|
||||
standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"]
|
||||
standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", "pyyaml (>=5.1)", "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)", "watchfiles (>=0.13)", "websockets (>=10.4)"]
|
||||
|
||||
[[package]]
|
||||
name = "watchdog"
|
||||
@ -1298,4 +1298,4 @@ watchmedo = ["PyYAML (>=3.10)"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "89a2655b6c666f40a0319881580bc447aea78febee65a04eebf73fd092e2147e"
|
||||
content-hash = "91ff30508c76865a793fd2d282b869911be67349be42b9e6e3f08bc2920365a9"
|
||||
|
@ -12,9 +12,9 @@ readme = "README.md"
|
||||
python = "^3.10"
|
||||
prisma = "^0.15.0"
|
||||
python-dotenv = "^1.0.1"
|
||||
uvicorn = "^0.32.0"
|
||||
uvicorn = "^0.32.1"
|
||||
fastapi = "^0.115.5"
|
||||
sentry-sdk = { extras = ["fastapi"], version = "^2.18.0" }
|
||||
sentry-sdk = { extras = ["fastapi"], version = "^2.19.0" }
|
||||
fuzzywuzzy = "^0.18.0"
|
||||
python-levenshtein = "^0.26.1"
|
||||
# autogpt-platform-backend = { path = "../backend", develop = true }
|
||||
|
Loading…
Reference in New Issue
Block a user