xzmeng
d8f2f39f6d
✏️ Fix typos in `docs/en/docs/how-to/separate-openapi-schemas.md` and `docs/en/docs/tutorial/schema-extra-example.md` ( #10189 )
2023-09-02 17:22:24 +02:00
github-actions
82ff9a6920
📝 Update release notes
2023-09-02 15:19:08 +00:00
PieCat
bf952d345c
🌐 Add Chinese translation for `docs/zh/docs/advanced/generate-clients.md` ( #9883 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: xzmeng <aumo@foxmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-09-02 17:18:30 +02:00
github-actions
ee0b28a398
📝 Update release notes
2023-09-01 23:33:31 +00:00
Sebastián Ramírez
4bfe83bd27
👥 Update FastAPI People ( #10186 )
...
Co-authored-by: github-actions <github-actions@github.com>
2023-09-02 01:32:40 +02:00
github-actions
7a63d11093
📝 Update release notes
2023-09-01 21:36:46 +00:00
Sebastián Ramírez
37d46e6b6c
✅ Add missing test for OpenAPI examples, it was missing in coverage ( #10188 )
...
✅ Add missing test for OpenAPI examples, it seems it was discovered in coverage by an upgrade in AnyIO
2023-09-01 23:36:08 +02:00
Sebastián Ramírez
a3f1689d78
📝 Update release notes
2023-08-26 20:14:42 +02:00
Sebastián Ramírez
415eb1405a
🔖 Release version 0.103.0
2023-08-26 20:10:27 +02:00
Sebastián Ramírez
bd32bca55c
📝 Update release notes
2023-08-26 20:09:59 +02:00
github-actions
df16699dd8
📝 Update release notes
2023-08-26 18:03:56 +00:00
Sebastián Ramírez
1b714b3177
✨ Add support for `openapi_examples` in all FastAPI parameters ( #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
2023-08-26 20:03:13 +02:00
github-actions
5f855b1179
📝 Update release notes
2023-08-26 13:20:54 +00:00
Sebastián Ramírez
594b1ae0c3
📝 Add note to docs about Separate Input and Output Schemas with FastAPI version ( #10150 )
2023-08-26 15:20:04 +02:00
Sebastián Ramírez
f3ab547c0c
📝 Update release notes
2023-08-25 21:23:44 +02:00
Sebastián Ramírez
9cf9e1084d
🔖 Release version 0.102.0
2023-08-25 21:18:38 +02:00
Sebastián Ramírez
859d40407c
📝 Update release notes
2023-08-25 21:18:09 +02:00
github-actions
098778e07f
📝 Update release notes
2023-08-25 19:11:02 +00:00
Sebastián Ramírez
ea43f227e5
✨ Add support for disabling the separation of input and output JSON Schemas in OpenAPI with Pydantic v2 ( #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
2023-08-25 21:10:22 +02:00
github-actions
10a127ea4a
📝 Update release notes
2023-08-19 19:54:40 +00:00
Sebastián Ramírez
8cd7cfc2b6
📝 Add new docs section, How To - Recipes, move docs that don't have to be read by everyone to How To ( #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
2023-08-19 21:54:04 +02:00
github-actions
3971c44a38
📝 Update release notes
2023-08-19 18:48:35 +00:00
Sebastián Ramírez
7a06de2bb9
♻️ Refactor tests for new Pydantic 2.2.1 ( #10115 )
2023-08-19 20:47:59 +02:00
github-actions
b406dd9174
📝 Update release notes
2023-08-19 14:09:02 +00:00
Sebastián Ramírez
8e38261787
📝 Update Advanced docs, add links to sponsor courses ( #10113 )
2023-08-19 16:08:16 +02:00
github-actions
486cd139a9
📝 Update release notes
2023-08-19 13:51:12 +00:00
Sebastián Ramírez
08feaf0cc4
📝 Update docs for generating clients ( #10112 )
2023-08-19 15:49:54 +02:00
github-actions
0fe434ca68
📝 Update release notes
2023-08-19 13:34:10 +00:00
Sebastián Ramírez
d1c0e5a89f
📝 Tweak MkDocs and add redirects ( #10111 )
2023-08-19 13:33:32 +00:00
github-actions
e04953a9e0
📝 Update release notes
2023-08-19 13:12:09 +00:00
Sebastián Ramírez
d4201a49bc
📝 Restructure docs for cloud providers, include links to sponsors ( #10110 )
2023-08-19 15:11:35 +02:00
github-actions
a6ae5af7d6
📝 Update release notes
2023-08-17 08:52:40 +00:00
Sebastián Ramírez
e93d15cf9a
🔧 Update sponsors, add Speakeasy ( #10098 )
2023-08-17 10:51:58 +02:00
Sebastián Ramírez
63e7edb295
🔖 Release version 0.101.1
2023-08-14 12:03:14 +02:00
Sebastián Ramírez
50b6ff7da6
📝 Update release notes
2023-08-14 12:02:43 +02:00
github-actions
d46cd0b1f0
📝 Update release notes
2023-08-14 09:50:40 +00:00
Sebastián Ramírez
5e8f7f13d7
✨ Add `ResponseValidationError` printable details, to show up in server error logs ( #10078 )
2023-08-14 11:49:57 +02:00
github-actions
dafaf6a34c
📝 Update release notes
2023-08-14 09:17:05 +00:00
github-actions
87cc40e483
📝 Update release notes
2023-08-14 09:15:26 +00:00
Yusuke Tamura
25059a7717
🌐 Add Japanese translation for `docs/ja/docs/deployment/concepts.md` ( #10062 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-14 11:14:37 +02:00
Yusuke Tamura
2a5cc5fff3
🌐 Add Japanese translation for `docs/ja/docs/deployment/server-workers.md` ( #10064 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-14 11:13:28 +02:00
github-actions
014262c203
📝 Update release notes
2023-08-14 09:13:05 +00:00
Yusuke Tamura
9d6ce823c1
🌐 Update Japanese translation for `docs/ja/docs/deployment/docker.md` ( #10073 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-14 11:12:14 +02:00
github-actions
48d203a1e7
📝 Update release notes
2023-08-14 09:10:51 +00:00
Rostyslav
47166ed56c
🌐 Add Ukrainian translation for `docs/uk/docs/fastapi-people.md` ( #10059 )
2023-08-14 11:10:06 +02:00
github-actions
78f38c6bfd
📝 Update release notes
2023-08-10 15:59:15 +00:00
Rostyslav
e6afc5911b
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/cookie-params.md` ( #10032 )
2023-08-10 17:58:13 +02:00
github-actions
5c2a155809
📝 Update release notes
2023-08-10 15:55:32 +00:00
Vladislav Kramorenko
fe3eaf63e6
🌐 Add Russian translation for `docs/ru/docs/deployment/docker.md` ( #9971 )
...
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>
2023-08-10 17:53:26 +02:00
github-actions
1f0d9086b3
📝 Update release notes
2023-08-10 15:53:06 +00:00