Commit Graph

1511 Commits

Author SHA1 Message Date
github-actions 31a7bfd227 📝 Update release notes 2021-03-27 16:46:10 +00:00
Sebastián Ramírez 47dde41c6c
🔧 Disable sponsor WeTransfer (#3002) 2021-03-27 17:45:32 +01:00
github-actions 413a86998e 📝 Update release notes 2021-03-27 16:36:52 +00:00
Sebastián Ramírez 36721d4362
📌 Pin SQLAlchemy range, as it doesn't use SemVer (#3001) 2021-03-27 17:36:07 +01:00
github-actions c09e950bd2 📝 Update release notes 2021-03-01 19:02:33 +00:00
Sebastián Ramírez 4d208b2b90
🎨 Add newly required type annotations for mypy (#2882)
* ⬆️ Upgrade mypy

* 🎨 Add extra type annotations, now required by mypy
2021-03-01 20:01:50 +01:00
github-actions 071c6a17dd 📝 Update release notes 2021-03-01 18:33:53 +00:00
github-actions[bot] 4ab79c679b
👥 Update FastAPI People (#2880)
Co-authored-by: github-actions <github-actions@github.com>
2021-03-01 19:33:08 +01:00
github-actions 33be5fc8ba 📝 Update release notes 2021-02-07 18:27:26 +00:00
Davide Fiocco a7a353e1f5
📝 Fix broken link to article: Machine learning model serving in Python using FastAPI and Streamlit (#2557) 2021-02-07 19:26:44 +01:00
github-actions c153d9b83e 📝 Update release notes 2021-02-07 18:26:07 +00:00
vjanz 2875d88ccf
📝 Add FastAPI Medium Article: Deploy a dockerized FastAPI application to AWS (#2515)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-02-07 19:25:27 +01:00
github-actions 9e0cca828d 📝 Update release notes 2021-02-07 18:19:21 +00:00
johnthagen 5dc3ec4a65
✏ Fix typo in Tutorial - Handling Errors (#2486) 2021-02-07 19:18:37 +01:00
github-actions bda392cba6 📝 Update release notes 2021-02-07 18:16:26 +00:00
water_lift f22137346a
🎨 Remove internal "type: ignore", now unnecessary (#2424) 2021-02-07 19:15:43 +01:00
github-actions f108741a82 📝 Update release notes 2021-02-07 18:14:23 +00:00
Jürgen Gmach 8433e8efe2
✏ Fix typo in Security OAuth2 scopes (#2407) 2021-02-07 19:13:41 +01:00
github-actions e6a1a9e193 📝 Update release notes 2021-02-07 18:06:49 +00:00
kangni bbb22813e6
✏ Fix typo/clarify docs for SQL (Relational) Databases (#2393)
By way of code example, I think this is a typo. btw, the tutorial is very well written.
2021-02-07 19:06:08 +01:00
github-actions f0f8e287ec 📝 Update release notes 2021-02-07 18:02:41 +00:00
Xie Wei 0af6cbe990
🌐 Add Chinese translation for Tutorial - Bigger Applications - Multiple Files (#2453)
Co-authored-by: Shucai.wang <blt23@126.com>
2021-02-07 19:02:00 +01:00
github-actions 9e9e068762 📝 Update release notes 2021-02-07 18:01:12 +00:00
Xie Wei 9fda0149da
🌐 Add Chinese translation for Tutorial - Security - Security Intro (#2443) 2021-02-07 19:00:14 +01:00
github-actions 95a713b3e2 📝 Update release notes 2021-02-07 17:59:55 +00:00
maoyibo 2da3d62d37
🌐 Add Chinese translation for Tutorial - Header Parameters (#2412)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-02-07 18:59:12 +01:00
github-actions 7dd2e92d7e 📝 Update release notes 2021-02-07 17:52:50 +00:00
maoyibo 6d06e13284
🌐 Add Chinese translation for Tutorial - Extra Data Types (#2410)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-02-07 18:52:09 +01:00
github-actions a2199c545b 📝 Update release notes 2021-02-07 17:47:02 +00:00
T. Tokusumi 08cbc6c8ff
🌐 Add Japanese translation for Deployment - Docker (#2312)
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: Sho Nakamura <sh0nk.developer@gmail.com>
2021-02-07 18:46:22 +01:00
github-actions f730160037 📝 Update release notes 2021-02-07 17:45:09 +00:00
T. Tokusumi 20360c207e
🌐 Add Japanese translation for Deployment - Versions (#2310)
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: Sho Nakamura <sh0nk.developer@gmail.com>
2021-02-07 18:44:28 +01:00
github-actions 568a54dff2 📝 Update release notes 2021-02-07 17:43:14 +00:00
Alicrazy 91cacc9c92
🌐 Add Chinese translation for Tutorial - Cookie Parameters (#2261)
Co-authored-by: lijun <lijun@duozhuayu.net>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-02-07 18:42:34 +01:00
github-actions b3899333f4 📝 Update release notes 2021-02-07 17:41:26 +00:00
Amit Chaudhary 6b6a310e54
📝 Add external link to "FastAPI for Flask Users" (#2280) 2021-02-07 18:40:42 +01:00
github-actions cb2dce03c0 📝 Update release notes 2021-02-07 17:38:52 +00:00
T. Tokusumi 7122687f25
🌐 Add Japanese translation for Tutorial - Static files (#2260)
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: Sho Nakamura <sh0nk.developer@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-02-07 18:38:10 +01:00
github-actions af6fcf1413 📝 Update release notes 2021-02-07 17:32:12 +00:00
T. Tokusumi cd8b90a5a4
🌐 Add Japanese translation for Tutorial - Testing (#2259)
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: Sho Nakamura <sh0nk.developer@gmail.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-02-07 18:31:30 +01:00
github-actions c88fb2eef0 📝 Update release notes 2021-02-07 17:26:15 +00:00
T. Tokusumi 17781e3596
🌐 Add Japanese translation for Tutorial - Debugging (#2256)
Co-authored-by: Sho Nakamura <sh0nk.developer@gmail.com>
2021-02-07 18:25:31 +01:00
github-actions a381642558 📝 Update release notes 2021-02-07 17:24:39 +00:00
T. Tokusumi 5828043b69
🌐 Add Japanese translation for Tutorial - Middleware (#2255)
Co-authored-by: Sho Nakamura <sh0nk.developer@gmail.com>
2021-02-07 18:23:55 +01:00
github-actions 909a81f88a 📝 Update release notes 2021-02-07 17:21:27 +00:00
T. Tokusumi faec713e0d
🌐 Add Japanese translation for Concurrency and async / await (#2058)
Co-authored-by: Taki Komiyama <39375566+komtaki@users.noreply.github.com>
Co-authored-by: Sho Nakamura <sh0nk.developer@gmail.com>
2021-02-07 18:20:43 +01:00
github-actions 60addbcdd5 📝 Update release notes 2021-02-01 14:49:57 +00:00
github-actions[bot] a27a1bc53c
👥 Update FastAPI People (#2739)
Co-authored-by: github-actions <github-actions@github.com>
2021-02-01 15:49:09 +01:00
github-actions 41f291524d 📝 Update release notes 2021-01-19 20:13:46 +00:00
Sebastián Ramírez 6b3bc7384e
🔧 Add new Gold Sponsor Talk Python 🎉 (#2673) 2021-01-19 21:12:58 +01:00