From bb064fdada06c4305d8bb548d70a74ec8132e323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:09:23 +0000 Subject: [PATCH] chore(deps): bump the python-minor group across 1 directory with 5 updates Bumps the python-minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.104.1` | `0.135.2` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.24.0` | `0.42.0` | | [python-multipart](https://github.com/Kludex/python-multipart) | `0.0.6` | `0.0.22` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.0` | `1.2.2` | | [tensorflow](https://github.com/tensorflow/tensorflow) | `2.15.0` | `2.21.0` | Updates `fastapi` from 0.104.1 to 0.135.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.104.1...0.135.2) Updates `uvicorn` from 0.24.0 to 0.42.0 - [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.24.0...0.42.0) Updates `python-multipart` from 0.0.6 to 0.0.22 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kludex/python-multipart/compare/0.0.6...0.0.22) Updates `python-dotenv` from 1.0.0 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.2.2) Updates `tensorflow` from 2.15.0 to 2.21.0 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.15.0...v2.21.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.135.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: uvicorn dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: python-multipart dependency-version: 0.0.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: tensorflow dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor ... Signed-off-by: dependabot[bot] --- requirements-api.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-api.txt b/requirements-api.txt index d749b7c..493c68e 100644 --- a/requirements-api.txt +++ b/requirements-api.txt @@ -1,14 +1,14 @@ # FastAPI & Server -fastapi==0.104.1 -uvicorn[standard]==0.24.0 -python-multipart==0.0.6 +fastapi==0.135.2 +uvicorn[standard]==0.42.0 +python-multipart==0.0.22 # Astronomical Data astropy==5.3.4 numpy==1.24.3 # Core ML (minimal) - Use TensorFlow 2.15 (compatible with FastAPI) -tensorflow==2.15.0 +tensorflow==2.21.0 # Utilities -python-dotenv==1.0.0 +python-dotenv==1.2.2