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
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
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
mori yuta
e423c8241a
✏ Fix link in Japanese docs for `docs/ja/docs/deployment/docker.md` ( #3245 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 15:06:17 +02: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
Vijay Yarramsetty
0ceacef413
✏ Fix typo in `docs/en/docs/tutorial/body-nested-models.md` ( #2808 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-10-07 12:30:25 +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