Compare commits

...

1 Commits

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

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-06 09:34:57 +00:00
+1 -1
View File
@@ -1,6 +1,6 @@
# Runtime dependencies for ferro-ta API
ferro_ta>=1.1.4
fastapi>=0.110.0
uvicorn[standard]>=0.49.0
uvicorn[standard]>=0.50.1
pydantic>=2.13.4
numpy>=1.20