Compare commits

...

4 Commits

Author SHA1 Message Date
leafspark 6064775261
Merge pull request #171 from leafspark/dependabot/pip/torch-approx-eq-2.9.0
build(deps): update torch requirement from ~=2.7.0 to ~=2.9.0
2025-12-22 16:36:38 -08:00
leafspark 3ca2bcdae2
Merge pull request #172 from leafspark/dependabot/pip/uvicorn-approx-eq-0.38.0
build(deps): update uvicorn requirement from ~=0.34.2 to ~=0.38.0
2025-12-22 16:36:23 -08:00
dependabot[bot] df6b99d93f
build(deps): update uvicorn requirement from ~=0.34.2 to ~=0.38.0
Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version.
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](https://github.com/Kludex/uvicorn/compare/0.34.2...0.38.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-version: 0.38.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-19 11:04:15 +00:00
dependabot[bot] f94ea18568
build(deps): update torch requirement from ~=2.7.0 to ~=2.9.0
Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.7.0...v2.9.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.9.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-19 11:03:54 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ pynvml~=12.0.0
PySide6~=6.9.1
safetensors~=0.5.3
numpy<2.0.0
torch~=2.7.0
torch~=2.9.0
sentencepiece~=0.2.0
setuptools~=80.7.1
huggingface-hub~=0.33.1
transformers~=4.56.1
fastapi~=0.115.12
uvicorn~=0.34.2
uvicorn~=0.38.0
certifi~=2025.4.26