github-actions
0f105d9076
📝 Update release notes
2023-07-01 16:44:12 +00:00
Sebastián Ramírez
4d83f984cc
📝 Update source examples to use new JSON Schema examples field ( #9776 )
...
* 📝 Update source examples to use new JSON Schema examples field
* ✅ Update tests for JSON Schema examples
* 📝 Update highlights in JSON Schema examples
2023-07-01 18:43:29 +02:00
Sebastián Ramírez
983f1d34db
🔖 Release version 0.99.0
2023-06-30 20:55:17 +02:00
Sebastián Ramírez
efc2bcc57a
📝 Update release notes
2023-06-30 20:54:25 +02:00
github-actions
b757211299
📝 Update release notes
2023-06-30 18:25:53 +00:00
Sebastián Ramírez
7dad5a820b
✨ Add support for OpenAPI 3.1.0 ( #9770 )
...
* ✨ Update OpenAPI models for JSON Schema 2020-12 and OpenAPI 3.1.0
* ✨ Add support for summary and webhooks
* ✨ Update JSON Schema for UploadFiles
* ⏪ ️ Revert making paths optional, to ensure always correctness
* ⏪ ️ Keep UploadFile as format: binary for compatibility with the rest of Pydantic bytes fields in v1
* ✨ Update version of OpenAPI generated to 3.1.0
* ✨ Update the version of Swagger UI
* 📝 Update docs about extending OpenAPI
* 📝 Update docs and links to refer to OpenAPI 3.1.0
* ✨ Update logic for handling webhooks
* ♻️ Update parameter functions and classes, deprecate example and make examples the main field
* ✅ Update tests for OpenAPI 3.1.0
* 📝 Update examples for OpenAPI metadata
* ✅ Add and update tests for OpenAPI metadata
* 📝 Add source example for webhooks
* 📝 Update docs for metadata
* 📝 Update docs for Schema extra
* 📝 Add docs for webhooks
* 🔧 Add webhooks docs to MkDocs
* ✅ Update tests for extending OpenAPI
* ✅ Add tests for webhooks
* ♻️ Refactor generation of OpenAPI and JSON Schema with params
* 📝 Update source examples for field examples
* ✅ Update tests for examples
* ➕ Make sure the minimum version of typing-extensions installed has deprecated() (already a dependency of Pydantic)
* ✏️ Fix typo in Webhooks example code
* 🔥 Remove commented out code of removed nullable field
* 🗑️ Add deprecation warnings for example argument
* ✅ Update tests to check for deprecation warnings
* ✅ Add test for webhooks with security schemes, for coverage
* 🍱 Update image for metadata, with new summary
* 🍱 Add docs image for Webhooks
* 📝 Update docs for webhooks, add docs UI image
2023-06-30 20:25:16 +02:00
github-actions
02fc9e8a63
📝 Update release notes
2023-06-30 16:23:36 +00:00
Sebastián Ramírez
0a8423d792
🔨 Enable linenums in MkDocs Material during local live development to simplify highlighting code ( #9769 )
2023-06-30 18:23:02 +02:00
github-actions
0f390cd4b5
📝 Update release notes
2023-06-28 16:39:44 +00:00
github-actions
d409c05d6f
📝 Update release notes
2023-06-27 01:14:01 +00:00
github-actions
706d74b6ad
📝 Update release notes
2023-06-27 01:10:40 +00:00
github-actions
6c143b930d
📝 Update release notes
2023-06-27 01:07:03 +00:00
github-actions
dffca555ff
📝 Update release notes
2023-06-27 01:06:48 +00:00
github-actions
a95af94669
📝 Update release notes
2023-06-27 01:02:34 +00:00
github-actions
317cef3f8a
📝 Update release notes
2023-06-27 01:00:55 +00:00
github-actions
47524eee1b
📝 Update release notes
2023-06-26 16:03:19 +00:00
Sebastián Ramírez
872af100f5
📝 Fix form for the FastAPI and friends newsletter ( #9749 )
2023-06-26 18:02:34 +02:00
github-actions
d1c5c5c97c
📝 Update release notes
2023-06-26 14:06:24 +00:00
Sebastián Ramírez
ed297bb2e0
✨ Add Material for MkDocs Insiders features and cards ( #9748 )
...
* ➕ Add dependencies for MkDocs Insiders
* 🙈 Add Insider's .cache to .gitignore
* 🔧 Update MkDocs configs for Insiders
* 💄 Add custom Insiders card layout, while the custom logo is provided from upstream
* 🔨 Update docs.py script to dynamically enable insiders if it's installed
* 👷 Add cache for MkDocs Material Insiders' cards
* 🔊 Add a small log to the docs CLI
* 🔊 Tweak logs, only after exporting languages
* 🐛 Fix accessing non existing env var
* 🔧 Invalidate deps cache
* 🔧 Tweak cache IDs
* 👷 Update cache for installing insiders
* 🔊 Log insiders
* 💚 Invalidate cache
* 👷 Tweak cache keys
* 👷 Trigger CI and test cache
* 🔥 Remove cache comment
* ⚡ ️ Optimize cache usage for first runs of docs
* 👷 Tweak cache for MkDocs Material cards
* 💚 Trigger CI to test cache
2023-06-26 16:05:43 +02:00
github-actions
afc237ad53
📝 Update release notes
2023-06-25 12:57:53 +00:00
Sebastián Ramírez
b107b6a096
🔥 Remove languages without translations ( #9743 )
...
* 🔥 Remove lang directories for empty translations
* 🔥 Remove untranslated langs from main config
2023-06-25 14:57:19 +02:00
github-actions
be8e704e46
📝 Update release notes
2023-06-25 12:34:39 +00:00
Sebastián Ramírez
5656ed09ef
✨ Refactor docs for building scripts, use MkDocs hooks, simplify (remove) configs for languages ( #9742 )
...
* ✨ Add MkDocs hooks to re-use all config from en, and auto-generate missing docs files form en
* 🔧 Update MkDocs config for es
* 🔧 Simplify configs for all languages
* ✨ Compute available languages from MkDocs Material for config overrides in hooks
* 🔧 Update config for MkDocs for en, to make paths compatible for other languages
* ♻️ Refactor scripts/docs.py to remove all custom logic that is now handled by the MkDocs hooks
* 🔧 Remove ta language as it's incomplete (no translations and causing errors)
* 🔥 Remove ta lang, no translations available
* 🔥 Remove dummy overrides directories, no longer needed
* ✨ Use the same missing-translation.md file contents for hooks
* ⏪ ️ Restore and refactor new-lang command
* 📝 Update docs for contributing with new simplified workflow for translations
* 🔊 Enable logs so that MkDocs can show its standard output on the docs.py script
2023-06-25 14:33:58 +02:00
github-actions
c563b5bcf1
📝 Update release notes
2023-06-24 14:47:59 +00:00
Sebastián Ramírez
51d3a8ff12
🔨 Add MkDocs hook that renames sections based on the first index file ( #9737 )
2023-06-24 16:47:15 +02:00
github-actions
3aea9acc68
📝 Update release notes
2023-06-24 12:31:54 +00:00
github-actions
8cee653ad8
📝 Update release notes
2023-06-24 12:29:17 +00:00
github-actions
7d865c9487
📝 Update release notes
2023-06-24 00:00:47 +00:00
github-actions
2848951082
📝 Update release notes
2023-06-23 23:52:34 +00:00
github-actions
1471bc956c
📝 Update release notes
2023-06-23 18:17:17 +00:00
github-actions
5a3bbb62de
📝 Update release notes
2023-06-23 17:55:46 +00:00
Sebastián Ramírez
4721405ef7
🔖 Release version 0.98.0
2023-06-22 19:58:22 +02:00
Sebastián Ramírez
8066f85b3f
📝 Update release notes
2023-06-22 19:57:25 +02:00
github-actions
2ffb08d0bc
📝 Update release notes
2023-06-22 17:52:55 +00:00
github-actions
41d774ed6d
📝 Update release notes
2023-06-22 17:44:21 +00:00
github-actions
a01c2ca3dd
📝 Update release notes
2023-06-22 17:43:29 +00:00
github-actions
fdc713428e
📝 Update release notes
2023-06-22 17:26:46 +00:00
github-actions
586de94ca1
📝 Update release notes
2023-06-22 17:12:59 +00:00
github-actions
4842dfadcf
📝 Update release notes
2023-06-22 17:07:05 +00:00
я котик пур-пур
cfc06a3a3d
📝 Update docs on Pydantic using ujson internally ( #5804 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-06-22 17:06:25 +00:00
github-actions
c812b42293
📝 Update release notes
2023-06-22 17:04:50 +00:00
ivan-abc
68ce5b37dc
✏ Rewording in `docs/en/docs/tutorial/debugging.md` ( #9581 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-06-22 17:04:16 +00:00
github-actions
0dc9a377dc
📝 Update release notes
2023-06-22 17:02:08 +00:00
Pankaj Kumar
d82700c96d
✏️ Fix tooltips for light/dark theme toggler in docs ( #9588 )
2023-06-22 19:01:28 +02:00
github-actions
fafe670db6
📝 Update release notes
2023-06-22 16:53:00 +00:00
github-actions
e76dd3e70d
📝 Update release notes
2023-06-22 16:44:41 +00:00
Marcel Sander
e5f3d6a5eb
📝 Add german blog post (Domain-driven Design mit Python und FastAPI) ( #9261 )
2023-06-22 18:44:05 +02:00
github-actions
7217f167d4
📝 Update release notes
2023-06-22 16:41:05 +00:00
github-actions
762ede2bec
📝 Update release notes
2023-06-22 16:40:50 +00:00
jyothish-mohan
a3b1478221
✏️ Tweak wording in `docs/en/docs/tutorial/security/index.md` ( #9561 )
2023-06-22 18:40:32 +02:00
github-actions
b1f27c96c4
📝 Update release notes
2023-06-22 16:35:04 +00:00
github-actions
c7dad1bb59
📝 Update release notes
2023-06-22 16:33:28 +00:00
Alexandr
0ef164e1ee
📝 Update `Annotated` notes in `docs/en/docs/tutorial/schema-extra-example.md` ( #9620 )
...
Update for docs/tutorial/schema-extra-example.md
When working on the translation, I noticed that this page is missing the annotated tips that can be found in the rest of the documentation (I checked, and it's the only page where they're missing).
2023-06-22 18:32:53 +02:00
github-actions
fd6a78cbfe
📝 Update release notes
2023-06-22 16:20:40 +00:00
github-actions
2f0541f17a
📝 Update release notes
2023-06-22 16:18:54 +00:00
github-actions
847befdc1d
📝 Update release notes
2023-06-22 16:17:50 +00:00
github-actions
1182b36362
📝 Update release notes
2023-06-22 16:16:43 +00:00
github-actions
234cecb5bf
📝 Update release notes
2023-06-22 16:14:54 +00:00
github-actions
223ed67682
📝 Update release notes
2023-06-22 14:30:35 +00:00
github-actions
09319d6271
📝 Update release notes
2023-06-22 14:29:41 +00:00
github-actions
7505f24f2e
📝 Update release notes
2023-06-22 11:47:12 +00:00
github-actions
a2aede32b4
📝 Update release notes
2023-06-22 11:43:21 +00:00
Ricardo Castro
7c66ec8a8b
✏️ Fix typo `Annotation` -> `Annotated` in `docs/en/docs/tutorial/query-params-str-validations.md` ( #9625 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-06-22 11:42:48 +00:00
github-actions
d47eea9bb6
📝 Update release notes
2023-06-22 11:35:49 +00:00
github-actions
3279f0ba63
📝 Update release notes
2023-06-22 11:32:46 +00:00
github-actions
05c5ce3689
📝 Update release notes
2023-06-22 11:26:45 +00:00
github-actions
2f048f7199
📝 Update release notes
2023-06-22 11:20:49 +00:00
Harsha Laxman
2cef119cd7
📝 Use in memory database for testing SQL in docs ( #1223 )
...
Co-authored-by: Harsha Laxman <harsh@Harshas-MacBook-Pro.local>
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-22 11:20:12 +00:00
github-actions
dd1c2018dc
📝 Update release notes
2023-06-22 10:38:27 +00:00
github-actions
b7ce10079e
📝 Update release notes
2023-06-19 12:34:13 +00:00
Sebastián Ramírez
87d5870314
🔧 Update sponsors, add Flint ( #9699 )
...
* 🔧 Set up sponsor Flint
* 🔧 Add configs for Flint sponsor
2023-06-19 12:33:32 +00:00
github-actions
49bc3e0873
📝 Update release notes
2023-06-16 14:49:35 +00:00
Sebastián Ramírez
32935103b1
🔖 Release version 0.97.0
2023-06-12 00:50:06 +02:00
Sebastián Ramírez
395ece75aa
📝 Update release notes
2023-06-12 00:49:35 +02:00
github-actions
e958d30d1d
📝 Update release notes
2023-06-11 22:47:16 +00:00
github-actions
3289796286
📝 Update release notes
2023-06-11 22:38:17 +00:00
github-actions
ba882c10fe
📝 Update release notes
2023-06-11 22:16:38 +00:00
github-actions
3390a82832
📝 Update release notes
2023-06-11 22:09:33 +00:00
github-actions
32cefb9bff
📝 Update release notes
2023-06-11 21:49:52 +00:00
github-actions
df58ecdee2
📝 Update release notes
2023-06-11 21:38:54 +00:00
Sebastián Ramírez
6595658324
⬇️ Separate requirements for development into their own requirements.txt files, they shouldn't be extras ( #9655 )
2023-06-11 23:38:15 +02:00
github-actions
c8b729aea7
📝 Update release notes
2023-06-11 20:36:12 +00:00
github-actions
ee96a099d8
📝 Update release notes
2023-06-11 19:08:50 +00:00
Sebastián Ramírez
f5e2dd8025
📝 Update release notes
2023-06-11 00:03:27 +02:00
Sebastián Ramírez
19347bfc3c
🔖 Release version 0.96.1
2023-06-10 23:51:40 +02:00
Sebastián Ramírez
20d93fad94
📝 Update release notes
2023-06-10 23:50:09 +02:00
github-actions
58e50622de
📝 Update release notes
2023-06-10 20:58:55 +00:00
Sebastián Ramírez
4ac8b8e443
🔧 Add sponsor Platform.sh ( #9650 )
2023-06-10 22:58:15 +02:00
github-actions
3d162455a7
📝 Update release notes
2023-06-10 20:49:25 +00:00
github-actions
4c64c15ead
📝 Update release notes
2023-06-10 20:37:02 +00:00
github-actions
9b14107695
📝 Update release notes
2023-06-10 20:31:03 +00:00
github-actions
6fe26b5689
📝 Update release notes
2023-06-10 20:29:47 +00:00
github-actions
ca8ddb2893
📝 Update release notes
2023-06-10 17:23:47 +00:00
github-actions
ae5c51afa6
📝 Update release notes
2023-06-10 17:06:14 +00:00
Marcelo Trylesinski
19757d1859
🔥 Remove link to Pydantic's benchmark, as it was removed there ( #5811 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-06-10 19:05:42 +02:00
github-actions
e645a2db1b
📝 Update release notes
2023-06-10 17:05:03 +00:00
github-actions
503cec5649
📝 Update release notes
2023-06-10 16:03:40 +00:00
github-actions
2c7a0aca95
📝 Update release notes
2023-06-10 14:26:29 +00:00
github-actions
d189c38aaf
📝 Update release notes
2023-06-10 12:06:21 +00:00
github-actions
4b31beef35
📝 Update release notes
2023-06-08 18:31:33 +00:00
github-actions
155fc5e24e
📝 Update release notes
2023-06-07 20:44:47 +00:00
Sebastián Ramírez
1574c96231
🔖 Release version 0.96.0
2023-06-03 16:29:23 +02:00
Sebastián Ramírez
99ed2a227f
📝 Update release notes
2023-06-03 16:28:37 +02:00
github-actions
6b72d54136
📝 Update release notes
2023-06-03 14:20:32 +00:00
github-actions
4d5e40190b
📝 Update release notes
2023-06-03 14:19:04 +00:00
github-actions
b086b6580d
📝 Update release notes
2023-06-03 14:15:41 +00:00
github-actions
47c13874a0
📝 Update release notes
2023-06-03 14:06:48 +00:00
github-actions
ede2b53a0f
📝 Update release notes
2023-06-03 14:06:02 +00:00
github-actions
8e1280bf87
📝 Update release notes
2023-06-03 14:01:51 +00:00
github-actions
5d2942f8fd
📝 Update release notes
2023-06-03 13:58:16 +00:00
github-actions
ee017fdffa
📝 Update release notes
2023-06-03 13:58:09 +00:00
github-actions
d5b588f246
📝 Update release notes
2023-06-03 13:57:42 +00:00
github-actions
1ecc9a1810
📝 Update release notes
2023-06-03 13:56:26 +00:00
github-actions
f0b4d590af
📝 Update release notes
2023-06-03 13:56:16 +00:00
github-actions
beedcd90c7
📝 Update release notes
2023-06-03 13:56:02 +00:00
github-actions
f2b0670f04
📝 Update release notes
2023-06-03 13:55:50 +00:00
github-actions
795419ceee
📝 Update release notes
2023-06-03 13:54:48 +00:00
github-actions
2c091aa0a4
📝 Update release notes
2023-06-03 13:52:14 +00:00
Sebastián Ramírez
68809d6f97
🔧 Update sponsors, remove InvestSuite ( #9612 )
2023-06-03 13:51:39 +00:00
github-actions
3c7a4b568c
📝 Update release notes
2023-06-03 13:38:23 +00:00
Lemonyte
ffb818970f
✏️ Fix typo in Deta deployment tutorial ( #9501 )
...
Fix typo (Data -> Deta)
2023-06-03 14:32:40 +02:00
github-actions[bot]
e0961cbd1c
👥 Update FastAPI People ( #9602 )
...
Co-authored-by: github-actions <github-actions@github.com>
2023-06-03 14:09:57 +02:00
Sebastián Ramírez
8cc967a760
🔖 Release version 0.95.2
2023-05-16 15:39:43 +02:00
Sebastián Ramírez
6d235d1fe1
📝 Update release notes
2023-05-16 15:38:23 +02:00
github-actions
66259ddbb5
📝 Update release notes
2023-05-16 13:30:24 +00:00
github-actions
d59c27d017
📝 Update release notes
2023-05-09 14:32:48 +00:00
Samuel Colvin
5100a98ccd
🐛 Fix `flask.escape` warning for internal tests ( #9468 )
...
* fix flask.escape warning
* 📝 Fix highlight in docs for WSGI
---------
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-05-09 14:32:00 +00:00
github-actions
fe55402776
📝 Update release notes
2023-05-08 21:36:55 +00:00
github-actions
028e7cad67
📝 Update release notes
2023-05-08 21:08:08 +00:00
Bighneswar Parida
724060df43
📝 Update Deta deployment tutorial for compatibility with Deta Space ( #6004 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Lemonyte <49930425+lemonyte@users.noreply.github.com>
Co-authored-by: xeust <maxeust@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-05-08 14:32:02 +02:00
github-actions
490bde7169
📝 Update release notes
2023-05-08 11:18:04 +00:00
github-actions
3f5cfdc3fe
📝 Update release notes
2023-05-08 11:17:05 +00:00
github-actions
bdb32bfe03
📝 Update release notes
2023-05-08 11:16:10 +00:00
Saleumsack KEOBOUALAY
ed1f93f803
🌐 Add setup for translations to Lao ( #9396 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-05-08 13:15:37 +02:00
github-actions
33fa1b0927
📝 Update release notes
2023-05-08 11:14:57 +00:00
github-actions
778b909cc1
📝 Update release notes
2023-05-08 11:11:35 +00:00
github-actions
60ef67a66b
📝 Update release notes
2023-05-02 06:28:23 +00:00
MariiaRomaniuk
055cf356ca
✏ Fix command to install requirements in Windows ( #9445 )
...
fix command to install requirements
2023-05-01 23:27:49 -07:00
github-actions
8ac8d70d52
📝 Update release notes
2023-04-25 19:12:33 +00:00
github-actions
0ef0aa55b0
📝 Update release notes
2023-04-25 19:08:41 +00:00
Evzen Ptacek
0e75981bd0
🌐 Initiate Czech translation setup ( #9288 )
...
Initiate Czech translation setup
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-04-25 12:08:01 -07:00
github-actions
1bc156482f
📝 Update release notes
2023-04-25 18:46:57 +00:00
github-actions
bd51832394
📝 Update release notes
2023-04-25 18:45:08 +00:00
github-actions
7f3e0fe8a7
📝 Update release notes
2023-04-25 18:28:42 +00:00
github-actions
bde0316227
📝 Update release notes
2023-04-25 18:27:12 +00:00
github-actions
a73570a832
📝 Update release notes
2023-04-25 18:26:51 +00:00
Sebastián Ramírez
c81e136d75
🔖 Release version 0.95.1
2023-04-13 12:04:52 -07:00
Sebastián Ramírez
79846b2d2b
📝 Update release notes
2023-04-13 12:04:11 -07:00
github-actions
1ccc5a862b
📝 Update release notes
2023-04-13 18:58:35 +00:00
Geoff Dworkin
8df86309c8
📝 Add notification message warning about old versions of FastAPI not supporting `Annotated` ( #9298 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-04-13 18:57:59 +00:00