Sebastián Ramírez
|
7213d421f5
|
🔖 Release version 0.112.3
|
7 months ago |
github-actions
|
68e5ef6968
|
📝 Update release notes
|
7 months ago |
pre-commit-ci[bot]
|
1f64a1bb55
|
⬆ [pre-commit.ci] pre-commit autoupdate (#12115)
* ⬆ [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.6.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.2...v0.6.3)
* bump ruff as well
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sofie Van Landeghem <[email protected]>
Co-authored-by: svlandeg <[email protected]>
|
7 months ago |
github-actions
|
9b2a9333b3
|
📝 Update release notes
|
7 months ago |
Shubhendra Kushwaha
|
f42fd9aac2
|
📝 Add External Link: Techniques and applications of SQLAlchemy global filters in FastAPI (#12109)
|
7 months ago |
github-actions
|
cbdc58b1b7
|
📝 Update release notes
|
7 months ago |
Max Scheijen
|
3feed9dd8c
|
🌐 Add Dutch translation for `docs/nl/docs/features.md` (#12101)
|
7 months ago |
github-actions
|
560c43269d
|
📝 Update release notes
|
7 months ago |
dependabot[bot]
|
7eae925443
|
⬆ Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (#12120)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.10.0...v1.10.1)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
7 months ago |
github-actions
|
7d69943a22
|
📝 Update release notes
|
7 months ago |
github-actions
|
56cfecc1bf
|
📝 Update release notes
|
7 months ago |
Rafael de Oliveira Marques
|
e26229ed98
|
🌐 Add Portuguese translation for `docs/pt/docs/advanced/testing-events.md` (#12108)
|
7 months ago |
Rafael de Oliveira Marques
|
c1c57336b0
|
🌐 Add Portuguese translation for `docs/pt/docs/advanced/security/index.md` (#12114)
|
7 months ago |
github-actions
|
7537bac43f
|
📝 Update release notes
|
7 months ago |
dependabot[bot]
|
6b3d1c6d4e
|
⬆ Bump pillow from 10.3.0 to 10.4.0 (#12105)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 10.4.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/10.3.0...10.4.0)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
7 months ago |
github-actions
|
a6ad088183
|
📝 Update release notes
|
7 months ago |
Sofie Van Landeghem
|
b63b4189ee
|
💚 Set `include-hidden-files` to `True` when using the `upload-artifact` GH action (#12118)
* include-hidden-files when uploading coverage files
* include-hidden-files when building docs
|
7 months ago |
github-actions
|
17f1f7b5bd
|
📝 Update release notes
|
7 months ago |
dependabot[bot]
|
92bdfbc7ba
|
⬆ Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 (#12112)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.9.0...v1.10.0)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
7 months ago |
github-actions
|
b203d7a15f
|
📝 Update release notes
|
7 months ago |
Sebastián Ramírez
|
23bda0ffeb
|
♻️ Refactor internal `check_file_field()`, rename to `ensure_multipart_is_installed()` to clarify its purpose (#12106)
|
7 months ago |
github-actions
|
d5c6cf8122
|
📝 Update release notes
|
7 months ago |
Sebastián Ramírez
|
d08b95ea57
|
♻️ Rename internal `create_response_field()` to `create_model_field()` as it's used for more than response models (#12103)
|
7 months ago |
github-actions
|
3660c7a063
|
📝 Update release notes
|
7 months ago |
Sebastián Ramírez
|
5b7fa3900e
|
♻️ Refactor and simplify internal data from `solve_dependencies()` using dataclasses (#12100)
|
7 months ago |
github-actions
|
8d7d89e8c6
|
📝 Update release notes
|
7 months ago |
Sebastián Ramírez
|
08547e1d57
|
♻️ Refactor and simplify internal `analyze_param()` to structure data with dataclasses instead of tuple (#12099)
|
7 months ago |
github-actions
|
75c4e7fc44
|
📝 Update release notes
|
7 months ago |
Sebastián Ramírez
|
581aacc4a9
|
♻️ Refactor and simplify dependencies data structures with dataclasses (#12098)
|
7 months ago |
github-actions
|
47b3351be9
|
📝 Update release notes
|
7 months ago |
Sebastián Ramírez
|
eebc6c3d54
|
🔧 Update sponsors link: Coherence (#12097)
|
7 months ago |
github-actions
|
83422b1923
|
📝 Update release notes
|
7 months ago |
Sebastián Ramírez
|
0077af9719
|
🔧 Update labeler config to handle sponsorships data (#12096)
|
7 months ago |
github-actions
|
6c8a205db1
|
📝 Update release notes
|
7 months ago |
Sebastián Ramírez
|
c37f2c976d
|
📝 Add note about `time.perf_counter()` in middlewares (#12095)
|
7 months ago |
github-actions
|
5827b922c3
|
📝 Update release notes
|
7 months ago |
Esteban Maya
|
1b5984b23b
|
Merge pull request #11957 from domdent/docs/edit-timer-in-middleware
📝 Tweak middleware code sample `time.time()` to `time.perf_counter()`
|
7 months ago |
Esteban Maya
|
6ca7b8c608
|
Merge branch 'master' into docs/edit-timer-in-middleware
|
7 months ago |
github-actions
|
a2458d594f
|
📝 Update release notes
|
7 months ago |
Sebastián Ramírez
|
9519380764
|
🔧 Update sponsors: Coherence (#12093)
|
7 months ago |
github-actions
|
4eec14fa8c
|
📝 Update release notes
|
7 months ago |
Marcin Sulikowski
|
6e98249c21
|
📝 Fix async test example not to trigger DeprecationWarning (#12084)
|
7 months ago |
github-actions
|
17a29149e4
|
📝 Update release notes
|
7 months ago |
Sebastián Ramírez
|
4cf3421178
|
🔧 Update sponsors, remove Kong (#12085)
|
7 months ago |
github-actions
|
ffa6d2eafd
|
📝 Update release notes
|
7 months ago |
Sofie Van Landeghem
|
ae27540348
|
🌐 Add Dutch translation for `docs/nl/docs/index.md` (#12042)
Co-authored-by: Max Scheijen <[email protected]>
|
7 months ago |
github-actions
|
3332895251
|
📝 Update release notes
|
7 months ago |
Muhammad Ashiq Ameer
|
9b35d355bf
|
📝 Update `docs_src/path_params_numeric_validations/tutorial006.py` (#11478)
Co-authored-by: Sofie Van Landeghem <[email protected]>
|
7 months ago |
github-actions
|
a930128910
|
📝 Update release notes
|
7 months ago |
Alec Gillis
|
cabed9efb6
|
📝 Update comma in `docs/en/docs/async.md` (#12062)
Co-authored-by: Alec Gillis <[email protected]>
Co-authored-by: Sofie Van Landeghem <[email protected]>
|
7 months ago |