Commit Graph

159 Commits

Author SHA1 Message Date
Motov Yurii 47acc62e54
🛠️ Update `docs.py generate-readme` command to remove permalinks from headers (#14055) 2025-09-20 13:43:51 +02:00
Sebastián Ramírez 1884d76f61
🔧 Update sponsors: remove Platform.sh (#14027) 2025-08-31 15:19:49 +00:00
Sebastián Ramírez ee9ccac1e5
🔧 Update sponsors: remove Mobb (#14026) 2025-08-31 15:02:08 +00:00
Valentyn d9249c1949
📝 Fix Twitter to be X (Twitter) everywhere in documentation (#13809)
Co-authored-by: Valentyn Druzhynin <v.druzhynin@zakaz.global>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-08-31 12:49:48 +02:00
Motov Yurii c55f7138a1
📝 Add permalinks to headers in English docs (#13993)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-08-31 09:15:41 +00:00
Sebastián Ramírez 8abfa0f106
🔧 Update sponsors: Databento link and sponsors_badge data (#13954) 2025-07-31 18:20:49 +00:00
Sebastián Ramírez e326cec10e
🔧 Update sponsors: Add Railway (#13953) 2025-07-31 17:47:31 +00:00
Sebastián Ramírez a5a4daa705
🔧 Update sponsors: Add Mobb (#13916) 2025-07-23 15:02:20 +02:00
Sebastián Ramírez b083ccd250
Add support for deploying to FastAPI Cloud with `fastapi deploy` (#13870) 2025-07-07 17:00:35 +02:00
Nolan Di Mare Sullivan 7d9195a248
📝 Update Speakeasy URL to Speakeasy Sandbox (#13697) 2025-06-17 13:53:56 +02:00
Sebastián Ramírez 44d5abffc1
🔧 Update sponsors: remove Porter (#13783) 2025-06-10 18:52:33 +02:00
Sebastián Ramírez 38c282039a
🔧 Update sponsors: add Dribia (#13771) 2025-06-05 13:51:48 +02:00
Sebastián Ramírez 29ed7d052b
🔧 Update sponsors: Add InterviewPal (#13728) 2025-05-22 09:45:32 +00:00
Sebastián Ramírez 7382ceda57
🔧 Update sponsors: remove MongoDB (#13725) 2025-05-21 17:17:03 +02:00
Sebastián Ramírez a9a2782f95
🔧 Update sponsors: add Subtotal (#13701)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-05-09 18:36:42 +02:00
Sebastián Ramírez f61fe35178
🔧 Update sponsors: remove deepset / Haystack (#13700) 2025-05-09 13:48:50 +00:00
Martyn Davies bc56c74d6b
🔧 Update Sponsors: Zuplo logo and alt text (#13645)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-05-01 13:15:38 +00:00
Sebastián Ramírez 418c3c8d2b
🔧 Update sponsors: remove Bump.sh and Coherence (#13668) 2025-05-01 12:58:00 +00:00
OA c2fb5cc109
📝 Remove unnecessary bullet from docs (#13641) 2025-04-26 18:00:32 +02:00
Sebastián Ramírez 987d2f9a92
🔧 Update sponsors: add CodeRabbit (#13402) 2025-02-20 18:49:13 +01:00
Emil Sadek 126a9b33c9
📝 Fix test badge (#13313)
* Fix test badge

* Fix test badge in docs

---------

Co-authored-by: Emil Sadek <esadek@users.noreply.github.com>
Co-authored-by: Alejandra <90076947+alejsdev@users.noreply.github.com>
2025-02-10 12:18:47 +01:00
Sebastián Ramírez df8f281674
🔧 Update sponsors, add Permit (#13288) 2025-01-31 17:01:48 +00:00
Sebastián Ramírez 0f5146fa5d
🔧 Update sponsors: rename CryptAPI to BlockBee (#13078) 2024-12-15 14:35:18 +01:00
Dave Hay 9e19613311
✏️ Fix typo in README installation instructions (#13011) 2024-12-09 12:57:05 +00:00
Sebastián Ramírez 0b7b222e49
📝 Update sponsors: remove Codacy (#13032) 2024-12-04 15:00:08 +00:00
Sebastián Ramírez 05c8ed3312
🔧 Update sponsors: add Render (#12733) 2024-10-31 09:13:26 +00:00
Elton Jefferson 4c1a1938bc
📝 Fix broken link in docs (#12495) 2024-10-20 20:20:23 +01:00
Sebastián Ramírez bb018fc46c
🔧 Update sponsors, remove Fine.dev (#12271) 2024-09-26 17:17:21 +00:00
Sebastián Ramírez afdda4e50b
🔧 Update sponsors: Coherence link (#12130) 2024-09-05 15:21:35 +00:00
Sebastián Ramírez 9519380764
🔧 Update sponsors: Coherence (#12093) 2024-08-30 18:20:21 +02:00
Sebastián Ramírez 4cf3421178
🔧 Update sponsors, remove Kong (#12085) 2024-08-29 02:01:29 +02:00
Sofie Van Landeghem 6aa44a85a2
📝 Fix minor typos and issues in the documentation (#12063) 2024-08-24 16:52:09 -05:00
Sebastián Ramírez 705659bb22
📝 Add docs about Environment Variables and Virtual Environments (#12054) 2024-08-21 19:47:31 -05:00
Jiri Kuncar c81f575d0d
🔨 Specify `email-validator` dependency with dash (#11515)
Co-authored-by: svlandeg <svlandeg@github.com>
2024-08-16 11:50:01 -05:00
Sebastián Ramírez a25c92ceb9
♻️ Add support for `pip install "fastapi[standard]"` with standard dependencies and `python -m fastapi` (#11935)
* ♻️ Add support for `pip install "fastapi[standard]"` and make `fastapi` not include the optional standard dependencies

* 📝 Update docs to include new fastapi[standard]

*  Add new stub fastapi command that tells people to install fastapi[standard]

*  Add tests for new stub CLI

* 🔧 Add new command fastapi in main fastapi project, for when fastapi-cli is not installed

* ✏️ Fix types

* 📝 Add note about quotes when installing fastapi[standard]

* 📝 Update docs about standard extra dependencies

* ⬆️ Upgrade fastapi-cli
2024-08-02 01:03:05 -05:00
Sebastián Ramírez efb4a077be
🔧 Update sponsors: add liblab (#11934) 2024-07-31 23:53:51 -05:00
Sebastián Ramírez 221e59b0d1
🚚 Rename GitHub links from tiangolo/fastapi to fastapi/fastapi (#11913) 2024-07-29 18:35:07 -05:00
Sebastián Ramírez 480f928599
🔧 Update sponsors, remove Reflex (#11875) 2024-07-23 14:36:22 -05:00
Nolan Di Mare Sullivan b80a2590f8
📝 Update Speakeasy URL (#11871)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-07-22 15:37:30 -05:00
Sebastián Ramírez 9230978aae
🔧 Update sponsors: remove TalkPython (#11861) 2024-07-17 22:36:02 +00:00
Sebastián Ramírez 4d3ef06029
Remove orjson and ujson from default dependencies (#11842) 2024-07-14 12:46:40 -05:00
Sebastián Ramírez 0888b3ffc0
🔧 Update sponsors: add Fine (#11784) 2024-07-01 18:08:40 -05:00
Sebastián Ramírez b08f15048d
🔧 Tweak sponsors: Kong URL (#11765) 2024-06-25 20:52:00 -05:00
Sebastián Ramírez 913659c80d
🔧 Update sponsors, add Stainless (#11763) 2024-06-25 20:33:01 -05:00
Sebastián Ramírez 32259588e8
🔧 Update sponsors, add Zuplo (#11729) 2024-06-17 21:25:11 -05:00
Sebastián Ramírez 696dedf8e6
🔧 Update Sponsor link: Coherence (#11730) 2024-06-17 14:20:40 +00:00
Sebastián Ramírez 803b9fca98
🔧 Add sponsor Kong (#11662) 2024-05-30 08:28:20 -05:00
Sebastián Ramírez d71be59217
Add FastAPI CLI, the new `fastapi` command (#11522) 2024-05-02 15:37:31 -07:00
Sebastián Ramírez 7b55bf37b5
📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit (#11496) 2024-04-28 22:18:04 -07:00
Sebastián Ramírez a901e2f449
📝 Update references to UJSON (#11464) 2024-04-18 18:58:47 -05:00