]>
git.ipfire.org Git - thirdparty/fastapi/fastapi.git/log
Sebastián Ramírez [Tue, 9 Jan 2024 15:02:53 +0000 (19:02 +0400)]
👷 Upgrade custom GitHub Action comment-docs-preview-in-pr (#10916)
github-actions [Tue, 9 Jan 2024 14:57:58 +0000 (14:57 +0000)]
📝 Update release notes
Sebastián Ramírez [Tue, 9 Jan 2024 14:57:33 +0000 (18:57 +0400)]
⬆️ Upgrade GitHub Action latest-changes (#10915)
github-actions [Tue, 9 Jan 2024 14:45:35 +0000 (14:45 +0000)]
📝 Update release notes
Tristan Marion [Tue, 9 Jan 2024 14:44:08 +0000 (15:44 +0100)]
📝 Replace HTTP code returned in case of existing user error in docs for testing (#4482)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Tue, 9 Jan 2024 14:37:53 +0000 (14:37 +0000)]
📝 Update release notes
github-actions [Tue, 9 Jan 2024 14:37:20 +0000 (14:37 +0000)]
📝 Update release notes
Moustapha Sall [Tue, 9 Jan 2024 14:35:33 +0000 (09:35 -0500)]
📝 Update example source files for SQL databases with SQLAlchemy (#9508)
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
Keshav Malik [Tue, 9 Jan 2024 14:32:46 +0000 (20:02 +0530)]
📝 Add blog for FastAPI & Supabase (#6018)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Tue, 9 Jan 2024 14:30:16 +0000 (14:30 +0000)]
📝 Update release notes
Andrey Otto [Tue, 9 Jan 2024 14:28:58 +0000 (21:28 +0700)]
📝 Update code examples in docs for body, replace name `create_item` with `update_item` when appropriate (#5913)
github-actions [Tue, 9 Jan 2024 14:21:30 +0000 (14:21 +0000)]
📝 Update release notes
Sebastián Ramírez [Tue, 9 Jan 2024 14:21:10 +0000 (18:21 +0400)]
👷 Upgrade GitHub Action label-approved (#10913)
github-actions [Mon, 8 Jan 2024 18:50:12 +0000 (18:50 +0000)]
📝 Update release notes
Sebastián Ramírez [Mon, 8 Jan 2024 18:49:53 +0000 (22:49 +0400)]
⬆️ Upgrade GitHub Action label-approved (#10905)
Sebastián Ramírez [Tue, 26 Dec 2023 20:47:18 +0000 (21:47 +0100)]
✏️ Fix typo in release notes
github-actions [Tue, 26 Dec 2023 20:37:55 +0000 (20:37 +0000)]
📝 Update release notes
Sebastián Ramírez [Tue, 26 Dec 2023 20:37:34 +0000 (21:37 +0100)]
✏️ Fix typo in dependencies with yield source examples (#10847)
Sebastián Ramírez [Tue, 26 Dec 2023 20:17:18 +0000 (21:17 +0100)]
🔖 Release version 0.108.0
github-actions [Tue, 26 Dec 2023 20:12:59 +0000 (20:12 +0000)]
📝 Update release notes
Sebastián Ramírez [Tue, 26 Dec 2023 20:12:34 +0000 (21:12 +0100)]
⬆️ Upgrade Starlette to `>=0.29.0,<0.33.0`, update docs and usage of templates with new Starlette arguments (#10846)
* 📝 Update docs for compatibility with Starlette 0.29.0 and new template arguments
* ⬆️ Upgrade Starlette to >=0.29.0,<0.33.0
* 📌 Remove AnyIO pin
Sebastián Ramírez [Tue, 26 Dec 2023 19:04:08 +0000 (20:04 +0100)]
🔖 Release version 0.107.0
github-actions [Tue, 26 Dec 2023 19:03:31 +0000 (19:03 +0000)]
📝 Update release notes
Adrian Garcia Badaracco [Tue, 26 Dec 2023 19:03:07 +0000 (20:03 +0100)]
⬆️ Upgrade Starlette to 0.28.0 (#9636)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Tue, 26 Dec 2023 17:23:45 +0000 (17:23 +0000)]
📝 Update release notes
Alejandra [Tue, 26 Dec 2023 17:23:20 +0000 (12:23 -0500)]
📝 Add docs: Node.js script alternative to update OpenAPI for generated clients (#10845)
github-actions [Tue, 26 Dec 2023 17:14:13 +0000 (17:14 +0000)]
📝 Update release notes
Alejandra [Tue, 26 Dec 2023 17:13:50 +0000 (12:13 -0500)]
📝 Restructure Docs section in Contributing page (#10844)
📝 Restructure Docs section in Contributing page
Sebastián Ramírez [Mon, 25 Dec 2023 18:06:04 +0000 (19:06 +0100)]
📝 Tweak release notes
Sebastián Ramírez [Mon, 25 Dec 2023 18:01:26 +0000 (19:01 +0100)]
🔖 Release version 0.106.0
Sebastián Ramírez [Mon, 25 Dec 2023 18:00:47 +0000 (19:00 +0100)]
📝 Update release notes
github-actions [Mon, 25 Dec 2023 17:57:54 +0000 (17:57 +0000)]
📝 Update release notes
Sebastián Ramírez [Mon, 25 Dec 2023 17:57:35 +0000 (18:57 +0100)]
✨ Add support for raising exceptions (including `HTTPException`) in dependencies with `yield` in the exit code, do not support them in background tasks (#10831)
* ♻️ Refactor dependency AsyncExitStack logic, exit dependencies after creating the response, before sending it
* ✅ Update tests for dependencies exit, check they are finished before the response is sent
* 🔥 Remove ExitAsyncStackMiddleware as it's no longer needed
* 📝 Update docs for dependencies with yield
* 📝 Update release notes
* 📝 Add source examples for new dependencies with yield raising
* ✅ Add tests for new dependencies raising after yield
* 📝 Update release notes
github-actions [Wed, 20 Dec 2023 17:06:01 +0000 (17:06 +0000)]
📝 Update release notes
Sebastián Ramírez [Wed, 20 Dec 2023 17:05:37 +0000 (18:05 +0100)]
👥 Update FastAPI People (#10567)
Co-authored-by: github-actions <github-actions@github.com>
Sebastián Ramírez [Tue, 12 Dec 2023 00:34:36 +0000 (00:34 +0000)]
📝 Update release notes
Sebastián Ramírez [Tue, 12 Dec 2023 00:32:48 +0000 (00:32 +0000)]
🔖 Release version 0.105.0
github-actions [Tue, 12 Dec 2023 00:29:29 +0000 (00:29 +0000)]
📝 Update release notes
Sebastián Ramírez [Tue, 12 Dec 2023 00:29:03 +0000 (00:29 +0000)]
🔥 Remove unused NoneType (#10774)
github-actions [Tue, 12 Dec 2023 00:23:15 +0000 (00:23 +0000)]
📝 Update release notes
Sebastián Ramírez [Tue, 12 Dec 2023 00:22:47 +0000 (00:22 +0000)]
✨ Add support for multiple Annotated annotations, e.g. `Annotated[str, Field(), Query()]` (#10773)
github-actions [Wed, 6 Dec 2023 11:34:10 +0000 (11:34 +0000)]
📝 Update release notes
Sebastián Ramírez [Wed, 6 Dec 2023 11:33:48 +0000 (12:33 +0100)]
🔧 Update sponsors, add PropelAuth (#10760)
github-actions [Mon, 4 Dec 2023 11:11:17 +0000 (11:11 +0000)]
📝 Update release notes
Sebastián Ramírez [Mon, 4 Dec 2023 11:10:54 +0000 (12:10 +0100)]
👷 Update build docs, verify README on CI (#10750)
github-actions [Thu, 30 Nov 2023 20:48:22 +0000 (20:48 +0000)]
📝 Update release notes
Sebastián Ramírez [Thu, 30 Nov 2023 20:48:01 +0000 (21:48 +0100)]
📝 Tweak default suggested configs for generating clients (#10736)
github-actions [Tue, 28 Nov 2023 12:10:38 +0000 (12:10 +0000)]
📝 Update release notes
Sebastián Ramírez [Tue, 28 Nov 2023 12:10:12 +0000 (13:10 +0100)]
🔧 Update sponsors, remove Fern (#10729)
github-actions [Tue, 28 Nov 2023 10:52:59 +0000 (10:52 +0000)]
📝 Update release notes
Sebastián Ramírez [Tue, 28 Nov 2023 10:52:35 +0000 (11:52 +0100)]
🔧 Update sponsors, add Scalar (#10728)
github-actions [Sat, 18 Nov 2023 13:47:35 +0000 (13:47 +0000)]
📝 Update release notes
Sebastián Ramírez [Sat, 18 Nov 2023 13:47:04 +0000 (14:47 +0100)]
🔧 Update sponsors, add Codacy (#10677)
github-actions [Sat, 18 Nov 2023 13:38:23 +0000 (13:38 +0000)]
📝 Update release notes
Sebastián Ramírez [Sat, 18 Nov 2023 13:38:01 +0000 (14:38 +0100)]
🔧 Update sponsors, add Reflex (#10676)
github-actions [Sat, 4 Nov 2023 02:03:01 +0000 (02:03 +0000)]
📝 Update release notes
Sebastián Ramírez [Sat, 4 Nov 2023 02:02:18 +0000 (06:02 +0400)]
📝 Update release notes, move and check latest-changes (#10588)
github-actions [Sat, 4 Nov 2023 01:53:13 +0000 (01:53 +0000)]
📝 Update release notes
Sebastián Ramírez [Sat, 4 Nov 2023 01:52:42 +0000 (05:52 +0400)]
👷 Upgrade latest-changes GitHub Action (#10587)
Sebastián Ramírez [Mon, 30 Oct 2023 11:12:57 +0000 (15:12 +0400)]
📝 Update release notes
Sebastián Ramírez [Mon, 30 Oct 2023 10:04:54 +0000 (14:04 +0400)]
🔖 Release version 0.104.1
Sebastián Ramírez [Mon, 30 Oct 2023 10:04:14 +0000 (14:04 +0400)]
📝 Update release notes
github-actions [Mon, 30 Oct 2023 09:59:37 +0000 (09:59 +0000)]
📝 Update release notes
Alejandra Klachquin [Mon, 30 Oct 2023 09:58:58 +0000 (06:58 -0300)]
📌 Pin Swagger UI version to 5.9.0 temporarily to handle a bug crashing it in 5.9.1 (#10529)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
github-actions [Mon, 30 Oct 2023 08:08:48 +0000 (08:08 +0000)]
📝 Update release notes
Koke [Mon, 30 Oct 2023 08:00:16 +0000 (05:00 -0300)]
✏️ Update Pydantic links to dotenv support (#10511)
github-actions [Mon, 30 Oct 2023 07:52:04 +0000 (07:52 +0000)]
📝 Update release notes
github-actions [Mon, 30 Oct 2023 07:51:12 +0000 (07:51 +0000)]
📝 Update release notes
github-actions [Mon, 30 Oct 2023 07:42:04 +0000 (07:42 +0000)]
📝 Update release notes
Hasnat Sajid [Mon, 30 Oct 2023 07:07:15 +0000 (12:07 +0500)]
✏️ Update links in `docs/en/docs/async.md` and `docs/zh/docs/async.md` to make them relative (#10498)
Hasnat Sajid [Mon, 30 Oct 2023 07:05:01 +0000 (12:05 +0500)]
✏️ Fix links in `docs/em/docs/async.md` (#10507)
Dmitry [Mon, 30 Oct 2023 07:01:00 +0000 (10:01 +0300)]
✏️ Fix typo in `docs/em/docs/index.md`, Python 3.8 (#10521)
typo in index page
7️⃣❌ -> 8️⃣✅
github-actions [Sun, 29 Oct 2023 09:49:57 +0000 (09:49 +0000)]
📝 Update release notes
dependabot[bot] [Sun, 29 Oct 2023 09:49:21 +0000 (13:49 +0400)]
⬆ Bump pillow from 9.5.0 to 10.1.0 (#10446)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.1.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.5.0...10.1.0)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions [Sun, 29 Oct 2023 09:33:47 +0000 (09:33 +0000)]
📝 Update release notes
github-actions [Sun, 29 Oct 2023 09:33:30 +0000 (09:33 +0000)]
📝 Update release notes
dependabot[bot] [Sun, 29 Oct 2023 09:33:11 +0000 (09:33 +0000)]
⬆ Update mkdocs-material requirement from <9.0.0,>=8.1.4 to >=8.1.4,<10.0.0 (#5862)
⬆ Update mkdocs-material requirement
Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/8.1.4...9.0.3)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Sun, 29 Oct 2023 09:32:50 +0000 (13:32 +0400)]
⬆ Bump mkdocs-material from 9.1.21 to 9.4.7 (#10545)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.21 to 9.4.7.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.1.21...9.4.7)
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions [Sun, 29 Oct 2023 09:12:56 +0000 (09:12 +0000)]
📝 Update release notes
Sebastián Ramírez [Sun, 29 Oct 2023 09:12:11 +0000 (13:12 +0400)]
👷 Install MkDocs Material Insiders only when secrets are available, for Dependabot (#10544)
github-actions [Wed, 25 Oct 2023 08:25:52 +0000 (08:25 +0000)]
📝 Update release notes
Sebastián Ramírez [Wed, 25 Oct 2023 08:25:03 +0000 (12:25 +0400)]
🔧 Update sponsors badges, Databento (#10519)
github-actions [Tue, 24 Oct 2023 20:26:43 +0000 (20:26 +0000)]
📝 Update release notes
Sebastián Ramírez [Tue, 24 Oct 2023 20:26:06 +0000 (00:26 +0400)]
👷 Adopt Ruff format (#10517)
* 🔧 Update pre-commit, use ruff format
* ⬆️ Upgrade dependencies, use Ruff for formatting
* 🔧 Update Ruff config
* 🔨 Update lint and format scripts, use Ruff
* 🎨 Format internals with Ruff
* 🎨 Format docs scripts
* 🎨 Format tests
* 🎨 Format extra commas in src for docs
* 📝 Update docs mentioning `@lru_cache()`, use `@lru_cache` instead to keep consistency with the format
* 🎨 Update src for docs, use plain `@lru_cache`
* 🎨 Update src for docs format and docs references
github-actions [Sun, 22 Oct 2023 10:04:16 +0000 (10:04 +0000)]
📝 Update release notes
Sebastián Ramírez [Sun, 22 Oct 2023 10:03:38 +0000 (14:03 +0400)]
🔧 Add `CITATION.cff` file for academic citations (#10496)
github-actions [Sun, 22 Oct 2023 07:35:50 +0000 (07:35 +0000)]
📝 Update release notes
Sebastián Ramírez [Sun, 22 Oct 2023 07:35:13 +0000 (11:35 +0400)]
📝 Update data structure and render for external-links (#10495)
* 📝 Update data structure and render for external-links
* 📝 Update translations for external links
github-actions [Sat, 21 Oct 2023 07:11:00 +0000 (07:11 +0000)]
📝 Update release notes
Sebastián Ramírez [Sat, 21 Oct 2023 07:10:18 +0000 (11:10 +0400)]
🐛 Fix overriding MKDocs theme lang in hook (#10490)
github-actions [Fri, 20 Oct 2023 09:21:13 +0000 (09:21 +0000)]
📝 Update release notes
worldworm [Fri, 20 Oct 2023 09:19:31 +0000 (11:19 +0200)]
✏️ Fix link to SPDX license identifier in `docs/en/docs/tutorial/metadata.md` (#10433)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
github-actions [Fri, 20 Oct 2023 09:13:35 +0000 (09:13 +0000)]
📝 Update release notes
Giulio Davide Carparelli [Fri, 20 Oct 2023 09:08:42 +0000 (11:08 +0200)]
📝 Update example validation error from Pydantic v1 to match Pydantic v2 in `docs/en/docs/tutorial/path-params.md` (#10043)
github-actions [Fri, 20 Oct 2023 09:03:34 +0000 (09:03 +0000)]
📝 Update release notes
github-actions [Fri, 20 Oct 2023 09:00:53 +0000 (09:00 +0000)]
📝 Update release notes
Heinz-Alexander Fuetterer [Fri, 20 Oct 2023 09:00:44 +0000 (11:00 +0200)]
✏️ Fix typos in emoji docs and in some source examples (#10438)
github-actions [Fri, 20 Oct 2023 09:00:11 +0000 (09:00 +0000)]
📝 Update release notes
Surav Shrestha [Fri, 20 Oct 2023 08:58:51 +0000 (14:43 +0545)]
✏️ Fix typo in `docs/en/docs/reference/dependencies.md` (#10465)
yogabonito [Fri, 20 Oct 2023 08:58:03 +0000 (10:58 +0200)]
✏️ Fix typos and rewordings in `docs/en/docs/tutorial/body-nested-models.md` (#10468)