Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] aee62c7f2c chore(deps): update uvicorn requirement from >=0.27.0 to >=0.49.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.27.0...0.49.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-08 09:40:48 +00:00
+1 -1
View File
@@ -1,6 +1,6 @@
# Runtime dependencies for ferro-ta API
ferro_ta>=1.0.0
fastapi>=0.110.0
uvicorn[standard]>=0.27.0
uvicorn[standard]>=0.49.0
pydantic>=2.0.0
numpy>=1.20