simple-fastapi-container
simple-fastapi-container copied to clipboard
A simple FastAPI app that is containerized and designed for development on Azure Container Apps.
Bumps [uvicorn[standard]](https://github.com/encode/uvicorn) from 0.29.0 to 0.30.6. Release notes Sourced from uvicorn[standard]'s releases. Version 0.30.6 Fixed Don't warn when upgrade is not WebSocket and depedencies are installed (#2360) Full Changelog: https://github.com/encode/uvicorn/compare/0.30.5...0.30.6...
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.111.0 to 0.112.1. Release notes Sourced from fastapi's releases. 0.112.1 Upgrades ⬆️ Allow Starlette 0.38.x, update the pin to >=0.37.2,<0.39.0. PR #11876 by @musicinmybrain. Docs 📝 Update...
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 22.0.0 to 23.0.0. Release notes Sourced from gunicorn's releases. 23.0.0 Gunicorn 23.0.0 has been released. This version improve HTTP 1.1. support and which improve safety You're invited...
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.111.0 to 0.112.2. Release notes Sourced from fastapi's releases. 0.112.2 Fixes 🐛 Fix allow_inf_nan option for Param and Body classes. PR #11867 by @giunio-prc. 🐛 Ensure that...
## Issue Description This repository is missing an `AGENTS.md` file at the root. That file is used to **onboard a coding agent (like GitHub Copilot's automation agents)** so it can...
This PR fixes the failing Dependabot PR #65 that attempted to upgrade gunicorn from 22.0.0 to 23.0.0 but failed CI due to a breaking API change. ## Problem The test...
This PR resolves the dependency conflict issue that caused Dependabot PR #68 to fail when attempting to upgrade FastAPI. The original failure was due to pandas/numpy dependency conflicts that occurred...
This PR is currently failing CI: https://github.com/pamelafox/simple-fastapi-container/pull/65 Create a new PR that accomplishes the same goal as that PR, but passes CI. ## Verification tips If you need to create...
This PR is currently failing CI: https://github.com/pamelafox/simple-fastapi-container/pull/68 Create a new PR that accomplishes the same goal as that PR, but passes CI. Here's a summary of why that PR is...