Diego Fioravanti
89c94f2e5a
Clarify that widecards and credentials are mutually exclusive
...
According to the Mozilla documentation, wildcards cannot be used in conjunction with credentials in CORS requests. This is not limited to `allow_origins` but it covers most of the `allow_*` See: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#credentialed_requests_and_wildcards
2023-09-13 17:10:33 +02:00
github-actions
c6437d555d
📝 Update release notes
2023-09-10 10:37:04 +00:00
Sebastián Ramírez
e0a99e24b8
🔧 Update sponsors, remove Svix ( #10228 )
2023-09-10 12:36:28 +02:00
github-actions
a10c35673d
📝 Update release notes
2023-09-10 10:19:02 +00:00
Sebastián Ramírez
766dfb5b38
🔧 Update sponsors, add Bump.sh ( #10227 )
2023-09-10 12:18:26 +02:00
Sebastián Ramírez
bfde8f3ef2
🔖 Release version 0.103.1
2023-09-02 19:10:19 +02:00
Sebastián Ramírez
ce8ee1410a
📝 Update release notes
2023-09-02 19:09:47 +02:00
github-actions
118010ad5e
📝 Update release notes
2023-09-02 17:06:22 +00:00
github-actions
8562cae44b
📝 Update release notes
2023-09-02 17:05:59 +00:00
Pablo Dorrío Vázquez
c502197d7c
✏️ Fix validation parameter name in docs, from `regex` to `pattern` ( #10085 )
2023-09-02 19:02:26 +02:00
github-actions
7f1dedac2c
📝 Update release notes
2023-09-02 17:01:44 +00:00
github-actions
7802454131
📝 Update release notes
2023-09-02 16:56:04 +00:00
Yusuke Tamura
caf0b688cd
✏️ Fix indent format in `docs/en/docs/deployment/server-workers.md` ( #10066 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-09-02 18:55:26 +02:00
github-actions
a6d893fe98
📝 Update release notes
2023-09-02 16:16:38 +00:00
Olaoluwa Afolabi
1711c1e95f
🌐 Add Yoruba translation for `docs/yo/docs/index.md` ( #10033 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-09-02 18:12:44 +02:00
github-actions
34028290f5
📝 Update release notes
2023-09-02 16:03:22 +00:00
github-actions
aa43afa4c0
📝 Update release notes
2023-09-02 16:00:21 +00:00
Hasnat Sajid
0ea23e2a8d
✏️ Fix link to Pydantic docs in `docs/en/docs/tutorial/extra-data-types.md` ( #10155 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-09-02 17:55:41 +02:00
github-actions
7fe952f522
📝 Update release notes
2023-09-02 15:54:22 +00:00
github-actions
28bf4abf1f
📝 Update release notes
2023-09-02 15:50:11 +00:00
github-actions
1866abffc1
📝 Update release notes
2023-09-02 15:49:31 +00:00
Poupapaa
2e32957198
✏️ Fix typo in `docs/en/docs/tutorial/handling-errors.md` ( #10170 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-09-02 17:43:16 +02:00
github-actions
b2562c5c73
📝 Update release notes
2023-09-02 15:41:53 +00:00
github-actions
a55f3204ef
📝 Update release notes
2023-09-02 15:37:56 +00:00
github-actions
59cbeccac0
📝 Update release notes
2023-09-02 15:36:34 +00:00
Ragul K
4e93f8e0bc
✏️ Fix typo in `docs/en/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md` ( #10172 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-09-02 17:32:48 +02:00
github-actions
48f6ccfe7d
📝 Update release notes
2023-09-02 15:31:37 +00:00
github-actions
8cb33e9b47
📝 Update release notes
2023-09-02 15:24:05 +00:00
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
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
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
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