dependabot[bot]
606028dc8c
⬆ Bump actions/checkout from 2 to 3 ( #5133 )
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
pre-commit-ci[bot]
100799cde2
⬆ [pre-commit.ci] pre-commit autoupdate ( #5030 )
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0 )
- [github.com/asottile/pyupgrade: v2.32.1 → v2.37.1](https://github.com/asottile/pyupgrade/compare/v2.32.1...v2.37.1 )
- [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
3 years ago
github-actions
c15fce3248
📝 Update release notes
3 years ago
github-actions
b7bd3c1d55
📝 Update release notes
3 years ago
github-actions
3ccb960478
📝 Update release notes
3 years ago
dependabot[bot]
6497cb08f5
⬆ Bump nwtgck/actions-netlify from 1.1.5 to 1.2.3 ( #5132 )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
7c3137301b
⬆ Bump codecov/codecov-action from 2 to 3 ( #5131 )
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
397a2e3484
⬆ Bump dawidd6/action-download-artifact from 2.9.0 to 2.21.1 ( #5130 )
Bump dawidd6/action-download-artifact from 2.9.0 to 2.21.1
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact ) from 2.9.0 to 2.21.1.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases )
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.9.0...v2.21.1 )
---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
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>
3 years ago
github-actions
2fcf044a90
📝 Update release notes
3 years ago
dependabot[bot]
ff47d50a9b
⬆ Bump actions/setup-python from 2 to 4 ( #5129 )
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
github-actions
43d8ebfb4d
📝 Update release notes
3 years ago
Sebastián Ramírez
c43120258f
🐛 Fix removing body from status codes that do not support it ( #5145 )
3 years ago
github-actions
a0fd613527
📝 Update release notes
3 years ago
Sebastián Ramírez
1d5bbe5552
👷 Add Dependabot ( #5128 )
3 years ago
github-actions
bea5194ffc
📝 Update release notes
3 years ago
Sebastián Ramírez
b768643577
♻️ Move from `Optional[X]` to `Union[X, None]` for internal utils ( #5124 )
3 years ago
github-actions
8047230181
📝 Update release notes
3 years ago
Sebastián Ramírez
6c6382df4d
🔧 Update sponsors, remove Dropbase, add Doist ( #5096 )
3 years ago
github-actions
f8c875bb3f
📝 Update release notes
3 years ago
Sebastián Ramírez
d8f3e8f20d
🔧 Update sponsors, remove Classiq, add ImgWhale ( #5079 )
* 🔧 Update sponsors, remove Classiq, add ImgWhale
* 🔧 Update README
3 years ago
Sebastián Ramírez
1876ebc779
🔖 Release version 0.78.0
3 years ago
Sebastián Ramírez
1673b3ec11
📝 Update release notes
3 years ago
github-actions
1711403732
📝 Update release notes
3 years ago
Sebastián Ramírez
acab64b3c3
✅ Add tests for required nonable parameters and body fields ( #4907 )
3 years ago
github-actions
0a8d6871fb
📝 Update release notes
3 years ago
Sebastián Ramírez
ca437cdfab
📝 Add docs recommending `Union` over `Optional` and migrate source examples ( #4908 )
* 📝 Add docs recommending Union over Optional
* 📝 Update docs recommending Union over Optional
* 📝 Update source examples for docs, recommend Union over Optional
* 📝 Update highlighted lines with updated source examples
* 📝 Update highlighted lines in Markdown with recent code changes
* 📝 Update docs, use Union instead of Optional
* ♻️ Update source examples to recommend Union over Optional
* 🎨 Update highlighted code in Markdown after moving from Optional to Union
3 years ago
github-actions
c5be1b0550
📝 Update release notes
3 years ago
Sebastián Ramírez
9262fa8362
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. ( #4906 )
* ✨ Do not require default value in Query(), Path(), Header(), etc
* 📝 Update source examples for docs with default and required values
* ✅ Update tests with new default values and not required Ellipsis
* 📝 Update docs for Query params and update info about default value, required, Ellipsis
3 years ago
github-actions
31690dda2c
📝 Update release notes
3 years ago
Sebastián Ramírez
8b66b9ca3e
🎨 Fix default value as set in tutorial for Path Operations Advanced Configurations ( #4899 )
3 years ago
github-actions
975d859ac4
📝 Update release notes
3 years ago
Shahriyar Rzayev
82775f7cd0
♻ Refactor dict value extraction to minimize key lookups `fastapi/utils.py` ( #3139 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
github-actions
497e5a2422
📝 Update release notes
3 years ago
Sebastián Ramírez
f31ad41dda
👷 Fix installing Material for MkDocs Insiders in CI ( #4897 )
3 years ago
github-actions
d75c69e01f
📝 Update release notes
3 years ago
Sebastián Ramírez
f204e8010a
👷 Add pre-commit CI instead of custom GitHub Action ( #4896 )
3 years ago
github-actions
bcabbf8b37
📝 Update release notes
3 years ago
Sebastián Ramírez
29df6b3e83
👷 Add pre-commit GitHub Action workflow ( #4895 )
Co-authored-by: pre-commit <[email protected] >
3 years ago
github-actions
16f1d073db
📝 Update release notes
3 years ago
Michael Adkins
199916ac8c
📝 Add documentation for redefined path operations ( #4864 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
github-actions
4bb8ac2114
📝 Update release notes
3 years ago
Sebastián Ramírez
a5eff3b78e
🔥 Remove un-used old pending tests, already covered in other places ( #4891 )
3 years ago
github-actions
277a53442b
📝 Update release notes
3 years ago
Sebastián Ramírez
9cae3cdb09
🔧 Add Python formatting hooks to pre-commit ( #4890 )
3 years ago
github-actions
f673e64eeb
📝 Update release notes
3 years ago
Sebastián Ramírez
3d0f130ff3
🔧 Add pre-commit with first config and first formatting pass ( #4888 )
* 🔧 Add first pre-commit config
* 🎨 Format YAML files with pre-commit
* 🎨 Format Markdown with pre-commit
* 🎨 Format SVGs, drawio, JS, HTML with pre-commit
* ➕ Add pre-commit to dev dependencies
* ⬇️ Extend pre-commit range to support Python 3.6
3 years ago
github-actions
9cbd42b13e
📝 Update release notes
3 years ago
Maxim Martynov
8c593a9cc9
👷 Disable CI installing Material for MkDocs in forks ( #4410 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago
github-actions
f3b04a6118
📝 Update release notes
3 years ago
Matthew Evans
4fcdb31947
📝 Add OpenAPI warning to "Body - Fields" docs with extra schema extensions ( #4846 )
Co-authored-by: Sebastián Ramírez <[email protected] >
3 years ago