SemanticDiff fastapi
πŸ“ Update all docs to use `Annotated` as the main recommendation, with new examples and tests
#9268
Merged

πŸ“ Update all docs to use `Annotated` as the main recommendation, with new examples and tests #9268

tiangolo merged 79 commits into master from annotated-docs-tests
tiangolo
tiangolo 🍱 Add new source examples with Annotated for Query Params and String …
bd9c681b
tiangolo πŸ“ Add new docs with Annotated for Query Params and String Validations
b18ef103
tiangolo 🚚 Rename incorrectly named tests for Query Params and str validations
2e9fe363
tiangolo βœ… Add new tests with Annotated for Query Params and Sring Validations…
1f0e4211
tiangolo 🍱 Add new examples with Annotated for Intro to Python Types
b1098702
tiangolo πŸ“ Update Python Types Intro, include Annotated
cf22b453
tiangolo 🎨 Fix formatting in Query params and string validation, and highlight
9558c8bc
tiangolo 🍱 Add new Annotated source examples for Path Params and Numeric Valid…
b19b086b
tiangolo πŸ“ Update docs for Path Params and Numeric Validations with Annotated
655dc8a7
tiangolo 🍱 Add new source examples with Annotated for Body - Multiple Params
4fee1e31
tiangolo πŸ“ Update docs with Annotated for Body - Multiple Parameters
7b84f2a2
tiangolo βœ… Add test for new Annotated examples in Body - Multiple Parameters
5b2a52e8
tiangolo 🍱 Add new Annotated source examples for Body Fields
e83a64f7
tiangolo πŸ“ Update docs for Body Fields with new Annotated examples
fa5b79a7
tiangolo βœ… Add new tests for new Annotated examples for Body Fields
8885f738
tiangolo 🍱 Add new Annotated source examples for Schema Extra (Example Data)
55beafdd
tiangolo πŸ“ Update docs for Schema Extra with Annotated
f15c5f23
tiangolo βœ… Add tests for new Annotated examples for Schema Extra
ea65f0ab
tiangolo 🍱 Add new Annnotated source examples for Extra Data Types
24294926
tiangolo πŸ“ Update docs with Annotated for Extra Data Types
f4e857bb
tiangolo βœ… Add tests for new Annotated examples for Extra Data Types
7d56e7f1
tiangolo 🍱 Add new Annotated source examples for Cookie Parameters
57a27331
tiangolo πŸ“ Update docs for Cookie Parameters with Annotated examples
14746ed1
tiangolo βœ… Add tests for new Annotated source examples in Cookie Parameters
1b4f8cfb
tiangolo 🍱 Add new Annotated examples for Header Params
1ad111b4
tiangolo πŸ“ Update docs with Annotated examples for Header Parameters
540e6307
tiangolo βœ… Add tests for new Annotated examples for Header Params
d8094cf6
tiangolo 🍱 Add new Annotated examples for Form Data
3b096153
tiangolo πŸ“ Update Annotated docs for Form Data
2ae17916
tiangolo βœ… Add tests for new Annotated examples in Form Data
a026a67f
tiangolo 🍱 Add new Annotated source examples for Request Files
1fa1db34
tiangolo πŸ“ Update Annotated docs for Request Files
9db3b8e8
tiangolo βœ… Test new Annotated examples for Request Files
6e4bfc33
tiangolo 🍱 Add new Annotated source examples for Request Forms and Files
1850669c
tiangolo βœ… Add tests for new Anotated examples for Request Forms and Files
9b5d11da
tiangolo 🍱 Add new Annotated source examples for Dependencies and Advanced Dep…
8cfb2886
tiangolo βœ… Add tests for new Annotated dependencies
66d790bf
tiangolo πŸ“ Add new docs for using Annotated with dependencies including type a…
95fc7733
tiangolo πŸ“ Update docs for Classes as Dependencies with Annotated
cf1d8081
tiangolo πŸ“ Update docs for Sub-dependencies with Annotated
c0bce9f9
tiangolo πŸ“ Update docs for Dependencies in path operation decorators with Anno…
00272f57
tiangolo πŸ“ Update docs for Global Dependencies with Annotated
67164b9f
tiangolo πŸ“ Update docs for Dependencies with yield with Annotated
d62c0fd4
tiangolo 🎨 Update format in example for dependencies with Annotated
798cbedf
tiangolo 🍱 Add source examples with Annotated for Security
17f1f373
tiangolo βœ… Add tests for new Annotated examples for security
72e4de7b
tiangolo πŸ“ Update docs for Security - First Steps with Annotated
9ec0dac3
tiangolo πŸ“ Update docs for Security: Get Current User with Annotated
4a2e2d18
tiangolo πŸ“ Update docs for Simple OAuth2 with Password and Bearer with Annotated
d994b1ca
tiangolo πŸ“ Update docs for OAuth2 with Password (and hashing), Bearer with JWT…
280e87de
tiangolo πŸ“ Update docs for Request Forms and Files with Annotated
d206a740
tiangolo 🍱 Add new source examples for Bigger Applications with Annotated
d4518da5
tiangolo βœ… Add new tests for Bigger Applications with Annotated
f87c84cd
tiangolo πŸ“ Update docs for Bigger Applications - Multiple Files with Annotated
79192a31
tiangolo 🍱 Add source examples for background tasks with Annotated
69f4b042
tiangolo πŸ“ Update docs for Background Tasks with Annotated
d91a7d8a
tiangolo βœ… Add test for Background Tasks with Anotated
4f18e1b8
tiangolo 🍱 Add new source examples for docs for Testing with Annotated
6b184e1b
tiangolo πŸ“ Update docs for Testing with Annotated
4dbb3dbd
tiangolo βœ… Add tests for Annotated examples for Testing
3628f125
tiangolo 🍱 Add new source examples for Additional Status Codes with Annotated
2f12067c
tiangolo βœ… Add tests for new Annotated examples for Additional Status Codes
6da98c31
tiangolo πŸ“ Update docs for Additional Status Codes with Annotated
6b1462dc
tiangolo πŸ“ Update docs for Advanced Dependencies with Annotated
75c63e96
tiangolo πŸ“ Update docs for OAuth2 scopes with Annotated
711b8011
tiangolo πŸ“ Update docs for HTTP Basic Auth with Annotated
9a58c496
tiangolo 🍱 Add source examples with Annotated for WebSockets
b87c6205
tiangolo βœ… Add tests for new Annotated examples for WebSockets
4069f4f2
tiangolo πŸ“ Update docs for WebSockets with new Annotated examples
476f464c
tiangolo 🍱 Add source examples with Annotated for Settings and Environment Var…
b5ad411a
tiangolo πŸ“ Update docs for Settings and Environment Variables with Annotated
c8e472a9
tiangolo 🍱 Add new source examples for testing dependencies with Annotated
db5b2659
tiangolo βœ… Add tests for new examples for testing dependencies
9ae49d00
tiangolo πŸ“ Update docs for testing dependencies with new Annotated examples
d0fe373b
tiangolo βœ… Update and fix marker for Python 3.9 test
b0e7274a
tiangolo Merge branch 'master' into annotated-docs-tests
742da537
github-actions
tiangolo πŸ”§ Update Ruff ignores for source examples in docs
e6d59749
github-actions
tiangolo βœ… Fix some tests in the grid for Python 3.9 (incorrectly testing 3.10)
87d56fab
github-actions
tiangolo πŸ”₯ Remove source examples and tests for (non existent) docs section ab…
df130dd5
github-actions
tiangolo tiangolo merged 9eaed2eb into master 1 year ago
tiangolo tiangolo deleted the annotated-docs-tests branch 1 year ago
nzig
tiangolo
a-was

Login to write a write a comment.

Login via GitHub

Reviewers
No reviews
Assignees
No one assigned
Labels
Milestone