cds-snc / url-shortener

An API written in Python that shortens URLs
MIT License
4 stars 1 forks source link

chore(deps): update dependency fastapi to v0.103.0 #452

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fastapi ==0.101.1 -> ==0.103.0 age adoption passing confidence

Review


Release Notes

tiangolo/fastapi (fastapi) ### [`v0.103.0`](https://togithub.com/tiangolo/fastapi/releases/tag/0.103.0) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.102.0...0.103.0) ##### Features - ✨ Add support for `openapi_examples` in all FastAPI parameters. PR [#​10152](https://togithub.com/tiangolo/fastapi/pull/10152) by [@​tiangolo](https://togithub.com/tiangolo). - New docs: [OpenAPI-specific examples](https://fastapi.tiangolo.com/tutorial/schema-extra-example/#openapi-specific-examples). ##### Docs - 📝 Add note to docs about Separate Input and Output Schemas with FastAPI version. PR [#​10150](https://togithub.com/tiangolo/fastapi/pull/10150) by [@​tiangolo](https://togithub.com/tiangolo). ### [`v0.102.0`](https://togithub.com/tiangolo/fastapi/releases/tag/0.102.0) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.101.1...0.102.0) ##### Features - ✨ Add support for disabling the separation of input and output JSON Schemas in OpenAPI with Pydantic v2 with `separate_input_output_schemas=False`. PR [#​10145](https://togithub.com/tiangolo/fastapi/pull/10145) by [@​tiangolo](https://togithub.com/tiangolo). - New docs [Separate OpenAPI Schemas for Input and Output or Not](https://fastapi.tiangolo.com/how-to/separate-openapi-schemas/). - This PR also includes a new setup (internal tools) for generating screenshots for the docs. ##### Refactors - ♻️ Refactor tests for new Pydantic 2.2.1. PR [#​10115](https://togithub.com/tiangolo/fastapi/pull/10115) by [@​tiangolo](https://togithub.com/tiangolo). ##### Docs - 📝 Add new docs section, How To - Recipes, move docs that don't have to be read by everyone to How To. PR [#​10114](https://togithub.com/tiangolo/fastapi/pull/10114) by [@​tiangolo](https://togithub.com/tiangolo). - 📝 Update Advanced docs, add links to sponsor courses. PR [#​10113](https://togithub.com/tiangolo/fastapi/pull/10113) by [@​tiangolo](https://togithub.com/tiangolo). - 📝 Update docs for generating clients. PR [#​10112](https://togithub.com/tiangolo/fastapi/pull/10112) by [@​tiangolo](https://togithub.com/tiangolo). - 📝 Tweak MkDocs and add redirects. PR [#​10111](https://togithub.com/tiangolo/fastapi/pull/10111) by [@​tiangolo](https://togithub.com/tiangolo). - 📝 Restructure docs for cloud providers, include links to sponsors. PR [#​10110](https://togithub.com/tiangolo/fastapi/pull/10110) by [@​tiangolo](https://togithub.com/tiangolo). ##### Internal - 🔧 Update sponsors, add Speakeasy. PR [#​10098](https://togithub.com/tiangolo/fastapi/pull/10098) by [@​tiangolo](https://togithub.com/tiangolo).

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

patheard commented 1 year ago