github-actions
eb79441a7f
📝 Update release notes
2021-12-09 10:40:14 +00:00
Nina Hwang
fa5639cb35
🌐 Add Korean translation for `docs/tutorial/request-files.md` ( #3743 )
...
Co-authored-by: Spike <rurouni24@gmail.com>
Co-authored-by: weekwith.me <63915557+0417taehyun@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-12-08 15:52:01 +00:00
Leandro de Souza
10e3a02582
🌐 Add portuguese translation for `docs/tutorial/query-params-str-validations.md` ( #3965 )
...
Co-authored-by: Mário Victor Ribeiro Silva <mariovictorrs@gmail.com>
Co-authored-by: Leandro de Souza <leandro.souza@fontes.corp>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-12-08 16:50:35 +01:00
github-actions
fb9c4b31b9
📝 Update release notes
2021-12-08 15:46:19 +00:00
Nina Hwang
39dbee9d56
🌐 Add Korean translation for `docs/tutorial/response-status-code.md` ( #3742 )
...
Co-authored-by: weekwith.me <63915557+0417taehyun@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-12-08 16:45:37 +01:00
github-actions
dd463d0dc2
📝 Update release notes
2021-12-08 15:44:10 +00:00
Kwang Soo Jeong
461e0d4cce
🌐 Add Korean translation for Tutorial - JSON Compatible Encoder ( #3152 )
2021-12-08 16:43:31 +01:00
github-actions
da69a1c4c0
📝 Update release notes
2021-12-08 15:42:12 +00:00
Spike
a5d697b9b5
🌐 Add Korean translation for Tutorial - Path Parameters and Numeric Validations ( #2432 )
2021-12-08 16:41:26 +01:00
github-actions
8e416875ce
📝 Update release notes
2021-12-08 15:38:10 +00:00
daehyeon kim
446d194c46
🌐 Add Korean translation for `docs/ko/docs/deployment/versions.md` ( #4121 )
...
Co-authored-by: weekwith.me <63915557+0417taehyun@users.noreply.github.com>
2021-12-08 16:37:30 +01:00
github-actions
cace5a79f7
📝 Update release notes
2021-12-08 15:33:09 +00:00
kimjaeyoonn
dabb4898f1
🌐 Fix Korean translation for `docs/ko/docs/tutorial/index.md` ( #4193 )
2021-12-08 15:32:24 +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
Gabriel Soicher
36c177c232
Merge branch 'tiangolo:master' into master
2021-10-27 09:22:00 +02:00
Gabriel Soicher
bc8052a196
Add read_with_orm_mode for dataclasses
...
This allows for a workaround for SQLAlchemy dataclasses after the changes introduced in 0.67 .
It replicates the funcionality provided for Pydantic models (`read_with_orm_mode`) by allowing a special property to be set on dataclasses that want to opt in to the feature.
2021-10-27 09:18:17 +02: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
Sam Courtemanche
652cf4bb6b
🌐 Add French translation for Tutorial - First steps ( #3455 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-26 18:47:01 +00:00
github-actions
08410ca568
📝 Update release notes
2021-10-26 18:34:11 +00:00
Sam Courtemanche
0d5e0ba5d5
🌐 Add French translation for `docs/tutorial/path-params.md` ( #3548 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-26 18:33:34 +00:00
github-actions
b2c9574fc6
📝 Update release notes
2021-10-26 18:16:12 +00:00
Sam Courtemanche
a859497a72
🌐 Add French translation for `docs/tutorial/query-params.md` ( #3556 )
...
Co-authored-by: Ruidy <ruidy.nemausat@gmail.com>
2021-10-26 20:15:30 +02:00
github-actions
3c93e803d5
📝 Update release notes
2021-10-26 18:14:17 +00:00
bilal alpaslan
0bd8f901df
🌐 Add Turkish translation for `docs/python-types.md` ( #3926 )
2021-10-26 20:13:34 +02: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
46cf92c55a
⬆️ Upgrade Starlette to 0.16.0 ( #4016 )
2021-10-07 19:20:30 +02: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
Thomas Grainger
637cf89dbd
🔧 Correct DeprecationWarning config and comment in pytest settings ( #4008 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 18:21:46 +02: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
Jorge Alvarado
b1508dcacc
✏ Re-word and combine 2 paragraphs into 1 for readability ( #3346 )
2021-10-07 17:39:19 +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