Release notes
*Sourced from [fastapi's releases](https://github.com/tiangolo/fastapi/releases).*
> ## 0.36.0
> * Fix implementation for `skip_defaults` when returning a Pydantic model. PR [#422](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/422) by [@dmontagu](https://github.com/dmontagu).
> * Fix OpenAPI generation when using the same dependency in multiple places for the same *path operation*. PR [#417](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/417) by [@dmontagu](https://github.com/dmontagu).
> * Allow having empty paths in *path operations* used with `include_router` and a `prefix`.
> * This allows having a router for `/cats` and all its *path operations*, while having one of them for `/cats`.
> * Now it doesn't have to be only `/cats/` (with a trailing slash).
> * To use it, declare the path in the *path operation* as the empty string (`""`).
> * PR [#415](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/415) by [@vitalik](https://github.com/vitalik).
> * Fix mypy error after merging PR [#415](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/415). PR [#462](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/462).
>
> ## 0.35.0
> * Fix typo in routing `assert`. PR [#419](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/419) by [@pablogamboa](https://github.com/pablogamboa).
> * Fix typo in docs. PR [#411](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/411) by [@bronsen](https://github.com/bronsen).
> * Fix parsing a body type declared with `Union`. PR [#400](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/400) by [@koxudaxi](https://github.com/koxudaxi).
>
> ## 0.34.0
> * Upgrade Starlette supported range to include the latest `0.12.7`. The new range is `0.11.1,<=0.12.7`. PR [#367](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/367) by [@dedsm](https://github.com/dedsm).
>
> * Add test for OpenAPI schema with duplicate models from PR [#333](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/333) by [@dmontagu](https://github.com/dmontagu). PR [#385](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/385).
Commits
- [`417a3ab`](https://github.com/tiangolo/fastapi/commit/417a3ab140b0017b4a4462fa08816e1bd9e629fd) :bookmark: Release 0.36.0
- [`a3235ed`](https://github.com/tiangolo/fastapi/commit/a3235ed8debf31d077d5546c55b118f3aac11766) :memo: Update release notes
- [`38495ff`](https://github.com/tiangolo/fastapi/commit/38495fffa560fa57a8f0e6437d8e43c36c8e5612) :bug: Fix skip_defaults implementation when returning a Pydantic model ([#422](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/422))
- [`b77a43b`](https://github.com/tiangolo/fastapi/commit/b77a43bcac3ec8e7edbe82543e777c60ae85c178) :memo: Update release notes
- [`483eb73`](https://github.com/tiangolo/fastapi/commit/483eb73b26ee2313694b890b07bad967d697001f) :bug: Use caching logic to determine OpenAPI spec for duplicate dependencies ...
- [`51a928d`](https://github.com/tiangolo/fastapi/commit/51a928d3f5a5f8bd08a84bb9408d296852ed336b) :memo: Update release notes
- [`e71636e`](https://github.com/tiangolo/fastapi/commit/e71636e381a297d1825b37f71362ecd36f2fb3fb) :bug: Fix mypy route errors after merging [#415](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/415) ([#462](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/462))
- [`f7f17fc`](https://github.com/tiangolo/fastapi/commit/f7f17fcfd6af17f15b7605aa6f6162491a5a6481) :sparkles: Allow empty routed path (issue [#414](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/414)) ([#415](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/415))
- [`033bc2a`](https://github.com/tiangolo/fastapi/commit/033bc2a6c9aec3a245eb1f1b4fadb2fbb7a514b8) :bookmark: Release 0.35.0
- [`28d3b9f`](https://github.com/tiangolo/fastapi/commit/28d3b9f783412f63fe5d495b2492826402b6eba9) :memo: Update release notes
- Additional commits viewable in [compare view](https://github.com/tiangolo/fastapi/compare/0.33.0...0.36.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps fastapi from 0.33.0 to 0.36.0.
Release notes
*Sourced from [fastapi's releases](https://github.com/tiangolo/fastapi/releases).* > ## 0.36.0 > * Fix implementation for `skip_defaults` when returning a Pydantic model. PR [#422](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/422) by [@dmontagu](https://github.com/dmontagu). > * Fix OpenAPI generation when using the same dependency in multiple places for the same *path operation*. PR [#417](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/417) by [@dmontagu](https://github.com/dmontagu). > * Allow having empty paths in *path operations* used with `include_router` and a `prefix`. > * This allows having a router for `/cats` and all its *path operations*, while having one of them for `/cats`. > * Now it doesn't have to be only `/cats/` (with a trailing slash). > * To use it, declare the path in the *path operation* as the empty string (`""`). > * PR [#415](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/415) by [@vitalik](https://github.com/vitalik). > * Fix mypy error after merging PR [#415](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/415). PR [#462](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/462). > > ## 0.35.0 > * Fix typo in routing `assert`. PR [#419](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/419) by [@pablogamboa](https://github.com/pablogamboa). > * Fix typo in docs. PR [#411](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/411) by [@bronsen](https://github.com/bronsen). > * Fix parsing a body type declared with `Union`. PR [#400](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/400) by [@koxudaxi](https://github.com/koxudaxi). > > ## 0.34.0 > * Upgrade Starlette supported range to include the latest `0.12.7`. The new range is `0.11.1,<=0.12.7`. PR [#367](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/367) by [@dedsm](https://github.com/dedsm). > > * Add test for OpenAPI schema with duplicate models from PR [#333](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/333) by [@dmontagu](https://github.com/dmontagu). PR [#385](https://github-redirect.dependabot.com/tiangolo/fastapi/pull/385).Commits
- [`417a3ab`](https://github.com/tiangolo/fastapi/commit/417a3ab140b0017b4a4462fa08816e1bd9e629fd) :bookmark: Release 0.36.0 - [`a3235ed`](https://github.com/tiangolo/fastapi/commit/a3235ed8debf31d077d5546c55b118f3aac11766) :memo: Update release notes - [`38495ff`](https://github.com/tiangolo/fastapi/commit/38495fffa560fa57a8f0e6437d8e43c36c8e5612) :bug: Fix skip_defaults implementation when returning a Pydantic model ([#422](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/422)) - [`b77a43b`](https://github.com/tiangolo/fastapi/commit/b77a43bcac3ec8e7edbe82543e777c60ae85c178) :memo: Update release notes - [`483eb73`](https://github.com/tiangolo/fastapi/commit/483eb73b26ee2313694b890b07bad967d697001f) :bug: Use caching logic to determine OpenAPI spec for duplicate dependencies ... - [`51a928d`](https://github.com/tiangolo/fastapi/commit/51a928d3f5a5f8bd08a84bb9408d296852ed336b) :memo: Update release notes - [`e71636e`](https://github.com/tiangolo/fastapi/commit/e71636e381a297d1825b37f71362ecd36f2fb3fb) :bug: Fix mypy route errors after merging [#415](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/415) ([#462](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/462)) - [`f7f17fc`](https://github.com/tiangolo/fastapi/commit/f7f17fcfd6af17f15b7605aa6f6162491a5a6481) :sparkles: Allow empty routed path (issue [#414](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/414)) ([#415](https://github-redirect.dependabot.com/tiangolo/fastapi/issues/415)) - [`033bc2a`](https://github.com/tiangolo/fastapi/commit/033bc2a6c9aec3a245eb1f1b4fadb2fbb7a514b8) :bookmark: Release 0.35.0 - [`28d3b9f`](https://github.com/tiangolo/fastapi/commit/28d3b9f783412f63fe5d495b2492826402b6eba9) :memo: Update release notes - Additional commits viewable in [compare view](https://github.com/tiangolo/fastapi/compare/0.33.0...0.36.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.