Skip to content

Commit

Permalink
⬆ Bump mkdocs-material from 9.1.17 to 9.1.21 (tiangolo#9960)
Browse files Browse the repository at this point in the history
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.17 to 9.1.21.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.1.17...9.1.21)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

📝 Update release notes

🔖 Release version 0.103.0

📝 Update release notes

📝 Update release notes

✨ Add support for `openapi_examples` in all FastAPI parameters (tiangolo#10152)

* ♻️ Refactor model for OpenAPI Examples to use a reusable TypedDict

* ✨ Add support for openapi_examples in parameters

* 📝 Add new docs examples for new parameter openapi_examples

* 📝 Update docs for Schema Extra to include OpenAPI examples

* ✅ Add tests for new source examples, for openapi_examples

* ✅ Add tests for openapi_examples corner cases and all parameters

* 💡 Tweak and ignore type annotation checks for custom TypedDict

📝 Update release notes

📝 Add note to docs about Separate Input and Output Schemas with FastAPI version (tiangolo#10150)

📝 Update release notes

🔖 Release version 0.102.0

📝 Update release notes

📝 Update release notes

✨ Add support for disabling the separation of input and output JSON Schemas in OpenAPI with Pydantic v2 (tiangolo#10145)

* 📝 Add docs for Separate OpenAPI Schemas for Input and Output

* 🔧 Add new docs page to MkDocs config

* ✨ Add separate_input_output_schemas parameter to FastAPI class

* 📝 Add source examples for separating OpenAPI schemas

* ✅ Add tests for separated OpenAPI schemas

* 📝 Add source examples for Python 3.10, 3.9, and 3.7+

* 📝 Update docs for Separate OpenAPI Schemas with new multi-version examples

* ✅ Add and update tests for different Python versions

* ✅ Add tests for corner cases with separate_input_output_schemas

* 📝 Update tutorial to use Union instead of Optional

* 🐛 Fix type annotations

* 🐛 Fix correct import in test

* 💄 Add CSS to simulate browser windows for screenshots

* ➕ Add playwright as a dev dependency to automate generating screenshots

* 🔨 Add Playwright scripts to generate screenshots for new docs

* 📝 Update docs, tweak text to match screenshots

* 🍱 Add screenshots for new docs

📝 Update release notes

📝 Add new docs section, How To - Recipes, move docs that don't have to be read by everyone to How To (tiangolo#10114)

* 📝 Start How To docs section, move Peewee, remove Peewee from dependencies

* 🚚 Move em files to new locations

* 🚚 Move and re-structure advanced docs, move relevant to How To

* 🔧 Update MkDocs config, new files in How To

* 📝 Move docs for Conditional OpenAPI for Japanese to How To

* 📝 Move example source files for Extending OpenAPI into each of the new sections

* ✅ Update tests with new locations for source files

* 🔥 Remove init from Peewee examples

📝 Update release notes

♻️ Refactor tests for new Pydantic 2.2.1 (tiangolo#10115)

📝 Update release notes

📝 Update Advanced docs, add links to sponsor courses (tiangolo#10113)

📝 Update release notes

📝 Update docs for generating clients (tiangolo#10112)

📝 Update release notes

📝 Tweak MkDocs and add redirects (tiangolo#10111)

📝 Update release notes

📝 Restructure docs for cloud providers, include links to sponsors (tiangolo#10110)

📝 Update release notes

🔧 Update sponsors, add Speakeasy (tiangolo#10098)

🔖 Release version 0.101.1

📝 Update release notes

📝 Update release notes

✨ Add `ResponseValidationError` printable details, to show up in server error logs (tiangolo#10078)

📝 Update release notes

📝 Update release notes

🌐 Add Japanese translation for `docs/ja/docs/deployment/concepts.md` (tiangolo#10062)

🌐 Add Japanese translation for `docs/ja/docs/deployment/server-workers.md` (tiangolo#10064)

📝 Update release notes

🌐 Update Japanese translation for `docs/ja/docs/deployment/docker.md` (tiangolo#10073)

📝 Update release notes

🌐 Add Ukrainian translation for `docs/uk/docs/fastapi-people.md` (tiangolo#10059)

📝 Update release notes

🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/cookie-params.md` (tiangolo#10032)

📝 Update release notes

🌐 Add Russian translation for `docs/ru/docs/deployment/docker.md` (tiangolo#9971)

📝 Update release notes

🌐 Add Vietnamese translation for `docs/vi/docs/python-types.md` (tiangolo#10047)

📝 Update release notes

🔧 Add sponsor Porter (tiangolo#10051)

📝 Update release notes

🔧 Update sponsors, add Jina back as bronze sponsor (tiangolo#10050)

📝 Update release notes

📝 Update release notes

📝 Update release notes

✏️ Fix typo in deprecation warnings in `fastapi/params.py` (tiangolo#9854)

fix typo for deprecation warnings depreacated -> deprecated

✏️ Fix typo in release notes (tiangolo#9835)

✏️ Fix typos in comments on internal code in `fastapi/concurrency.py` and `fastapi/routing.py` (tiangolo#9590)

📝 Update release notes

📝 Update release notes

📝 Add external article: Build an SMS Spam Classifier Serverless Database with FaunaDB and FastAPI (tiangolo#9847)

📝 Update release notes

📝 Fix typo in `docs/en/docs/contributing.md` (tiangolo#9878)

📝 Fix code highlighting in `docs/en/docs/tutorial/bigger-applications.md` (tiangolo#9806)

Update bigger-applications.md

📝 Update release notes

📝 Update release notes

🌐 Add Russian translation for `docs/ru/docs/tutorial/dependencies/global-dependencies.md` (tiangolo#9970)

🌐 Add Urdu translation for `docs/ur/docs/benchmarks.md` (tiangolo#9974)

📝 Update release notes

📝 Update release notes

⬆ Bump mypy from 1.4.0 to 1.4.1 (tiangolo#9756)

Bumps [mypy](https://github.com/python/mypy) from 1.4.0 to 1.4.1.
- [Commits](python/mypy@v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-Authored-By: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-Authored-By: Yois4101 <119609381+Yois4101@users.noreply.github.com>
Co-Authored-By: Marcelo Trylesinski <marcelotryle@gmail.com>
Co-Authored-By: Vicente Merino <vmerino@rexmas.com>
Co-Authored-By: dedkot <dedkot01@gmail.com>
Co-Authored-By: Vladislav Kramorenko <85196001+Xewus@users.noreply.github.com>
Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
7 people authored and emirthab committed Sep 1, 2023
1 parent 8adbafc commit 2246939
Show file tree
Hide file tree
Showing 125 changed files with 7,205 additions and 2,693 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: cache
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-pydantic-v2-${{ hashFiles('pyproject.toml', 'requirements-tests.txt') }}-test-v04
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-pydantic-v2-${{ hashFiles('pyproject.toml', 'requirements-tests.txt') }}-test-v05
- name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: pip install -r requirements-tests.txt
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
id: cache
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ matrix.pydantic-version }}-${{ hashFiles('pyproject.toml', 'requirements-tests.txt') }}-test-v04
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ matrix.pydantic-version }}-${{ hashFiles('pyproject.toml', 'requirements-tests.txt') }}-test-v05
- name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: pip install -r requirements-tests.txt
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ archive.zip
*~
.*.sw?
.cache

# macOS
.DS_Store
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,15 @@ The key features are:
<a href="https://cryptapi.io/" target="_blank" title="CryptAPI: Your easy to use, secure and privacy oriented payment gateway."><img src="https://fastapi.tiangolo.com/img/sponsors/cryptapi.svg"></a>
<a href="https://platform.sh/try-it-now/?utm_source=fastapi-signup&utm_medium=banner&utm_campaign=FastAPI-signup-June-2023" target="_blank" title="Build, run and scale your apps on a modern, reliable, and secure PaaS."><img src="https://fastapi.tiangolo.com/img/sponsors/platform-sh.png"></a>
<a href="https://www.buildwithfern.com/?utm_source=tiangolo&utm_medium=website&utm_campaign=main-badge" target="_blank" title="Fern | SDKs and API docs"><img src="https://fastapi.tiangolo.com/img/sponsors/fern.svg"></a>
<a href="https://www.porter.run" target="_blank" title="Deploy FastAPI on AWS with a few clicks"><img src="https://fastapi.tiangolo.com/img/sponsors/porter.png"></a>
<a href="https://www.deta.sh/?ref=fastapi" target="_blank" title="The launchpad for all your (team's) ideas"><img src="https://fastapi.tiangolo.com/img/sponsors/deta.svg"></a>
<a href="https://training.talkpython.fm/fastapi-courses" target="_blank" title="FastAPI video courses on demand from people you trust"><img src="https://fastapi.tiangolo.com/img/sponsors/talkpython.png"></a>
<a href="https://testdriven.io/courses/tdd-fastapi/" target="_blank" title="Learn to build high-quality web apps with best practices"><img src="https://fastapi.tiangolo.com/img/sponsors/testdriven.svg"></a>
<a href="https://github.com/deepset-ai/haystack/" target="_blank" title="Build powerful search from composable, open source building blocks"><img src="https://fastapi.tiangolo.com/img/sponsors/haystack-fastapi.svg"></a>
<a href="https://careers.powens.com/" target="_blank" title="Powens is hiring!"><img src="https://fastapi.tiangolo.com/img/sponsors/powens.png"></a>
<a href="https://www.svix.com/" target="_blank" title="Svix - Webhooks as a service"><img src="https://fastapi.tiangolo.com/img/sponsors/svix.svg"></a>
<a href="https://databento.com/" target="_blank" title="Pay as you go for market data"><img src="https://fastapi.tiangolo.com/img/sponsors/databento.svg"></a>
<a href="https://speakeasyapi.dev?utm_source=fastapi+repo&utm_medium=github+sponsorship" target="_blank" title="SDKs for your API | Speakeasy"><img src="https://fastapi.tiangolo.com/img/sponsors/speakeasy.png"></a>

<!-- /sponsors -->

Expand Down
314 changes: 0 additions & 314 deletions docs/em/docs/advanced/extending-openapi.md

This file was deleted.

Loading

0 comments on commit 2246939

Please sign in to comment.