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
github-actions
925ba5c652
📝 Update release notes
2023-04-13 18:44:47 +00:00
Leonardo Marinho de Melo Júnior
1bb998d516
📝 Fix typo in `docs/en/docs/advanced/behind-a-proxy.md` ( #5681 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-04-13 18:44:09 +00:00
github-actions
89fd635925
📝 Update release notes
2023-04-13 18:38:01 +00:00
github-actions
bf9bb08b28
📝 Update release notes
2023-04-13 18:34:43 +00:00
Armen Gabrielyan
75f59c46d5
✏️ Fix format, remove unnecessary asterisks in `docs/en/docs/help-fastapi.md` ( #9249 )
...
✏️ Remove unnecessary asterisks from help doc
2023-04-13 11:34:04 -07:00
github-actions
fe975b0031
📝 Update release notes
2023-04-13 18:33:37 +00:00
github-actions
acd4c11282
📝 Update release notes
2023-04-13 18:30:56 +00:00
tim-habitat
08ba3a98a3
✏ Fix typo/bug in inline code example in `docs/en/docs/tutorial/query-params-str-validations.md` ( #9273 )
2023-04-13 11:30:21 -07:00
github-actions
0cc8e9cf31
📝 Update release notes
2023-04-13 18:29:28 +00:00
Aadarsha Shrestha
8ca7c5c29d
✏ Fix typo in `docs/en/docs/tutorial/path-params-numeric-validations.md` ( #9282 )
2023-04-13 11:28:52 -07:00
github-actions
cd6150806f
📝 Update release notes
2023-04-13 18:21:50 +00:00
dasstyxx
571b5c6f0c
✏ Fix typo: 'wll' to 'will' in `docs/en/docs/tutorial/query-params-str-validations.md` ( #9380 )
2023-04-13 11:21:17 -07:00
github-actions
c1f41fc5fe
📝 Update release notes
2023-04-13 18:18:19 +00:00
github-actions
6e129dbaaf
📝 Update release notes
2023-04-13 18:17:46 +00:00
Sebastián Ramírez
dfe58433c0
🔧 Update sponsors: remove Jina ( #9388 )
...
🔧 Remove Jina sponsor
2023-04-13 11:17:05 -07:00
github-actions
1267736d9f
📝 Update release notes
2023-04-13 18:16:07 +00:00
github-actions
d1f1425392
📝 Update release notes
2023-04-13 18:13:26 +00:00
github-actions
d824a5ca9b
📝 Update release notes
2023-04-13 18:12:59 +00:00
github-actions
4b9e9e40b5
📝 Update release notes
2023-04-13 18:07:18 +00:00
github-actions
c6be4c6d65
📝 Update release notes
2023-04-13 18:05:11 +00:00
github-actions
9bdb8cc45a
📝 Update release notes
2023-04-13 18:03:28 +00:00
github-actions
48e9d87e7e
📝 Update release notes
2023-04-13 18:01:31 +00:00
github-actions
d82809d90d
📝 Update release notes
2023-04-13 18:00:28 +00:00
github-actions
c4128e7f5a
📝 Update release notes
2023-04-13 17:58:46 +00:00
github-actions
08f049208e
📝 Update release notes
2023-04-13 17:52:45 +00:00
github-actions
3eac0a4a87
📝 Update release notes
2023-04-13 17:49:59 +00:00
github-actions
6ce6c8954c
📝 Update release notes
2023-04-10 18:28:00 +00:00
github-actions
ac4bf3b5eb
📝 Update release notes
2023-04-10 18:16:44 +00:00
Sebastián Ramírez
6ab811763f
🔧 Update sponsors, add databento, remove Ines's course and StriveWorks ( #9351 )
2023-04-05 17:09:04 +02:00
LeeeeT
d4e85da18b
🌐 🔠 📄 🐢 Translate docs to Emoji 🥳 🎉 💥 🤯 🤯 ( #5385 )
...
* 🌐 💬 🩺 🦲
* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
* 🛠️ 😊
* ♻️ Rename emoji lang from emj to em, and main docs name as 😉
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Axd1x8a <26704473+FeeeeK@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-04-01 11:26:04 +02:00
Sebastián Ramírez
d666ccb622
🔖 Release version 0.95.0
2023-03-18 20:37:42 +01:00
Sebastián Ramírez
38f0cad517
📝 Tweak release notes
2023-03-18 20:37:20 +01:00
Sebastián Ramírez
bd90bed02a
📝 Update release notes
2023-03-18 20:24:12 +01:00
github-actions
546392db98
📝 Update release notes
2023-03-18 19:08:30 +00:00
Sebastián Ramírez
0bc87ec77c
📝 Tweak tip recommending `Annotated` in docs ( #9270 )
...
📝 Tweak tip recommending Annotated
2023-03-18 19:07:53 +00:00
Sebastián Ramírez
fbfd53542e
📝 Update release notes
2023-03-18 19:46:47 +01:00
github-actions
994ea1ad33
📝 Update release notes
2023-03-18 16:16:37 +00:00
Sebastián Ramírez
69673548bc
📝 Update order of examples, latest Python version first, and simplify version tab names ( #9269 )
...
* 📝 Simplify names in Python versions in tabs in docs
* 📝 Update docs for Types Intro, explain Python 3.6+, Python 3.9+, Python 3.10+
* 📝 Re-order all Python examples, show latest Python versions first
2023-03-18 17:16:02 +01:00
github-actions
166d348ea6
📝 Update release notes
2023-03-18 12:30:38 +00:00
Sebastián Ramírez
9eaed2eb37
📝 Update all docs to use `Annotated` as the main recommendation, with new examples and tests ( #9268 )
...
* 🍱 Add new source examples with Annotated for Query Params and String Validations
* 📝 Add new docs with Annotated for Query Params and String Validations
* 🚚 Rename incorrectly named tests for Query Params and str validations
* ✅ Add new tests with Annotated for Query Params and Sring Validations examples
* 🍱 Add new examples with Annotated for Intro to Python Types
* 📝 Update Python Types Intro, include Annotated
* 🎨 Fix formatting in Query params and string validation, and highlight
* 🍱 Add new Annotated source examples for Path Params and Numeric Validations
* 📝 Update docs for Path Params and Numeric Validations with Annotated
* 🍱 Add new source examples with Annotated for Body - Multiple Params
* 📝 Update docs with Annotated for Body - Multiple Parameters
* ✅ Add test for new Annotated examples in Body - Multiple Parameters
* 🍱 Add new Annotated source examples for Body Fields
* 📝 Update docs for Body Fields with new Annotated examples
* ✅ Add new tests for new Annotated examples for Body Fields
* 🍱 Add new Annotated source examples for Schema Extra (Example Data)
* 📝 Update docs for Schema Extra with Annotated
* ✅ Add tests for new Annotated examples for Schema Extra
* 🍱 Add new Annnotated source examples for Extra Data Types
* 📝 Update docs with Annotated for Extra Data Types
* ✅ Add tests for new Annotated examples for Extra Data Types
* 🍱 Add new Annotated source examples for Cookie Parameters
* 📝 Update docs for Cookie Parameters with Annotated examples
* ✅ Add tests for new Annotated source examples in Cookie Parameters
* 🍱 Add new Annotated examples for Header Params
* 📝 Update docs with Annotated examples for Header Parameters
* ✅ Add tests for new Annotated examples for Header Params
* 🍱 Add new Annotated examples for Form Data
* 📝 Update Annotated docs for Form Data
* ✅ Add tests for new Annotated examples in Form Data
* 🍱 Add new Annotated source examples for Request Files
* 📝 Update Annotated docs for Request Files
* ✅ Test new Annotated examples for Request Files
* 🍱 Add new Annotated source examples for Request Forms and Files
* ✅ Add tests for new Anotated examples for Request Forms and Files
* 🍱 Add new Annotated source examples for Dependencies and Advanced Dependencies
* ✅ Add tests for new Annotated dependencies
* 📝 Add new docs for using Annotated with dependencies including type aliases
* 📝 Update docs for Classes as Dependencies with Annotated
* 📝 Update docs for Sub-dependencies with Annotated
* 📝 Update docs for Dependencies in path operation decorators with Annotated
* 📝 Update docs for Global Dependencies with Annotated
* 📝 Update docs for Dependencies with yield with Annotated
* 🎨 Update format in example for dependencies with Annotated
* 🍱 Add source examples with Annotated for Security
* ✅ Add tests for new Annotated examples for security
* 📝 Update docs for Security - First Steps with Annotated
* 📝 Update docs for Security: Get Current User with Annotated
* 📝 Update docs for Simple OAuth2 with Password and Bearer with Annotated
* 📝 Update docs for OAuth2 with Password (and hashing), Bearer with JWT tokens with Annotated
* 📝 Update docs for Request Forms and Files with Annotated
* 🍱 Add new source examples for Bigger Applications with Annotated
* ✅ Add new tests for Bigger Applications with Annotated
* 📝 Update docs for Bigger Applications - Multiple Files with Annotated
* 🍱 Add source examples for background tasks with Annotated
* 📝 Update docs for Background Tasks with Annotated
* ✅ Add test for Background Tasks with Anotated
* 🍱 Add new source examples for docs for Testing with Annotated
* 📝 Update docs for Testing with Annotated
* ✅ Add tests for Annotated examples for Testing
* 🍱 Add new source examples for Additional Status Codes with Annotated
* ✅ Add tests for new Annotated examples for Additional Status Codes
* 📝 Update docs for Additional Status Codes with Annotated
* 📝 Update docs for Advanced Dependencies with Annotated
* 📝 Update docs for OAuth2 scopes with Annotated
* 📝 Update docs for HTTP Basic Auth with Annotated
* 🍱 Add source examples with Annotated for WebSockets
* ✅ Add tests for new Annotated examples for WebSockets
* 📝 Update docs for WebSockets with new Annotated examples
* 🍱 Add source examples with Annotated for Settings and Environment Variables
* 📝 Update docs for Settings and Environment Variables with Annotated
* 🍱 Add new source examples for testing dependencies with Annotated
* ✅ Add tests for new examples for testing dependencies
* 📝 Update docs for testing dependencies with new Annotated examples
* ✅ Update and fix marker for Python 3.9 test
* 🔧 Update Ruff ignores for source examples in docs
* ✅ Fix some tests in the grid for Python 3.9 (incorrectly testing 3.10)
* 🔥 Remove source examples and tests for (non existent) docs section about Annotated, as it's covered in all the rest of the docs
2023-03-18 13:29:59 +01:00
github-actions
f63b3ad53e
📝 Update release notes
2023-03-17 20:36:26 +00:00
Sebastián Ramírez
ef176c6631
🔖 Release version 0.94.1
2023-03-14 03:27:11 +01:00
github-actions
7b7e86a307
📝 Update release notes
2023-03-14 02:19:50 +00:00
Sebastián Ramírez
392ffaae43
🔖 Release version 0.94.0
2023-03-10 20:00:49 +01:00
Sebastián Ramírez
202ee0497a
📝 Update release notes
2023-03-10 20:00:09 +01:00
github-actions
321e873c95
📝 Update release notes
2023-03-10 18:57:58 +00:00
github-actions
4860631468
📝 Update release notes
2023-03-10 18:57:42 +00:00
github-actions
3e3278ed3f
📝 Update release notes
2023-03-10 18:51:19 +00:00
github-actions
59f91db1d2
📝 Update release notes
2023-03-10 18:49:54 +00:00
github-actions
253d58bc5c
📝 Update release notes
2023-03-10 18:48:20 +00:00
github-actions
c26db94a90
📝 Update release notes
2023-03-10 18:43:10 +00:00
github-actions
d5b0cc9f58
📝 Update release notes
2023-03-10 18:32:12 +00:00
github-actions
fd3bfe9f50
📝 Update release notes
2023-03-10 18:27:50 +00:00
Steven Eubank
1fea9c5626
📝 Update Sentry link in docs ( #9218 )
2023-03-10 19:27:10 +01:00
github-actions
d783463ebd
📝 Update release notes
2023-03-10 18:24:42 +00:00
Sebastián Ramírez
8a4cfa52af
⬆️ Upgrade Starlette version, support new `lifespan` with state ( #9239 )
2023-03-10 19:24:04 +01:00
Sebastián Ramírez
25382d2d19
🔖 Release version 0.93.0
2023-03-07 17:06:47 +01:00
Sebastián Ramírez
b9bb441b23
📝 Update release notes
2023-03-07 17:04:40 +01:00
github-actions
e33f30a607
📝 Update release notes
2023-03-07 15:46:37 +00:00
Jordan Speicher
cc9a73c3f8
✨ Add support for `lifespan` async context managers (superseding `startup` and `shutdown` events) ( #2944 )
...
Co-authored-by: Mike Shantz <mshantz@coldstorage.com>
Co-authored-by: Jonathan Plasse <13716151+JonathanPlasse@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-03-07 16:46:00 +01:00
github-actions
66e03c816b
📝 Update release notes
2023-03-06 19:32:19 +00:00
gusty1g
639cf3440a
🌐 Tamil translations - initial setup ( #5564 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-03-06 20:31:37 +01:00
github-actions
2f1b856fe6
📝 Update release notes
2023-03-06 16:29:17 +00:00
github-actions
40c2c44ff9
📝 Update release notes
2023-03-06 16:27:29 +00:00
github-actions
9b83a00c40
📝 Update release notes
2023-03-04 12:52:10 +00:00
har8
83012a9cf6
🌐 Initiate Armenian translation setup ( #5844 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-03-04 12:51:37 +00:00
github-actions
8625189351
📝 Update release notes
2023-03-04 12:43:32 +00:00
eykamp
e570371003
✏ Fix formatting in `docs/en/docs/tutorial/metadata.md` for `ReDoc` ( #6005 )
2023-03-04 13:42:55 +01:00
Aayush Chhabra
4d099250f6
✏ Fix typo in `docs/en/docs/tutorial/bigger-applications.md`, "codes" to "code" ( #5990 )
...
Typo in docs: it should be code instead of codes
2023-03-04 13:17:21 +01:00
github-actions
9ef46a2299
📝 Update release notes
2023-03-04 12:02:42 +00:00
github-actions
03bb7c166c
📝 Update release notes
2023-03-04 11:45:13 +00:00
github-actions
83050bead6
📝 Update release notes
2023-03-04 10:40:08 +00:00
github-actions
4b95025d44
📝 Update release notes
2023-03-04 07:35:11 +00:00
Sebastián Ramírez
ff64772dd1
🔧 Update sponsors-badges ( #9182 )
2023-03-04 07:34:39 +00:00
github-actions
e8fd74e737
📝 Update release notes
2023-03-04 07:30:07 +00:00
github-actions[bot]
87842ac0db
👥 Update FastAPI People ( #9181 )
...
Co-authored-by: github-actions <github-actions@github.com>
2023-03-04 08:29:30 +01:00
github-actions
7674da89d3
📝 Update release notes
2023-03-02 15:11:54 +00:00
github-actions
97effae92d
📝 Update release notes
2023-03-02 13:07:40 +00:00
github-actions
be54d44b0c
📝 Update release notes
2023-03-01 13:22:41 +00:00
github-actions
7b3727e03e
📝 Update release notes
2023-02-21 10:24:13 +00:00
Sebastián Ramírez
a270ab0c3f
⬆️ Upgrade analytics ( #6025 )
2023-02-21 11:23:37 +01:00
github-actions
f6f39d8714
📝 Update release notes
2023-02-16 18:51:02 +00:00
Sebastián Ramírez
6879082b36
🔖 Release version 0.92.0
2023-02-14 10:17:53 +01:00
Sebastián Ramírez
52ca6cb95b
📝 Update release notes
2023-02-14 10:17:08 +01:00
github-actions
9e283ef66b
📝 Update release notes
2023-02-14 09:13:56 +00:00
Sebastián Ramírez
2ca77f9a4d
🔖 Release version 0.91.0
2023-02-10 15:33:25 +01:00
Sebastián Ramírez
3c05189b06
📝 Update release notes
2023-02-10 15:32:23 +01:00
github-actions
a04acf6900
📝 Update release notes
2023-02-10 14:13:57 +00:00
Sebastián Ramírez
6e94ec2bf0
🔖 Release version 0.90.1
2023-02-09 20:41:40 +01:00
Sebastián Ramírez
e85c109bcd
📝 Update release notes
2023-02-09 20:40:53 +01:00
github-actions
445e611a29
📝 Update release notes
2023-02-09 19:37:21 +00:00
github-actions
5ed70f285b
📝 Update release notes
2023-02-09 19:35:40 +00:00
Chandra Deb
d6fb9429d2
✏ Tweak wording to clarify `docs/en/docs/project-generation.md` ( #5930 )
2023-02-09 20:35:01 +01:00
github-actions
9a5147382e
📝 Update release notes
2023-02-09 19:29:30 +00:00
Yasser Tahiri
99deead7fc
✏ Update Pydantic GitHub URLs ( #5952 )
2023-02-09 20:28:54 +01:00
github-actions
18e6c3ff6a
📝 Update release notes
2023-02-09 19:27:57 +00:00
github-actions
79eed9d7d9
📝 Update release notes
2023-02-09 18:58:23 +00:00
Sebastián Ramírez
e37d504e27
📝 Add opinion from Cisco ( #5981 )
2023-02-09 18:57:49 +00:00
github-actions
70688eb7b2
📝 Update release notes
2023-02-09 18:47:16 +00:00
Sebastián Ramírez
148bcf5ce4
🔖 Release version 0.90.0
2023-02-08 11:30:01 +01:00
Sebastián Ramírez
e4c8df062b
📝 Update release notes
2023-02-08 11:28:55 +01:00
github-actions
b313f86338
📝 Update release notes
2023-02-08 10:23:46 +00:00
github-actions
58757f63af
📝 Update release notes
2023-02-07 16:51:06 +00:00
Leon
88dc4ce3d7
📝 Add article "Tortoise ORM / FastAPI 整合快速筆記" to External Links ( #5496 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-02-07 16:50:02 +00:00
github-actions
c9d3656a6e
📝 Update release notes
2023-02-07 16:46:40 +00:00
github-actions
9cb2586499
📝 Update release notes
2023-02-07 13:33:51 +00:00
github-actions
6e3c707c60
📝 Update release notes
2023-02-07 13:28:45 +00:00
github-actions
a4f3bc5a69
📝 Update release notes
2023-02-07 13:10:13 +00:00
github-actions
05342cc264
📝 Update release notes
2023-02-07 13:09:45 +00:00
github-actions
23d0efa894
📝 Update release notes
2023-02-07 13:05:18 +00:00
github-actions
c59539913d
📝 Update release notes
2023-02-03 17:56:25 +00:00
github-actions[bot]
7a64587d7f
👥 Update FastAPI People ( #5954 )
...
Co-authored-by: github-actions <github-actions@github.com>
2023-02-03 18:55:25 +01:00
github-actions
62fc0b4923
📝 Update release notes
2023-02-03 17:55:03 +00:00
Sebastián Ramírez
fc7da62005
📝 Micro-tweak help docs ( #5960 )
2023-02-03 17:54:22 +00:00
github-actions
40df42f5c7
📝 Update release notes
2023-01-31 14:03:27 +00:00
github-actions
73920366e5
📝 Update release notes
2023-01-30 16:50:10 +00:00
Sebastián Ramírez
682067cab2
📝 Recommend GitHub Discussions for questions ( #5944 )
2023-01-30 16:49:32 +00:00
github-actions
ca30b92dd7
📝 Update release notes
2023-01-30 16:24:22 +00:00
Sebastián Ramírez
72b542d90a
🔧 Update sponsors badges ( #5943 )
2023-01-30 16:23:43 +00:00
github-actions
9012ab8bcd
📝 Update release notes
2023-01-30 15:16:30 +00:00
github-actions
7c23bbd96f
📝 Update release notes
2023-01-30 15:10:29 +00:00
github-actions
4e29835609
📝 Update release notes
2023-01-24 14:30:38 +00:00
github-actions
cd1ee83435
📝 Update release notes
2023-01-23 14:24:31 +00:00
Sebastián Ramírez
fe74890b4b
🔧 Update Sponsor Budget Insight to Powens ( #5916 )
2023-01-23 14:23:53 +00:00
github-actions
97a2ebc219
📝 Update release notes
2023-01-23 14:13:39 +00:00
Sebastián Ramírez
805226c2b0
🔧 Update GitHub Sponsors badge data ( #5915 )
2023-01-23 14:13:03 +00:00
Sebastián Ramírez
5905c3f740
🔖 Release version 0.89.1
2023-01-10 20:31:23 +04:00
Sebastián Ramírez
00f3c831f3
📝 Update release notes
2023-01-10 20:30:10 +04:00
github-actions
e84cb6663e
📝 Update release notes
2023-01-10 16:23:24 +00:00
Sebastián Ramírez
fb8e9083f4
📝 Update docs and examples for Response Model with Return Type Annotations, and update runtime error ( #5873 )
2023-01-10 16:22:47 +00:00
github-actions
6b83525ff4
📝 Update release notes
2023-01-10 12:46:04 +00:00
github-actions
53973f7f94
📝 Update release notes
2023-01-10 12:38:39 +00:00
github-actions
52a84175c1
📝 Update release notes
2023-01-10 12:34:24 +00:00
Raf Rasenberg
929289b630
📝 Add External Link: FastAPI lambda container: serverless simplified ( #5784 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-01-10 16:33:36 +04:00
Sebastián Ramírez
69bd7d8501
🔖 Release version 0.89.0
2023-01-07 21:17:10 +04:00
Sebastián Ramírez
a6af7c27f8
📝 Update release notes
2023-01-07 21:15:11 +04:00
github-actions
aa6a8e5d49
📝 Update release notes
2023-01-07 17:05:20 +00:00
github-actions
681e5c0199
📝 Update release notes
2023-01-07 17:02:15 +00:00
github-actions
eb39b0f8f8
📝 Update release notes
2023-01-07 17:01:58 +00:00
Xhy-5000
27ce2e2108
📝 Add External Link: Authorization on FastAPI with Casbin ( #5712 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-01-07 21:01:38 +04:00
github-actions
5c6d7b2ff3
📝 Update release notes
2023-01-07 16:57:45 +00:00
Nonso Mgbechi
78813a543d
✏ Fix typo in `docs/en/docs/async.md` ( #5785 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-01-07 20:56:58 +04:00
github-actions
903e3be3b8
📝 Update release notes
2023-01-07 16:56:07 +00:00
github-actions
d202598c71
📝 Update release notes
2023-01-07 15:35:51 +00:00
github-actions[bot]
2dfdcea69a
👥 Update FastAPI People ( #5825 )
...
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-01-07 15:35:14 +00:00
github-actions
789d649fba
📝 Update release notes
2023-01-07 15:31:38 +00:00
Kelby Faessler
bea1fdd2eb
✏ Fix typo in `docs/en/docs/deployment/concepts.md` ( #5824 )
2023-01-07 19:31:03 +04:00
github-actions
929c700117
📝 Update release notes
2023-01-07 15:13:27 +00:00
github-actions
adef9f4c02
📝 Update release notes
2023-01-07 15:08:57 +00:00
github-actions
9812116dc7
📝 Update release notes
2023-01-07 14:55:35 +00:00
github-actions
59d654672f
📝 Update release notes
2023-01-07 14:46:09 +00:00
github-actions
3c20b6e42b
📝 Update release notes
2023-01-07 14:34:13 +00:00
github-actions
1be95ba02d
📝 Update release notes
2023-01-07 14:21:59 +00:00
github-actions
a3edc76051
📝 Update release notes
2023-01-07 14:14:07 +00:00
Sebastián Ramírez
d70eef825e
🔧 Update sponsors, add Svix ( #5848 )
2023-01-07 14:13:34 +00:00
github-actions
679aee85ce
📝 Update release notes
2023-01-07 13:59:26 +00:00
Sebastián Ramírez
cb35e275e3
🔧 Remove Doist sponsor ( #5847 )
2023-01-07 13:58:46 +00:00
github-actions
18d087f9c6
📝 Update release notes
2023-01-07 13:46:24 +00:00
Yurii Karabas
d0573f5713
✨ Add support for function return type annotations to declare the `response_model` ( #1436 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-01-07 17:45:48 +04:00
github-actions
efc12c5cdb
📝 Update release notes
2022-12-16 20:25:51 +00:00
github-actions
10500dbc03
📝 Update release notes
2022-12-16 19:11:14 +00:00
github-actions
dc9fb1305a
📝 Update release notes
2022-12-16 18:11:45 +00:00
github-actions
97f04ab58c
📝 Update release notes
2022-12-03 22:26:17 +00:00
github-actions
5f1cc3a5ff
📝 Update release notes
2022-12-02 17:23:12 +00:00
github-actions[bot]
41db4cba4c
👥 Update FastAPI People ( #5722 )
...
Co-authored-by: github-actions <github-actions@github.com>
2022-12-02 18:22:33 +01:00
github-actions
83bcdc40d8
📝 Update release notes
2022-11-29 18:06:22 +00:00
Sebastián Ramírez
8bdab084f9
🔧 Update sponsors, disable course bundle ( #5713 )
2022-11-29 19:05:40 +01:00
github-actions
5c4054ab8a
📝 Update release notes
2022-11-28 07:13:14 +00:00
Sebastián Ramírez
612b8ff168
🔖 Release version 0.88.0
2022-11-27 15:50:32 +01:00
Sebastián Ramírez
46bb5d2c4b
📝 Update release notes
2022-11-27 15:49:33 +01:00
github-actions
c458ca6f07
📝 Update release notes
2022-11-27 14:46:48 +00:00
github-actions
89ec1f2d36
📝 Update release notes
2022-11-27 14:23:13 +00:00
github-actions
128c925c35
📝 Update release notes
2022-11-27 14:22:41 +00:00
github-actions
991db7b05a
📝 Update release notes
2022-11-27 14:14:28 +00:00
github-actions
99d8470a8e
📝 Update release notes
2022-11-27 14:00:09 +00:00
github-actions
91e5a5d1cf
📝 Update release notes
2022-11-27 13:53:52 +00:00
github-actions
0b53ee505b
📝 Update release notes
2022-11-27 13:40:03 +00:00
github-actions
c77384fc8f
📝 Update release notes
2022-11-27 13:12:12 +00:00
github-actions
ec30c3001d
📝 Update release notes
2022-11-25 11:39:33 +00:00
github-actions
0eb05cabbf
📝 Update release notes
2022-11-22 13:30:37 +00:00
Muhammad Abdur Rakib
6883f362a5
✏️ Fix typo in docs for `docs/en/docs/advanced/middleware.md` ( #5376 )
...
Fix typo in documentation
A full-stop was missing in `TrustedHostMiddleware` section
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-11-22 13:29:57 +00:00
github-actions
4638b2c64e
📝 Update release notes
2022-11-13 22:07:03 +00:00
Sebastián Ramírez
da1c67338f
🔖 Release version 0.87.0
2022-11-13 22:27:53 +01:00
Sebastián Ramírez
46a509649d
📝 Update release notes
2022-11-13 22:26:43 +01:00
github-actions
1d416c4c53
📝 Update release notes
2022-11-13 20:51:19 +00:00
github-actions
5a63f660de
📝 Update release notes
2022-11-13 20:30:05 +00:00
Sebastián Ramírez
9c483505e3
✏️ Tweak Help FastAPI from PR review after merging ( #5633 )
2022-11-13 20:29:23 +00:00
github-actions
ad0e923fed
📝 Update release notes
2022-11-13 20:29:15 +00:00
Pax
fc717f84ff
✏️ Clarify docs on CORS ( #5627 )
2022-11-13 21:28:37 +01:00
Sebastián Ramírez
b1204a9b62
📝 Update release notes
2022-11-13 21:23:22 +01:00
github-actions
16630bf54d
📝 Update release notes
2022-11-13 19:34:43 +00:00
Sebastián Ramírez
50ea75ae98
📝 Update Help FastAPI: Help Maintain FastAPI ( #5632 )
2022-11-13 20:34:09 +01:00
github-actions
a0852e2f53
📝 Update release notes
2022-11-13 18:19:43 +00:00
github-actions
bcd9ab95e1
📝 Update release notes
2022-11-13 16:11:29 +00:00
Sebastián Ramírez
d537ee93d7
✨ Re-export Starlette's `WebSocketException` and add it to docs ( #5629 )
2022-11-13 17:10:54 +01:00
github-actions
1c93d5523a
📝 Update release notes
2022-11-13 15:20:44 +00:00
Sebastián Ramírez
f92f87d379
📝 Update references to Requests for tests to HTTPX, and add HTTPX to extras ( #5628 )
2022-11-13 16:20:05 +01:00
github-actions
57141ccac4
📝 Update release notes
2022-11-13 14:35:13 +00:00
github-actions
46b903f70b
📝 Update release notes
2022-11-13 14:26:43 +00:00
github-actions
5f67ac6fd6
📝 Update release notes
2022-11-13 14:04:27 +00:00
github-actions
f57ccd8ef3
📝 Update release notes
2022-11-13 13:59:55 +00:00
github-actions
86d4073632
📝 Update release notes
2022-11-13 13:59:09 +00:00
github-actions
41735d2de9
📝 Update release notes
2022-11-10 12:22:58 +00:00
github-actions
0ed9ca78bc
📝 Update release notes
2022-11-10 11:16:30 +00:00
github-actions
a7edd0b80d
📝 Update release notes
2022-11-09 11:46:50 +00:00
github-actions
5f0e095689
📝 Update release notes
2022-11-04 19:20:29 +00:00
Sebastián Ramírez
ccd242348f
🔖 Release version 0.86.0
2022-11-03 22:17:44 +01:00
Sebastián Ramírez
066cfae56e
📝 Update release notes
2022-11-03 22:16:37 +01:00
github-actions
51e768e85a
📝 Update release notes
2022-11-03 21:13:25 +00:00
Sebastián Ramírez
85e602d7cc
📝 Update release notes
2022-11-03 22:05:26 +01:00
github-actions
fbc13d1f5b
📝 Update release notes
2022-11-03 21:01:09 +00:00
Vivek Ashokkumar
d4e2bdb33a
✏ Fix typo in `docs/en/docs/tutorial/security/oauth2-jwt.md` ( #5584 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-11-03 21:00:28 +00:00
github-actions
8a5befd099
📝 Update release notes
2022-11-03 20:56:13 +00:00
Sebastián Ramírez
4fa4965beb
📝 Update coverage badge to use Samuel Colvin's Smokeshow ( #5585 )
2022-11-03 21:55:00 +01:00
github-actions
5f4680201c
📝 Update release notes
2022-11-03 20:06:36 +00:00
github-actions
b6ea8414a9
📝 Update release notes
2022-11-03 20:01:17 +00:00
github-actions
cf730518bc
📝 Update release notes
2022-11-03 12:27:24 +00:00
github-actions
4cf9075809
📝 Update release notes
2022-11-03 12:08:23 +00:00
github-actions
54aa27ca07
📝 Update release notes
2022-11-03 12:07:29 +00:00
github-actions
ed9425ef50
📝 Update release notes
2022-11-03 11:52:17 +00:00
github-actions
c9308cf070
📝 Update release notes
2022-11-03 11:51:26 +00:00
github-actions
876ea7978f
📝 Update release notes
2022-11-03 11:45:26 +00:00
github-actions[bot]
da0bfd22aa
👥 Update FastAPI People ( #5571 )
...
Co-authored-by: github-actions <github-actions@github.com>
2022-11-03 12:44:51 +01:00
Sebastián Ramírez
d0917ce015
🔖 Release version 0.85.2
2022-10-31 19:57:16 +01:00
Sebastián Ramírez
6002290659
📝 Update release notes
2022-10-31 19:56:21 +01:00
github-actions
e92a8649f9
📝 Update release notes
2022-10-31 18:12:19 +00:00
github-actions
f4aea58528
📝 Update release notes
2022-10-31 18:08:49 +00:00
github-actions
6aa9ef0c96
📝 Update release notes
2022-10-31 18:08:01 +00:00
github-actions
c53e5bd4b1
📝 Update release notes
2022-10-31 17:58:24 +00:00
github-actions
53127efde5
📝 Update release notes
2022-10-31 17:57:25 +00:00
github-actions
38493f8ae1
📝 Update release notes
2022-10-31 17:44:58 +00:00
github-actions
e0945eb1c8
📝 Update release notes
2022-10-31 17:44:40 +00:00
github-actions
8b20eece4c
📝 Update release notes
2022-10-31 17:42:41 +00:00
github-actions
7a2e9c7aaa
📝 Update release notes
2022-10-31 17:41:03 +00:00
github-actions
669b3a4cb8
📝 Update release notes
2022-10-31 17:38:37 +00:00
github-actions
f1c61dec0c
📝 Update release notes
2022-10-31 17:36:43 +00:00
github-actions
a96effa86e
📝 Update release notes
2022-10-31 17:36:24 +00:00
github-actions
558d929568
📝 Update release notes
2022-10-31 17:34:47 +00:00
github-actions
64d512e349
📝 Update release notes
2022-10-31 17:21:40 +00:00
Pamela Fox
88556dafb6
✏ Fix grammar and add helpful links to dependencies in `docs/en/docs/async.md` ( #5432 )
2022-10-31 18:21:05 +01:00
github-actions
6a46532cc4
📝 Update release notes
2022-10-31 17:17:35 +00:00
Shubham
c75de8cba2
✏ Fix broken link in `alternatives.md` ( #5455 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-10-31 17:16:57 +00:00
github-actions
85443e64ee
📝 Update release notes
2022-10-31 17:10:20 +00:00
github-actions
d72599b4dc
📝 Update release notes
2022-10-31 16:51:55 +00:00
github-actions
bbfa450991
📝 Update release notes
2022-10-31 16:47:12 +00:00
zhangbo
22524a1610
✏ Fix typo in docs about contributing, for compatibility with `pip` in Zsh ( #5523 )
...
Co-authored-by: zhangbo <zhangbo@zjptmc.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-10-31 16:46:37 +00:00
github-actions
959f6bf209
📝 Update release notes
2022-10-31 16:46:16 +00:00
github-actions
bbb8fe1e60
📝 Update release notes
2022-10-31 16:40:30 +00:00
github-actions
0cc40ed664
📝 Update release notes
2022-10-31 16:39:02 +00:00
feliciss
4a1c69e6c2
📝 Fix typo in docs with examples for Python 3.10 instead of 3.9 ( #5545 )
...
Co-authored-by: Feliciss <system@Felicisss-MacBook-Air.local>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-10-31 16:38:10 +00:00
github-actions
42a4ed7a18
📝 Update release notes
2022-10-31 16:22:46 +00:00
github-actions
e0d1619362
📝 Update release notes
2022-10-31 16:07:36 +00:00
github-actions
866a24f879
📝 Update release notes
2022-10-31 13:36:59 +00:00
github-actions
f67b19f0f7
📝 Update release notes
2022-10-20 11:15:56 +00:00
github-actions
e13df8ee79
📝 Update release notes
2022-10-16 15:16:24 +00:00
github-actions
0e3ff851c2
📝 Update release notes
2022-10-16 15:02:15 +00:00
Sebastián Ramírez
e866a2c7e1
🐛 Fix calling `mkdocs` for languages as a subprocess to fix/enable MkDocs Material search plugin ( #5501 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-16 17:01:38 +02:00
Sebastián Ramírez
90fc4299d1
🔖 Release version 0.85.1
2022-10-14 22:52:36 +02:00
github-actions
a3a37a4213
📝 Update release notes
2022-10-14 20:50:44 +00:00
github-actions[bot]
3c6528460c
👥 Update FastAPI People ( #5447 )
...
Co-authored-by: github-actions <github-actions@github.com>
2022-10-14 22:50:07 +02:00
github-actions
5ba0c8c002
📝 Update release notes
2022-10-14 20:44:57 +00:00
github-actions
9c6086eee6
📝 Update release notes
2022-10-14 20:22:46 +00:00
Sebastián Ramírez
ebe69913ae
🔧 Disable Material for MkDocs search plugin ( #5495 )
2022-10-14 20:22:09 +00:00
github-actions
81115dba53
📝 Update release notes
2022-10-11 20:50:43 +00:00
github-actions
c6aa28bea2
📝 Update release notes
2022-09-20 14:30:02 +00:00
moneeka
20f689ded2
📝 Add WayScript x FastAPI Tutorial to External Links section ( #5407 )
2022-09-20 16:29:23 +02:00
Sebastián Ramírez
1213227667
🔖 Release version 0.85.0
2022-09-15 15:57:23 +02:00
Sebastián Ramírez
e782ba43ce
📝 Update release notes
2022-09-15 15:56:35 +02:00
github-actions
6ddd0c64b0
📝 Update release notes
2022-09-15 13:49:32 +00:00
github-actions
e83aa43296
📝 Update release notes
2022-09-15 13:43:34 +00:00
github-actions
babe2f9b03
📝 Update release notes
2022-09-15 13:33:12 +00:00
github-actions
b741ea7619
📝 Update release notes
2022-09-15 13:27:00 +00:00
github-actions
823df88c34
📝 Update release notes
2022-09-15 13:02:23 +00:00
github-actions
715c0341a9
📝 Update release notes
2022-09-15 12:32:54 +00:00
Sebastián Ramírez
1073062c7f
🔖 Release version 0.84.0
2022-09-14 20:41:29 +02:00
github-actions
7291cead65
📝 Update release notes
2022-09-14 18:32:03 +00:00
Ofek Lev
4267bd1f4f
🔧 Update package metadata, drop support for Python 3.6, move build internals from Flit to Hatch ( #5240 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-09-14 20:31:19 +02:00
Sebastián Ramírez
b2aa3593be
📝 Update release notes
2022-09-11 18:26:30 +02:00
Sebastián Ramírez
ed0fcba7cb
🔖 Release version 0.83.0
2022-09-11 18:25:29 +02:00
Sebastián Ramírez
22a155efc1
📝 Update release notes
2022-09-11 18:24:46 +02:00
github-actions
306326a213
📝 Update release notes
2022-09-11 16:16:31 +00:00
github-actions
275306c369
📝 Update release notes
2022-09-11 16:14:21 +00:00
github-actions
6620273083
📝 Update release notes
2022-09-08 15:03:37 +00:00
github-actions
c4007cb9ec
📝 Update release notes
2022-09-08 14:30:00 +00:00
github-actions
895789bed0
📝 Update release notes
2022-09-08 14:09:15 +00:00
Sebastián Ramírez
3079ba925e
🔖 Release version 0.82.0
2022-09-04 21:26:31 +02:00
Sebastián Ramírez
ddf6daeb07
📝 Update release notes
2022-09-04 21:25:29 +02:00
github-actions
f3efaf69da
📝 Update release notes
2022-09-04 19:10:05 +00:00
github-actions
d0cc996dc7
📝 Update release notes
2022-09-04 15:17:43 +00:00
github-actions[bot]
c70fab38e7
👥 Update FastAPI People ( #5347 )
...
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-09-04 15:16:00 +00:00
github-actions
80d68a6eda
📝 Update release notes
2022-09-04 15:12:59 +00:00
github-actions
dd2f759bac
📝 Update release notes
2022-09-04 15:07:46 +00:00
github-actions
0195bb5706
📝 Update release notes
2022-09-04 14:57:04 +00:00
baconfield
0ae8d09189
✏ Update Hypercorn link, now pointing to GitHub ( #5346 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-09-04 14:56:29 +00:00
github-actions
9df22ab864
📝 Update release notes
2022-09-04 14:28:31 +00:00
github-actions
7dd4a4f435
📝 Update release notes
2022-09-04 14:00:36 +00:00
github-actions
94b7527dfd
📝 Update release notes
2022-09-04 14:00:22 +00:00
github-actions
5a79564dab
📝 Update release notes
2022-09-04 13:40:56 +00:00
github-actions
fc559b5fcd
📝 Update release notes
2022-09-04 13:39:50 +00:00
github-actions
89839eb834
📝 Update release notes
2022-09-04 13:38:49 +00:00
Peter Fackeldey
f266dc17d7
✏ Tweak wording in `docs/en/docs/advanced/dataclasses.md` ( #3698 )
2022-09-04 15:37:47 +02:00
github-actions
697ec94a7e
📝 Update release notes
2022-09-04 13:29:46 +00:00
MendyLanda
ae369d879a
📝 Add note about Python 3.10 `X | Y` operator in explanation about Response Models ( #5307 )
2022-09-04 15:29:06 +02:00
github-actions
198b7ef2cb
📝 Update release notes
2022-09-04 13:24:23 +00:00
github-actions
c00e1ec6bf
📝 Update release notes
2022-09-04 13:18:44 +00:00
非法操作
d3ff7c620a
✏ Fix a small code highlight line error ( #5256 )
2022-09-04 15:18:08 +02:00
github-actions
fae28a9bd7
📝 Update release notes
2022-09-04 13:01:40 +00:00
sjyothi54
0e7478d39c
📝 Add link to New Relic article: "How to monitor FastAPI application performance using Python agent" ( #5260 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-09-04 15:01:08 +02:00
github-actions
dbb43da9c0
📝 Update release notes
2022-09-03 17:13:24 +00:00
github-actions
fbe1a803fc
📝 Update release notes
2022-09-02 13:36:48 +00:00
github-actions
e7e6404faf
📝 Update release notes
2022-09-02 12:44:09 +00:00
github-actions
b1d0f1e970
📝 Update release notes
2022-09-02 10:18:09 +00:00
github-actions
173b891603
📝 Update release notes
2022-09-02 09:53:06 +00:00
Sebastián Ramírez
6ae8f07d24
🔧 Update sponsors, disable ImgWhale ( #5338 )
2022-09-02 09:52:19 +00:00
github-actions
b83709add4
📝 Update release notes
2022-09-01 09:59:45 +00:00
Ben Falk
a71077c530
📝 Update docs for `ORJSONResponse` with details about improving performance ( #2615 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-09-01 09:59:05 +00:00
github-actions
278adc012a
📝 Update release notes
2022-09-01 09:33:10 +00:00
Sebastián Ramírez
356a57daa8
📝 Add docs for creating a custom Response class ( #5331 )
2022-09-01 09:32:30 +00:00
github-actions
b9d7f86743
📝 Update release notes
2022-09-01 09:06:24 +00:00
Sebastián Ramírez
adf4e77dd6
📝 Add tip about using alias for form data fields ( #5329 )
2022-09-01 09:05:41 +00:00
github-actions
0e1a9d1c0f
📝 Update release notes
2022-09-01 08:51:37 +00:00
Sebastián Ramírez
0bb8920ae1
🔖 Release version 0.81.0
2022-08-26 17:18:44 +02:00
Sebastián Ramírez
95c182a42c
📝 Update release notes
2022-08-26 17:17:42 +02:00
github-actions
165d57db24
📝 Update release notes
2022-08-26 14:53:08 +00:00
Ihor Tymkiv
ae5280e501
✏ Fix a simple typo in `docs/en/docs/python-types.md` ( #5193 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-26 14:52:23 +00:00
github-actions
d4b2ef8137
📝 Update release notes
2022-08-26 14:46:06 +00:00
impocode
fd2080aece
🌐 Add Russian translation for `docs/ru/docs/index.md` ( #5289 )
2022-08-26 16:45:24 +02:00
github-actions
3c8d8c38a7
📝 Update release notes
2022-08-26 14:44:37 +00:00
github-actions
cd8854c4c7
📝 Update release notes
2022-08-26 14:43:25 +00:00
github-actions
728b961d35
📝 Update release notes
2022-08-26 14:37:17 +00:00
github-actions
bbd34c55d5
📝 Update release notes
2022-08-26 14:35:47 +00:00
Roy Hyunjin Han
8a72d363c8
✏ Fix typos in `docs/en/docs/tutorial/path-params-numeric-validations.md` ( #5142 )
2022-08-26 16:35:10 +02:00
github-actions
ee93ad952c
📝 Update release notes
2022-08-26 14:29:03 +00:00
github-actions
40a19fe261
📝 Update release notes
2022-08-26 14:27:09 +00:00
github-actions
8b4546352f
📝 Update release notes
2022-08-26 14:26:53 +00:00
Edwuin Gutierrez
b3f2f08251
📝 Add step about upgrading pip in the venv to avoid errors when installing dependencies `docs/en/docs/contributing.md` ( #5181 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-26 14:26:28 +00:00
github-actions
d69b5f39b4
📝 Update release notes
2022-08-26 14:23:22 +00:00
Pedro Augusto de Paula Barbosa
70213467a6
✏ Reword and clarify text in tutorial `docs/en/docs/tutorial/body-nested-models.md` ( #5169 )
2022-08-26 16:22:36 +02:00
github-actions
8d1d1703f4
📝 Update release notes
2022-08-26 14:21:42 +00:00
Charlie Wilson
1285ba4b2e
✏ Fix minor typo in `docs/en/docs/features.md` ( #5206 )
2022-08-26 16:20:57 +02:00
github-actions
6bbfd27c19
📝 Update release notes
2022-08-26 14:11:39 +00:00
github-actions
4c0b9b831c
📝 Update release notes
2022-08-26 14:11:05 +00:00
Burak Kadir Er
9e6dcba766
✏ Fix minor typos in `docs/en/docs/async.md` ( #5125 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-26 14:10:53 +00:00
KrishNa
e1825589ba
📝 Add external link to docs: "Fastapi, Docker(Docker compose) and Postgres" ( #5033 )
2022-08-26 16:10:17 +02:00
github-actions
acc59df815
📝 Update release notes
2022-08-26 14:09:23 +00:00
github-actions
6b77179e3b
📝 Update release notes
2022-08-26 13:57:25 +00:00
github-actions
8dab25df71
📝 Update release notes
2022-08-26 13:56:54 +00:00
github-actions
26c68c6e0d
📝 Update release notes
2022-08-26 13:47:11 +00:00
github-actions
1f2070af20
📝 Update release notes
2022-08-26 13:44:50 +00:00
github-actions
d80b065b5e
📝 Update release notes
2022-08-26 13:33:08 +00:00
Adrian Garcia Badaracco
dde140d8e3
📝 Simplify example for docs for Additional Responses, remove unnecessary `else` ( #4693 )
2022-08-26 15:32:30 +02:00
github-actions
96c3f44a0e
📝 Update release notes
2022-08-26 13:30:28 +00:00
github-actions
aaf5a380df
📝 Update release notes
2022-08-26 13:27:07 +00:00
github-actions
afe44f0b25
📝 Update release notes
2022-08-26 13:25:48 +00:00
github-actions
26097421d3
📝 Update release notes
2022-08-26 13:24:42 +00:00
github-actions
3df68694c0
📝 Update release notes
2022-08-26 13:24:10 +00:00
Micael Jarniac
f3e9dcd891
✏ Fix typo in `docs/en/docs/python-types.md` ( #4886 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-26 13:24:04 +00:00
github-actions
ae56590c51
📝 Update release notes
2022-08-26 13:17:25 +00:00
github-actions
923e0ac0c1
📝 Update release notes
2022-08-26 13:17:04 +00:00
github-actions
75792eb82b
📝 Update release notes
2022-08-26 13:05:26 +00:00
Joon Hwan 김준환
bb53d0b0ea
🎨 Fix syntax highlighting in docs for OpenAPI Callbacks ( #4368 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-26 15:04:48 +02:00
github-actions
f928f3390c
📝 Update release notes
2022-08-26 09:42:03 +00:00
github-actions
0968329ed7
📝 Update release notes
2022-08-26 09:26:59 +00:00
github-actions
92181ef182
📝 Update release notes
2022-08-25 21:53:36 +00:00
github-actions
af3a6ef78b
📝 Update release notes
2022-08-25 21:45:33 +00:00
github-actions
5215b39d50
📝 Update release notes
2022-08-25 09:56:40 +00:00
github-actions
afaa0391a5
📝 Update release notes
2022-08-24 21:36:15 +00:00
Caleb Renfroe
438656395a
✏ Reword confusing sentence in docs file `typo-fix-path-params-numeric-validations.md` ( #3219 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-24 21:35:30 +00:00
github-actions
39319a7ede
📝 Update release notes
2022-08-24 14:54:27 +00:00
Kevin Tewouda
8c6ad35615
📝 Update docs for handling HTTP Basic Auth with `secrets.compare_digest()` to account for non-ASCII characters ( #3536 )
...
Co-authored-by: le_woudar <kevin.tewouda@gandi.net>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-24 16:53:43 +02:00
github-actions
f90465f5b4
📝 Update release notes
2022-08-24 14:18:57 +00:00
Sebastián Ramírez
1835b3f76d
📝 Update docs for testing, fix examples with relative imports ( #5302 )
2022-08-24 16:18:11 +02:00
github-actions
2201f29be3
📝 Update release notes
2022-08-24 08:44:22 +00:00
Sebastián Ramírez
68f25120c5
🍱 Update Jina banner, fix typo ( #5301 )
2022-08-24 08:43:44 +00:00
Sebastián Ramírez
7d6e70791d
🔖 Release version 0.80.0
2022-08-23 16:14:48 +02:00
Sebastián Ramírez
18819f9850
📝 Update release notes
2022-08-23 16:13:37 +02:00
github-actions
ad65e72d90
📝 Update release notes
2022-08-23 13:58:06 +00:00
github-actions
09acce4b2c
📝 Update release notes
2022-08-23 13:48:07 +00:00
github-actions
f8f5281ef5
📝 Update release notes
2022-08-23 13:31:17 +00:00
github-actions
982911f08f
📝 Update release notes
2022-08-22 19:18:24 +00:00
github-actions
12f60cac7a
📝 Update release notes
2022-08-22 18:49:42 +00:00
github-actions
a6a39f3009
📝 Update release notes
2022-08-22 18:35:01 +00:00
github-actions
7953353a35
📝 Update release notes
2022-08-22 14:53:35 +00:00
github-actions
eb80b79555
📝 Update release notes
2022-08-22 12:44:46 +00:00
Sebastián Ramírez
ab8988ff7c
🔖 Release version 0.79.1
2022-08-18 23:14:07 +02:00
Sebastián Ramírez
09381ba042
📝 Update release notes
2022-08-18 23:13:19 +02:00
github-actions
767df02814
📝 Update release notes
2022-08-18 21:12:18 +00:00
Sebastián Ramírez
a21c315574
📝 Add note giving credit for illustrations to Ketrina Thompson ( #5284 )
2022-08-18 21:11:39 +00:00
Sebastián Ramírez
7f0e2f6cfa
📝 Update release notes
2022-08-18 23:04:30 +02:00
github-actions
94bbb91ec2
📝 Update release notes
2022-08-18 20:57:50 +00:00
Sebastián Ramírez
2f9c6ab36a
🔧 Update Jina sponsorship ( #5283 )
2022-08-18 22:57:02 +02:00
github-actions
74638fcf7c
📝 Update release notes
2022-08-18 20:49:01 +00:00
github-actions
8a9a117ec7
📝 Update release notes
2022-08-18 20:31:57 +00:00
github-actions
3a3b61dc6e
📝 Update release notes
2022-08-18 20:13:14 +00:00
Teofilo Zosa
ea017c9919
📝 Add misc dependency installs to tutorial docs ( #2126 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-08-18 20:12:34 +00:00
github-actions
58848897f4
📝 Update release notes
2022-08-18 16:15:37 +00:00
github-actions
30e7b6a34c
📝 Update release notes
2022-08-18 16:12:24 +00:00
github-actions
a9c2b8336b
📝 Update release notes
2022-08-18 16:11:55 +00:00
github-actions
e90d53f6f4
📝 Update release notes
2022-08-18 16:06:52 +00:00
github-actions
8afd291572
📝 Update release notes
2022-08-18 16:05:42 +00:00
github-actions
441b726537
📝 Update release notes
2022-08-18 16:05:11 +00:00
Marcelo Trylesinski
46f5091c9f
✏ Fix typo in `python-types.md` ( #5116 )
2022-08-18 18:04:33 +02:00
github-actions
d268eb2011
📝 Update release notes
2022-08-18 16:03:07 +00:00
github-actions
f9dcff1490
📝 Update release notes
2022-08-18 16:02:28 +00:00
github-actions
b489b327b8
📝 Update release notes
2022-08-18 16:01:57 +00:00
github-actions
65e4286bc9
📝 Update release notes
2022-08-18 16:00:22 +00:00
Atiab Bin Zakaria
b862639ce9
✏ Fix typo in `docs/en/docs/python-types.md` ( #5007 )
2022-08-18 17:59:50 +02:00
github-actions
fc4ad71069
📝 Update release notes
2022-08-18 15:56:11 +00:00
github-actions
7e3e4fa7ea
📝 Update release notes
2022-08-18 15:54:41 +00:00
github-actions
a79228138b
📝 Update release notes
2022-08-18 15:26:58 +00:00
Carlton Gibson
623b0f37de
📝 Remove unneeded Django/Flask references from async topic intro ( #5280 )
2022-08-18 17:24:28 +02:00
github-actions
44d1b21ba2
📝 Update release notes
2022-08-17 10:48:46 +00:00
Sebastián Ramírez
0ba0c4662d
✨ Add illustrations for Concurrent burgers and Parallel burgers ( #5277 )
2022-08-17 12:48:05 +02:00
github-actions
f1feb1427b
📝 Update release notes
2022-08-16 11:08:10 +00:00
Sebastián Ramírez
a1cdf8cd44
🔧 Update Jina sponsorship ( #5272 )
2022-08-16 11:07:22 +00:00
github-actions
5c576e42be
📝 Update release notes
2022-07-20 13:21:07 +00:00
Sebastián Ramírez
9031d1daee
🔧 Update sponsors, Striveworks badge ( #5179 )
2022-07-20 13:20:12 +00:00
github-actions
c07aced06d
📝 Update release notes
2022-07-20 12:26:04 +00:00
Mohsen Mahmoodi
3b5839260f
🌐 Add Persian translation for `docs/fa/docs/index.md` and tweak right-to-left CSS ( #2395 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-07-20 12:25:23 +00:00
Sebastián Ramírez
50fb34bf55
🔖 Release version 0.79.0
2022-07-14 19:35:13 +02:00
Sebastián Ramírez
2f21bef91b
📝 Update release notes
2022-07-14 19:34:25 +02:00
github-actions
e35df688d5
📝 Update release notes
2022-07-14 17:17:09 +00:00
Itay Raveh
59d154fa6f
🌐 Start of Hebrew translation ( #5050 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-07-14 17:16:28 +00:00
github-actions
ee182c6a0a
📝 Update release notes
2022-07-14 17:15:39 +00:00
github-actions
f30b6c6001
📝 Update release notes
2022-07-14 17:05:01 +00:00
github-actions
49619c0180
📝 Update release notes
2022-07-14 16:15:55 +00:00
github-actions
84f6a03011
📝 Update release notes
2022-07-14 16:15:31 +00:00
github-actions
0be244ad52
📝 Update release notes
2022-07-14 15:05:19 +00:00
Sebastián Ramírez
169af0217e
🔧 Update sponsors badge configs ( #5155 )
2022-07-14 15:04:37 +00:00
github-actions
21fd708c6e
📝 Update release notes
2022-07-14 14:57:21 +00:00
Sebastián Ramírez
ec2ec48293
👥 Update FastAPI People ( #5154 )
...
Co-authored-by: github-actions <github-actions@github.com>
2022-07-14 14:56:40 +00:00
github-actions
e3339f6770
📝 Update release notes
2022-07-14 12:38:22 +00:00
Sebastián Ramírez
85dc173d19
🔧 Update Jina sponsor badges ( #5151 )
...
* 🍱 Update Jina badges
* 💄 Tweak sponsors badge CSS
* 🔧 Update Jina sponsor
* 📝 Re-generate README
2022-07-14 12:37:37 +00:00
github-actions
801e90863a
📝 Update release notes
2022-07-14 11:46:23 +00:00
github-actions
86fb017aad
📝 Update release notes
2022-07-14 11:45:51 +00:00
Robin
b4a98a7224
🌐 Start of Swedish translation ( #5062 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-07-14 11:45:01 +00:00
github-actions
c5954d3bc0
📝 Update release notes
2022-07-14 11:35:16 +00:00
github-actions
fb26c1ee70
📝 Update release notes
2022-07-14 11:30:45 +00:00
github-actions
48b7804a79
📝 Update release notes
2022-07-14 11:27:49 +00:00
github-actions
19701d12fb
📝 Update release notes
2022-07-14 11:26:52 +00:00
github-actions
c15fce3248
📝 Update release notes
2022-07-14 11:24:11 +00:00
github-actions
b7bd3c1d55
📝 Update release notes
2022-07-14 11:23:15 +00:00
github-actions
3ccb960478
📝 Update release notes
2022-07-14 11:22:19 +00:00
github-actions
2fcf044a90
📝 Update release notes
2022-07-14 11:21:27 +00:00
github-actions
43d8ebfb4d
📝 Update release notes
2022-07-14 11:20:21 +00:00
github-actions
a0fd613527
📝 Update release notes
2022-07-12 16:54:11 +00:00
github-actions
bea5194ffc
📝 Update release notes
2022-07-11 19:31:26 +00:00
github-actions
8047230181
📝 Update release notes
2022-07-01 08:59:26 +00:00
Sebastián Ramírez
6c6382df4d
🔧 Update sponsors, remove Dropbase, add Doist ( #5096 )
2022-07-01 10:58:40 +02:00
github-actions
f8c875bb3f
📝 Update release notes
2022-06-25 19:50:20 +00:00
Sebastián Ramírez
d8f3e8f20d
🔧 Update sponsors, remove Classiq, add ImgWhale ( #5079 )
...
* 🔧 Update sponsors, remove Classiq, add ImgWhale
* 🔧 Update README
2022-06-25 21:49:44 +02:00
Sebastián Ramírez
1876ebc779
🔖 Release version 0.78.0
2022-05-14 14:58:04 -05:00
Sebastián Ramírez
1673b3ec11
📝 Update release notes
2022-05-14 14:53:50 -05:00
github-actions
1711403732
📝 Update release notes
2022-05-14 19:09:00 +00:00
github-actions
0a8d6871fb
📝 Update release notes
2022-05-14 12:00:32 +00:00
Sebastián Ramírez
ca437cdfab
📝 Add docs recommending `Union` over `Optional` and migrate source examples ( #4908 )
...
* 📝 Add docs recommending Union over Optional
* 📝 Update docs recommending Union over Optional
* 📝 Update source examples for docs, recommend Union over Optional
* 📝 Update highlighted lines with updated source examples
* 📝 Update highlighted lines in Markdown with recent code changes
* 📝 Update docs, use Union instead of Optional
* ♻️ Update source examples to recommend Union over Optional
* 🎨 Update highlighted code in Markdown after moving from Optional to Union
2022-05-14 06:59:59 -05:00
github-actions
c5be1b0550
📝 Update release notes
2022-05-13 23:39:00 +00:00
Sebastián Ramírez
9262fa8362
✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc. ( #4906 )
...
* ✨ Do not require default value in Query(), Path(), Header(), etc
* 📝 Update source examples for docs with default and required values
* ✅ Update tests with new default values and not required Ellipsis
* 📝 Update docs for Query params and update info about default value, required, Ellipsis
2022-05-13 18:38:22 -05:00
github-actions
31690dda2c
📝 Update release notes
2022-05-12 20:48:12 +00:00
github-actions
975d859ac4
📝 Update release notes
2022-05-12 20:39:14 +00:00
github-actions
497e5a2422
📝 Update release notes
2022-05-12 18:11:39 +00:00
github-actions
d75c69e01f
📝 Update release notes
2022-05-12 17:15:56 +00:00
github-actions
bcabbf8b37
📝 Update release notes
2022-05-12 16:43:22 +00:00
Sebastián Ramírez
29df6b3e83
👷 Add pre-commit GitHub Action workflow ( #4895 )
...
Co-authored-by: pre-commit <github-actions@github.com>
2022-05-12 11:42:47 -05:00
github-actions
16f1d073db
📝 Update release notes
2022-05-12 16:16:56 +00:00
Michael Adkins
199916ac8c
📝 Add documentation for redefined path operations ( #4864 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-12 11:16:16 -05:00
github-actions
4bb8ac2114
📝 Update release notes
2022-05-12 00:47:36 +00:00
github-actions
277a53442b
📝 Update release notes
2022-05-12 00:41:39 +00:00
github-actions
f673e64eeb
📝 Update release notes
2022-05-12 00:06:56 +00:00
Sebastián Ramírez
3d0f130ff3
🔧 Add pre-commit with first config and first formatting pass ( #4888 )
...
* 🔧 Add first pre-commit config
* 🎨 Format YAML files with pre-commit
* 🎨 Format Markdown with pre-commit
* 🎨 Format SVGs, drawio, JS, HTML with pre-commit
* ➕ Add pre-commit to dev dependencies
* ⬇️ Extend pre-commit range to support Python 3.6
2022-05-12 00:06:16 +00:00
github-actions
9cbd42b13e
📝 Update release notes
2022-05-11 22:32:26 +00:00
github-actions
f3b04a6118
📝 Update release notes
2022-05-11 21:44:52 +00:00
Matthew Evans
4fcdb31947
📝 Add OpenAPI warning to "Body - Fields" docs with extra schema extensions ( #4846 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-11 16:43:47 -05:00
github-actions
1bbbdb4b7f
📝 Update release notes
2022-05-11 18:54:33 +00:00
Mário Victor Ribeiro Silva
15dd12629e
📝 Add dark mode auto switch to docs based on OS preference ( #4869 )
2022-05-11 13:53:57 -05:00
github-actions
0f7de452dd
📝 Update release notes
2022-05-11 18:49:56 +00:00
Lorenzo Castellino
35445828c8
📝 Update docs about Swagger UI self-hosting with newer source links ( #4813 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-11 18:49:16 +00:00
github-actions
ff2daa0471
📝 Update release notes
2022-05-11 17:49:06 +00:00
jbrocher
e9098abe8c
📝 Add link to external article: Building the Poll App From Django Tutorial With FastAPI And React ( #4778 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-11 17:48:25 +00:00
github-actions
062107159f
📝 Update release notes
2022-05-11 17:42:56 +00:00
github-actions
643291b9ca
📝 Update release notes
2022-05-11 17:35:38 +00:00
Samuel Borges
441f75a06c
📝 Updates links for Celery documentation ( #4736 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-11 12:35:04 -05:00
github-actions
688d2db5e3
📝 Update release notes
2022-05-11 17:29:37 +00:00
github-actions
d71b12f323
📝 Update release notes
2022-05-11 17:05:24 +00:00
Kinuax
cb5a200a7c
✏ Fix links to Pydantic docs ( #4670 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-11 17:03:41 +00:00
Sebastián Ramírez
2aaac141dd
🔖 Release version 0.77.1
2022-05-09 23:19:32 -05:00
Sebastián Ramírez
03cbdd4f74
📝 Update release notes
2022-05-09 23:18:03 -05:00
github-actions
a7e659e472
📝 Update release notes
2022-05-10 04:12:55 +00:00
github-actions
d0e4015034
📝 Update release notes
2022-05-10 04:08:22 +00:00
Mohammad Raisul ISlam
b1e691091d
✏ Fix typo in deployment ( #4629 )
...
Co-authored-by: raisul1234 <raisul.islam@myalice.ai>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-10 04:07:45 +00:00
github-actions
9b4e6751bb
📝 Update release notes
2022-05-10 04:06:19 +00:00
github-actions
8082b45f24
📝 Update release notes
2022-05-10 04:05:48 +00:00
Felix Schürmeyer
2a91ee945d
📝 Add link to german article: REST-API Programmieren mittels Python und dem FastAPI Modul ( #4624 )
...
A beginner article in German to get started with the FastAPI with a small Todo API as an example.
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-10 04:05:10 +00:00
github-actions
764703cc56
📝 Update release notes
2022-05-10 04:03:35 +00:00
github-actions
cc51b251dd
📝 Update release notes
2022-05-10 03:35:53 +00:00
Kiko Ilievski
6337186ff4
✏ Fix small typo in `docs/en/docs/tutorial/security/first-steps.md` ( #4515 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-10 03:35:21 +00:00
github-actions
88606940f5
📝 Update release notes
2022-05-10 03:34:23 +00:00
Mukul Mantosh
98bb5480a5
📝 Add external link: PyCharm Guide to FastAPI ( #4512 )
...
Co-authored-by: Mukul Mantosh <Mukul.Mantosh@in.bosch.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-10 03:33:51 +00:00
github-actions
170123a41f
📝 Update release notes
2022-05-10 03:32:54 +00:00
Yashasvi Singh
9262a699f2
📝 Add external link to article: Building an API with FastAPI and Supabase and Deploying on Deta ( #4440 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-10 03:32:21 +00:00
github-actions
9a87c6d8d2
📝 Update release notes
2022-05-10 03:23:03 +00:00
Sebastián Ramírez
0696454445
🔖 Release version 0.77.0
2022-05-09 20:40:03 -05:00
Sebastián Ramírez
a145d3d277
📝 Update release notes
2022-05-09 20:39:10 -05:00
github-actions
453471d07b
📝 Update release notes
2022-05-10 01:33:38 +00:00
github-actions
938b1a3542
📝 Update release notes
2022-05-10 01:33:06 +00:00
silvanmelchior
4ce27b5d4d
📝 Add external link to article: Seamless FastAPI Configuration with ConfZ ( #4414 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-10 01:33:05 +00:00
Kaustubh Gupta
f9134fe5e4
📝 Add external link to article: 5 Advanced Features of FastAPI You Should Try ( #4436 )
2022-05-09 20:32:32 -05:00
github-actions
d8ca285f8d
📝 Update release notes
2022-05-10 01:31:28 +00:00
Rob Gilton
1233a7d93b
✏ Reword to improve legibility of docs about `TestClient` ( #4389 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-10 01:30:38 +00:00
github-actions
38902407c0
📝 Update release notes
2022-05-10 01:26:01 +00:00
github-actions
edd38c0230
📝 Update release notes
2022-05-10 01:22:07 +00:00
Ben Gamble
8f90e514f4
📝 Add external link to blog post about Kafka, FastAPI, and Ably ( #4044 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-10 01:21:29 +00:00
github-actions
fa1ffa5677
📝 Update release notes
2022-05-10 01:08:12 +00:00
github-actions
8a353ab911
📝 Update release notes
2022-05-10 00:39:57 +00:00
Patryk Cisek
262183b534
✏ Fix typo in `docs/en/docs/async.md` ( #4726 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-05-10 00:39:23 +00:00
github-actions
faf7ce5af5
📝 Update release notes
2022-05-10 00:36:22 +00:00
github-actions
59fbdefd7f
📝 Update release notes
2022-05-10 00:27:42 +00:00
github-actions
0d1be46481
📝 Update release notes
2022-05-10 00:10:27 +00:00
github-actions
c9eda31dd6
📝 Update release notes
2022-05-09 23:55:47 +00:00
github-actions
f2bc805113
📝 Update release notes
2022-05-09 23:55:28 +00:00
William Poetra Yoga
b017a33ebd
✏ Fix typo in `docs/en/docs/tutorial/sql-databases.md` ( #4875 )
2022-05-09 18:54:51 -05:00
github-actions
424674a082
📝 Update release notes
2022-05-09 23:54:33 +00:00
github-actions
3279ef38ed
📝 Update release notes
2022-05-09 23:48:40 +00:00
github-actions
b1c5b64c2c
📝 Update release notes
2022-05-09 23:45:05 +00:00
github-actions
d07422a07a
📝 Update release notes
2022-05-09 18:35:27 +00:00
github-actions
df50d7c13f
📝 Update release notes
2022-05-09 18:30:57 +00:00
github-actions
b7d5746773
📝 Update release notes
2022-05-09 18:26:23 +00:00
github-actions
260d97ec6f
📝 Update release notes
2022-05-09 18:20:27 +00:00
github-actions
65ed4b5433
📝 Update release notes
2022-05-09 18:16:44 +00:00
github-actions
ee4e27a94f
📝 Update release notes
2022-05-09 18:07:21 +00:00
Sebastián Ramírez
9090c771ee
🔖 Release version 0.76.0
2022-05-05 17:26:05 -05:00
Sebastián Ramírez
8df8b037f2
📝 Update release notes
2022-05-05 17:25:14 -05:00
github-actions
792285a047
📝 Update release notes
2022-05-05 22:22:57 +00:00
github-actions[bot]
66f6344820
👥 Update FastAPI People ( #4847 )
...
Co-authored-by: github-actions <github-actions@github.com>
2022-05-05 17:22:25 -05:00
github-actions
b44e85ca8a
📝 Update release notes
2022-05-05 22:20:33 +00:00
github-actions
146f57b8f7
📝 Update release notes
2022-04-25 10:02:17 +00:00
Sebastián Ramírez
1920c3dd16
🔧 Add Budget Insight sponsor ( #4824 )
2022-04-25 10:01:39 +00:00
github-actions
07b12c8e41
📝 Update release notes
2022-04-24 15:53:04 +00:00
Sebastián Ramírez
4642d5bb86
🍱 Update sponsor, ExoFlare badge ( #4822 )
2022-04-24 15:52:31 +00:00
github-actions
0fd99ec337
📝 Update release notes
2022-04-24 15:31:48 +00:00
Sebastián Ramírez
7c8383c96b
🔧 Update sponsors, enable Dropbase again, update TalkPython link ( #4821 )
2022-04-24 17:31:12 +02:00
Sebastián Ramírez
2b54432a9c
🔖 Release version 0.75.2
2022-04-17 23:08:37 +02:00
Sebastián Ramírez
acd2287b57
📝 Update release notes
2022-04-17 23:07:27 +02:00
github-actions
1d106bd959
📝 Update release notes
2022-04-17 21:01:21 +00:00
Sebastián Ramírez
77fc14eb69
🔧 Update sponsors, add: ExoFlare, Ines Course; remove: Dropbase, Vim.so, Calmcode; update: Striveworks, TalkPython and TestDriven.io ( #4805 )
2022-04-17 23:00:49 +02:00
github-actions
41d75b6d1c
📝 Update release notes
2022-04-17 20:56:09 +00:00
Sebastián Ramírez
197c1d6dd7
📝 Update release notes
2022-04-17 21:02:49 +02:00
github-actions
d9e7a541fd
📝 Update release notes
2022-04-17 17:42:18 +00:00
github-actions
1d8d81a6d5
📝 Update release notes
2022-04-17 17:22:26 +00:00
github-actions
cb4da93643
📝 Update release notes
2022-04-17 16:18:35 +00:00
github-actions
0def8382b8
📝 Update release notes
2022-04-17 15:52:12 +00:00
Sebastián Ramírez
75af472029
📝 Update release notes
2022-04-17 16:55:37 +02:00
github-actions
e1135eddb5
📝 Update release notes
2022-04-17 14:47:55 +00:00
github-actions
c4f361c0c4
📝 Update release notes
2022-04-16 08:18:43 +00:00
Sebastián Ramírez
26f725d259
🔖 Release version 0.75.1
2022-04-01 18:05:52 -05:00
Sebastián Ramírez
9e018c322c
📝 Update release notes
2022-04-01 18:05:06 -05:00
github-actions
3fefc83d42
📝 Update release notes
2022-04-01 23:02:53 +00:00
github-actions
2c31667407
📝 Update release notes
2022-04-01 23:02:28 +00:00
github-actions[bot]
233214795a
👥 Update FastAPI People ( #4752 )
...
Co-authored-by: github-actions <github-actions@github.com>
2022-04-01 18:02:17 -05:00
github-actions
eddbae948f
📝 Update release notes
2022-03-18 16:48:49 +00:00
Sebastián Ramírez
5c842586c2
🌐 Start Dutch translations ( #4703 )
2022-03-18 16:47:54 +00:00
github-actions
fc96370ce3
📝 Update release notes
2022-03-18 16:37:49 +00:00
github-actions
bd94d313c9
📝 Update release notes
2022-03-18 16:24:54 +00:00
Amin Alaee
2b6f1585ec
🌐 Start Persian/Farsi translations ( #4243 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-03-18 16:24:19 +00:00
github-actions
bab5c201da
📝 Update release notes
2022-03-17 20:25:09 +00:00
Sarmast Bilawal Khuhro
aec2d26bac
✏ Reword sentence about handling errors ( #1993 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-03-17 20:24:34 +00:00
github-actions
d5d6eebd40
📝 Update release notes
2022-03-17 20:20:21 +00:00
github-actions[bot]
7982aa5143
👥 Update FastAPI People ( #4699 )
...
Co-authored-by: github-actions <github-actions@github.com>
2022-03-17 15:19:43 -05:00
github-actions
fd6ce67392
📝 Update release notes
2022-03-17 18:36:57 +00:00
github-actions
6125dc72cd
📝 Update release notes
2022-03-15 15:48:22 +00:00
Sebastián Ramírez
cf8b40e660
🔧 Update Classiq sponsor links ( #4688 )
2022-03-15 15:47:36 +00:00
github-actions
fab2a765de
📝 Update release notes
2022-03-10 02:30:13 +00:00
Sebastián Ramírez
9aa698aa67
🔧 Add Classiq sponsor ( #4671 )
2022-03-09 21:29:40 -05:00
Sebastián Ramírez
87e29ec2c5
📝 Update release notes
2022-03-05 19:52:18 +01:00
github-actions
abd148f63a
📝 Update release notes
2022-03-05 18:49:46 +00:00
Sebastián Ramírez
9f38a05954
📝 Add Jina's QA Bot to the docs to help people that want to ask quick questions ( #4655 )
...
Co-authored-by: yanlong.wang <yanlong.wang@naiver.org>
2022-03-05 19:49:15 +01:00
Sebastián Ramírez
c89dc736bd
📝 Update release notes
2022-03-04 23:11:21 +01:00
Sebastián Ramírez
19769d0483
🔖 Release version 0.75.0
2022-03-04 23:09:11 +01:00
Sebastián Ramírez
586d17bfb5
📝 Update release notes
2022-03-04 23:08:06 +01:00
github-actions
786b5858e5
📝 Update release notes
2022-03-04 22:02:55 +00:00
Sebastián Ramírez
8a0d4c79c1
✨ Add support for custom `generate_unique_id_function` and docs for generating clients ( #4650 )
2022-03-04 23:02:18 +01:00
Sebastián Ramírez
440d2d2d1a
🔖 Release version 0.74.1
2022-02-21 16:54:18 +01:00
github-actions
e953059054
📝 Update release notes
2022-02-21 15:52:03 +00:00
Sebastián Ramírez
1ce16c2f40
🔖 Release version 0.74.0
2022-02-17 17:08:23 +01:00
Sebastián Ramírez
03d4d4c38e
📝 Update release notes
2022-02-17 17:05:38 +01:00
github-actions
2d2f1dee5d
📝 Update release notes
2022-02-17 14:18:35 +00:00
Sebastián Ramírez
59e36481dc
🔧 Add Striveworks sponsor ( #4596 )
2022-02-17 14:18:01 +00:00
github-actions
4fcb00328c
📝 Update release notes
2022-02-17 12:40:46 +00:00
Sebastián Ramírez
9d56a3cb59
✨ Update internal `AsyncExitStack` to fix context for dependencies with `yield` ( #4575 )
2022-02-17 13:40:12 +01:00
github-actions
78b07cb809
📝 Update release notes
2022-02-13 17:19:09 +00:00
github-actions
b93f8a709a
📝 Update release notes
2022-02-01 14:28:16 +00:00
github-actions[bot]
618c99d774
👥 Update FastAPI People ( #4502 )
...
Co-authored-by: github-actions <github-actions@github.com>
2022-02-01 15:27:34 +01:00
Sebastián Ramírez
291180bf2d
🔖 Release version 0.73.0
2022-01-23 23:38:51 +01:00
Sebastián Ramírez
cbe8d552c1
📝 Update release notes
2022-01-23 23:37:48 +01:00
github-actions
af18d5c49f
📝 Update release notes
2022-01-23 22:14:28 +00:00
github-actions
dba9ea8120
📝 Update release notes
2022-01-23 21:31:08 +00:00
Sebastián Ramírez
f8d4d04015
📝 Tweak and improve docs for Request Files ( #4470 )
2022-01-23 21:30:35 +00:00
github-actions
5a864d8261
📝 Update release notes
2022-01-23 19:14:47 +00:00
Sebastián Ramírez
1bf55200a9
✨ Add support for declaring `UploadFile` parameters without explicit `File()` ( #4469 )
2022-01-23 19:14:13 +00:00
github-actions
59b1f353b3
📝 Update release notes
2022-01-23 17:43:36 +00:00
Sebastián Ramírez
569afb4378
✨ Add support for tags with Enums ( #4468 )
2022-01-23 18:43:04 +01:00
Sebastián Ramírez
0f8349fcb7
📝 Update release notes
2022-01-23 18:03:42 +01:00
github-actions
6215fdd39e
📝 Update release notes
2022-01-23 16:34:52 +00:00
github-actions
f4963f05bf
📝 Update release notes
2022-01-23 16:32:35 +00:00
github-actions
699b5ef841
📝 Update release notes
2022-01-23 16:14:28 +00:00
github-actions
85518bc58b
📝 Update release notes
2022-01-23 15:55:36 +00:00
Mark
ca5d57ea79
✨ Allow hiding from OpenAPI (and Swagger UI) `Query`, `Cookie`, `Header`, and `Path` parameters ( #3144 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-01-23 16:54:59 +01:00
github-actions
347e391271
📝 Update release notes
2022-01-23 14:56:44 +00:00
Sebastián Ramírez
a75d080124
🔧 Add sponsor Dropbase ( #4465 )
2022-01-23 15:56:14 +01:00
Sebastián Ramírez
f0388915a8
🔖 Release version 0.72.0
2022-01-16 21:09:10 +01:00
Sebastián Ramírez
9e2f5c67b6
📝 Update release notes
2022-01-16 21:08:04 +01:00
github-actions
93e4a19e35
📝 Update release notes
2022-01-16 19:42:33 +00:00
github-actions
d23b295b96
📝 Update release notes
2022-01-16 19:41:49 +00:00
github-actions
24968937e5
📝 Update release notes
2022-01-16 19:37:21 +00:00
github-actions
436261b3ea
📝 Update release notes
2022-01-16 19:35:00 +00:00
github-actions
acbe79da37
📝 Update release notes
2022-01-16 19:27:03 +00:00
John Riebold
a85aa125d2
✨ Enable configuring Swagger UI parameters ( #2568 )
...
Co-authored-by: Artem Ivanov <artem@worklife.io>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2022-01-16 20:26:24 +01:00
github-actions
9af8cc69d5
📝 Update release notes
2022-01-16 14:44:43 +00:00
Sebastián Ramírez
7fe79441c1
📝 Update Python Types docs, add missing 3.6 / 3.9 example ( #4434 )
2022-01-16 15:44:08 +01:00
github-actions
b8ae84d460
📝 Update release notes
2022-01-16 14:35:21 +00:00
Sebastián Ramírez
ca2b1dbb64
🔧 Enable MkDocs Material Insiders' `content.tabs.link` ( #4399 )
2022-01-16 14:34:45 +00:00
Sebastián Ramírez
672c55ac62
🔖 Release version 0.71.0
2022-01-07 18:07:59 +01:00
github-actions
66c27c3e07
📝 Update release notes
2022-01-07 14:19:23 +00:00
github-actions[bot]
44f4885c66
👥 Update FastAPI People ( #4354 )
...
Co-authored-by: github-actions <github-actions@github.com>
2022-01-07 15:18:45 +01:00
github-actions
4da33e3031
📝 Update release notes
2022-01-07 14:17:49 +00:00
github-actions
0a82b3a900
📝 Update release notes
2022-01-07 14:12:16 +00:00
Sebastián Ramírez
d08a062ee2
✨ Add docs and tests for Python 3.9 and Python 3.10 ( #3712 )
...
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
2022-01-07 15:11:31 +01:00
github-actions
83f6781037
📝 Update release notes
2022-01-07 10:24:43 +00:00
Sebastián Ramírez
764ecae2d4
⬆ Upgrade MkDocs Material and configs ( #4385 )
2022-01-07 11:24:00 +01:00
github-actions
4e9f75912f
📝 Update release notes
2022-01-07 09:35:10 +00:00
Sebastián Ramírez
3efb4f7edf
🔖 Release version 0.70.1
2021-12-12 12:39:32 +01:00
github-actions
9c25f9615c
📝 Update release notes
2021-12-12 11:34:58 +00:00
github-actions[bot]
e7158bc592
👥 Update FastAPI People ( #4274 )
...
Co-authored-by: github-actions <github-actions@github.com>
2021-12-12 12:34:18 +01:00
github-actions
6d642ef5fb
📝 Update release notes
2021-12-12 11:29:36 +00:00
github-actions
0a87bc88b8
📝 Update release notes
2021-12-09 10:48:10 +00:00
github-actions
aa4a69f790
📝 Update release notes
2021-12-09 10:45:00 +00:00
github-actions
eb79441a7f
📝 Update release notes
2021-12-09 10:40:14 +00:00
github-actions
fb9c4b31b9
📝 Update release notes
2021-12-08 15:46:19 +00:00
github-actions
dd463d0dc2
📝 Update release notes
2021-12-08 15:44:10 +00:00
github-actions
da69a1c4c0
📝 Update release notes
2021-12-08 15:42:12 +00:00
github-actions
8e416875ce
📝 Update release notes
2021-12-08 15:38:10 +00:00
github-actions
cace5a79f7
📝 Update release notes
2021-12-08 15:33:09 +00:00
github-actions
f282c0e207
📝 Update release notes
2021-12-08 15:04:50 +00:00
Sebastián Ramírez
146ff28d9c
🔧 Add CryptAPI sponsor ( #4264 )
2021-12-08 15:04:04 +00:00
github-actions
58ab733f19
📝 Update release notes
2021-10-26 18:54:22 +00:00
weekwith.me
0a61a6c865
📝 Update `docs/tutorial/dependencies/classes-as-dependencies`: Add type of query parameters in a description of `Classes as dependencies` ( #4015 )
2021-10-26 18:53:40 +00:00
github-actions
fb1f341231
📝 Update release notes
2021-10-26 18:47:42 +00:00
github-actions
08410ca568
📝 Update release notes
2021-10-26 18:34:11 +00:00
github-actions
b2c9574fc6
📝 Update release notes
2021-10-26 18:16:12 +00:00
github-actions
3c93e803d5
📝 Update release notes
2021-10-26 18:14:17 +00:00
Sebastián Ramírez
864643ef76
📝 Update release notes
2021-10-07 19:38:36 +02:00
Sebastián Ramírez
5d80e02ae8
🔖 Release version 0.70.0
2021-10-07 19:34:27 +02:00
Sebastián Ramírez
affe542753
📝 Update release notes
2021-10-07 19:33:35 +02:00
github-actions
8e887d7145
📝 Update release notes
2021-10-07 17:21:11 +00:00
Sebastián Ramírez
921b6f742a
🔖 Release version 0.69.0
2021-10-07 18:45:43 +02:00
Sebastián Ramírez
c1fee263e1
📝 Update release notes
2021-10-07 18:43:50 +02:00
github-actions
42d10ef4bf
📝 Update release notes
2021-10-07 16:22:27 +00:00
github-actions
a81e2f20a5
📝 Update release notes
2021-10-07 16:15:21 +00:00
Andy Challis
53076170c0
✏ Fix typos in Deployment Guide ( #3975 )
...
Co-authored-by: Anthony Lukach <anthonylukach@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 18:14:39 +02:00
github-actions
eb89968b36
📝 Update release notes
2021-10-07 15:58:17 +00:00
tomwei7
c54fb7e208
📝 Update docs with pip install calls when using extras with brackets, use quotes for compatibility with Zsh ( #3131 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 17:57:38 +02:00
github-actions
077e5baf2c
📝 Update release notes
2021-10-07 15:56:18 +00:00
Kaustubh Gupta
9c6e0d02bb
📝 Add external link to article: Deploying ML Models as API Using FastAPI and Heroku ( #3904 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 17:55:40 +02:00
github-actions
d198f38b45
📝 Update release notes
2021-10-07 15:45:28 +00:00
Nina Hwang
4ba1e81f16
✏ Fix typo in file paths in `docs/en/docs/contributing.md` ( #3752 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 17:44:46 +02:00
github-actions
bb20f5e60d
📝 Update release notes
2021-10-07 15:30:34 +00:00
SaintMalik
7e4887ea55
✏ Fix a typo in `docs/en/docs/advanced/path-operation-advanced-configuration.md` and `docs/en/docs/release-notes.md` ( #3750 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 15:29:50 +00:00
github-actions
ffaecddbf6
📝 Update release notes
2021-10-07 14:37:59 +00:00
Jorge Alvarado
e43f434448
✏️ Add a missing comma in the security tutorial ( #3564 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 14:36:43 +00:00
github-actions
eb453a50b8
📝 Update release notes
2021-10-07 14:23:26 +00:00
jaystone776
5a28f95a93
✏ Fix typo in `docs/en/docs/help-fastapi.md` ( #3760 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 14:22:16 +00:00
github-actions
4093c35058
📝 Update release notes
2021-10-07 14:09:05 +00:00
Denys Marichev
7efdc11075
✏ Fix typo about file path in `docs/en/docs/tutorial/bigger-applications.md` ( #3285 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 14:07:46 +00:00
github-actions
24cda290e8
📝 Update release notes
2021-10-07 13:59:14 +00:00
Bharat Raghunathan
d06b4d7bb8
✏ Re-word to clarify test client in `docs/en/docs/tutorial/testing.md` ( #3382 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 13:57:51 +00:00
github-actions
1a8284725a
📝 Update release notes
2021-10-07 13:32:54 +00:00
Pax
4f168c5ada
📝 Fix incorrect highlighted code ( #3325 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 13:32:14 +00:00
github-actions
b67532ee5c
📝 Update release notes
2021-10-07 13:27:16 +00:00
Edd Salkield
c29aa0bc87
🔧 Swap light/dark theme button icon ( #3246 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 15:26:36 +02:00
github-actions
5551e7282c
📝 Update release notes
2021-10-07 13:14:08 +00:00
Somraj Saha
8e68ddbddf
📝 Add external link to article: How-to deploy FastAPI app to Heroku ( #3241 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 13:13:10 +00:00
github-actions
46882b9ae1
📝 Update release notes
2021-10-07 13:07:24 +00:00
github-actions
3581034eff
📝 Update release notes
2021-10-07 13:01:11 +00:00
Abraham Hinteregger
b69781b161
✏ Fix typo (mistranslation) in `docs/en/docs/advanced/templates.md` ( #3211 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 13:00:33 +00:00
github-actions
12db3926b5
📝 Update release notes
2021-10-07 12:57:15 +00:00
Greg Gandenberger
afe1f69e79
📝 Remove note about (now supported) feature from Swagger UI in `docs/en/docs/tutorial/request-files.md` ( #2803 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 12:55:51 +00:00
raphaelauv
426bd096ad
📝 Update note about Falcon and ASGI, as now Falcon is also ASGI 🎉 ( #3073 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 12:44:39 +00:00
github-actions
fee3126d3a
📝 Update release notes
2021-10-07 12:27:41 +00:00
Hasan Ramezani
8f4e3a4377
📝 Add supported Python versions badge ( #2794 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 12:26:57 +00:00
github-actions
3b686c3774
📝 Update release notes
2021-10-07 12:22:16 +00:00
graue70
17f0ec8927
✏ Fix typo re-word in `docs/tutorial/handling-errors.md` ( #2700 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 12:21:34 +00:00
github-actions
a6ef62ce7b
📝 Update release notes
2021-10-07 10:36:53 +00:00
Sebastián Ramírez
d9fa2311b3
📝 Add docs for using Trio with Hypercorn ( #4014 )
2021-10-07 10:36:09 +00:00
github-actions
c15f042318
📝 Update release notes
2021-10-06 15:43:37 +00:00
github-actions
496ccc0f70
📝 Update release notes
2021-10-06 15:32:53 +00:00
Thomas Grainger
11d0a08acd
✨ Add support for Trio via AnyIO ( #3372 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-06 17:32:11 +02:00
github-actions
4d26fa5c54
📝 Update release notes
2021-10-06 15:09:36 +00:00
github-actions
292b8c8ce9
📝 Update release notes
2021-10-05 16:10:28 +00:00
github-actions
ac0f594305
📝 Update release notes
2021-10-05 16:08:13 +00:00
Madat Bay
cc0d0f3899
🌐 Initialize Azerbaijani translations ( #3941 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-05 16:07:25 +00:00
github-actions
67d5ba1efd
📝 Update release notes
2021-10-05 15:53:54 +00:00
Sebastián Ramírez
378fa4ef75
🔖 Release version 0.68.2
2021-10-05 15:32:18 +02:00