Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
6c085edd13 chore(deps): bump the python-packages group across 1 directory with 3 updates
Updates the requirements on [resend](https://github.com/resendlabs/resend-python), [sentry-sdk](https://github.com/getsentry/sentry-python) and [unstructured](https://github.com/Unstructured-IO/unstructured) to permit the latest version.

Updates `resend` to 2.27.0
- [Release notes](https://github.com/resendlabs/resend-python/releases)
- [Commits](https://github.com/resendlabs/resend-python/compare/v2.26.0...v2.27.0)

Updates `sentry-sdk` to 2.57.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/2.55.0...2.57.0)

Updates `unstructured` to 0.22.16
- [Release notes](https://github.com/Unstructured-IO/unstructured/releases)
- [Changelog](https://github.com/Unstructured-IO/unstructured/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Unstructured-IO/unstructured/compare/0.21.5...0.22.16)

---
updated-dependencies:
- dependency-name: resend
  dependency-version: 2.27.0
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: sentry-sdk
  dependency-version: 2.57.0
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: unstructured
  dependency-version: 0.22.16
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-06 01:16:27 +00:00

View File

@@ -71,13 +71,13 @@ dependencies = [
"pyyaml~=6.0.1",
"readabilipy~=0.3.0",
"redis[hiredis]~=7.4.0",
"resend~=2.26.0",
"sentry-sdk[flask]~=2.55.0",
"resend~=2.27.0",
"sentry-sdk[flask]~=2.57.0",
"sqlalchemy~=2.0.29",
"starlette==1.0.0",
"tiktoken~=0.12.0",
"transformers~=5.3.0",
"unstructured[docx,epub,md,ppt,pptx]~=0.21.5",
"unstructured[docx,epub,md,ppt,pptx]~=0.22.16",
"pypandoc~=1.13",
"yarl~=1.23.0",
"sseclient-py~=1.9.0",