mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
- Dependency updates:
Some checks failed
Base Image Build / prepare (push) Has been cancelled
Build and Push Multi-Arch Docker Image / build-and-push (push) Has been cancelled
Base Image Build / docker (amd64, ubuntu-24.04) (push) Has been cancelled
Base Image Build / docker (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Base Image Build / create-manifest (push) Has been cancelled
Some checks failed
Base Image Build / prepare (push) Has been cancelled
Build and Push Multi-Arch Docker Image / build-and-push (push) Has been cancelled
Base Image Build / docker (amd64, ubuntu-24.04) (push) Has been cancelled
Base Image Build / docker (arm64, ubuntu-24.04-arm) (push) Has been cancelled
Base Image Build / create-manifest (push) Has been cancelled
- `Django` 5.2.9 → 6.0.2 (major version upgrade; includes security fixes) - `celery` 5.6.0 → 5.6.2 - `psutil` 7.1.3 → 7.2.2 - `torch` 2.9.1+cpu → 2.10.0+cpu - `sentence-transformers` 5.2.0 → 5.2.3
This commit is contained in:
parent
ac37973a9a
commit
29a2e07f96
1 changed files with 4 additions and 4 deletions
|
|
@ -8,10 +8,10 @@ dynamic = ["version"]
|
|||
dependencies = [
|
||||
"Django==5.2.11",
|
||||
"psycopg2-binary==2.9.11",
|
||||
"celery[redis]==5.6.0",
|
||||
"celery[redis]==5.6.2",
|
||||
"djangorestframework==3.16.1",
|
||||
"requests==2.32.5",
|
||||
"psutil==7.1.3",
|
||||
"psutil==7.2.2",
|
||||
"pillow",
|
||||
"drf-spectacular>=0.29.0",
|
||||
"streamlink",
|
||||
|
|
@ -27,8 +27,8 @@ dependencies = [
|
|||
"regex",
|
||||
"tzlocal",
|
||||
"pytz",
|
||||
"torch==2.9.1+cpu",
|
||||
"sentence-transformers==5.2.0",
|
||||
"torch==2.10.0+cpu",
|
||||
"sentence-transformers==5.2.3",
|
||||
"channels",
|
||||
"channels-redis==4.3.0",
|
||||
"django-filter",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue