Ben Brady
|
faba06d882
|
🔨 marked encoders functions private
|
10 months ago |
pre-commit-ci[bot]
|
5e5ef9cc4d
|
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
|
10 months ago |
Ben Brady
|
da6eff65d1
|
🔨 changed NoneType check to is None
|
10 months ago |
Sebastián Ramírez
|
333f1ba737
|
🔖 Release version 0.118.0
|
10 months ago |
Sebastián Ramírez
|
e329d78f86
|
🐛 Fix support for `StreamingResponse`s with dependencies with `yield` or `UploadFile`s, close after the response is done (#14099)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
10 months ago |
alv2017
|
3eb2ee7510
|
✏️ Fix typos in OAuth2 password request forms (#14112)
Fixed typos in OAuth2PasswordRequestForm and in OAuth2PasswordRequestFormStrict
|
10 months ago |
Sebastián Ramírez
|
784f06cb9b
|
🔖 Release version 0.117.1
|
10 months ago |
Thomas LÉVEIL
|
44fc67632b
|
🐛 Fix validation error when `File` is declared after `Form` parameter (#11194)
Co-authored-by: Sebastián Ramírez <[email protected]>
|
10 months ago |
Sebastián Ramírez
|
382d083e26
|
🔖 Release version 0.117.0
|
10 months ago |
vvanglro
|
f1e6f978ce
|
⚡️ Fix `default_factory` for response model field with Pydantic V1 (#9704)
Co-authored-by: Motov Yurii <[email protected]>
|
10 months ago |
Robert Hofer
|
b51ec36f2e
|
✨ Allow `None` as return type for bodiless responses (#9425)
Co-authored-by: Sebastián Ramírez <[email protected]>
|
10 months ago |
Max McLennan
|
86e515784d
|
🐛 Fix inconsistent processing of model docstring formfeed char with Pydantic V1 (#6039)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yurii Motov <[email protected]>
Co-authored-by: Sebastián Ramírez <[email protected]>
|
10 months ago |
Salim Aboubacar
|
2dc769b121
|
🐛 Fix `jsonable_encoder` alters `json_encoders` of Pydantic v1 objects (#4972)
Co-authored-by: Sebastián Ramírez <[email protected]>
Co-authored-by: Yurii Motov <[email protected]>
|
10 months ago |
sammasak
|
8ede27223e
|
✨ Allow array values for OpenAPI schema `type` field (#13639)
Co-authored-by: Lukas Rajala <[email protected]>
Co-authored-by: dlax <[email protected]>
Co-authored-by: Motov Yurii <[email protected]>
Co-authored-by: Sebastián Ramírez <[email protected]>
|
10 months ago |
Evgeny Bokshitsky
|
c2c6049b8f
|
♻️ Create `dependency-cache` dict in `solve_dependencies` only if `None` (don't re-create if empty) (#13689)
|
10 months ago |
rmawatson
|
9ac56c70f2
|
🐛 Reenable `allow_arbitrary_types` when only 1 argument is used on the API endpoint (#13694)
Co-authored-by: Sofie Van Landeghem <[email protected]>
Co-authored-by: Motov Yurii <[email protected]>
|
10 months ago |
Carlos Mario Toro
|
bc5013cd56
|
✨ Add OpenAPI `external_docs` parameter to `FastAPI` (#13713)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <[email protected]>
|
10 months ago |
secrett2633
|
c831cdbde2
|
🐛 Fix `inspect.getcoroutinefunction()` can break testing with `unittest.mock.patch()` (#14022)
|
10 months ago |
Sofie Van Landeghem
|
fe4542279d
|
🚨 Install pydantic.mypy plugin (#14081)
|
10 months ago |
Tamir Duberstein
|
a95e91e46e
|
⬆️ Update mypy to 1.14.1 (#12970)
Co-authored-by: Motov Yurii <[email protected]>
Co-authored-by: Sofie Van Landeghem <[email protected]>
Co-authored-by: svlandeg <[email protected]>
Co-authored-by: svlandeg <[email protected]>
|
10 months ago |
Sebastián Ramírez
|
a372edf7e8
|
🔖 Release version 0.116.2
|
10 months ago |
Ben Beasley
|
7563579dc8
|
⬆️ Upgrade Starlette supported version range to >=0.40.0,<0.49.0 (#14077)
Co-authored-by: svlandeg <[email protected]>
|
10 months ago |
Ben Brady
|
35683aa2fc
|
🔨 added exclude_defaults parameter to encode_dict
|
11 months ago |
Ben Brady
|
4e6200ab79
|
🔨 removed unused imports
|
11 months ago |
pre-commit-ci[bot]
|
ec77e7a7a6
|
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
|
11 months ago |
Ben Brady
|
f4ebfadcf9
|
🔨 removed encoders_by_class_tuples
|
11 months ago |
Ben Brady
|
672aa5aee7
|
🔨 added default return to find_encoder
|
11 months ago |
Ben Brady
|
9e5d6cfd2b
|
🔧 fixed acciental call of encoder
|
11 months ago |
pre-commit-ci[bot]
|
273f6217e9
|
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
|
11 months ago |
Ben Brady
|
303e1a5c38
|
🔨 removed useless types in ENCODERS_BY_TYPE
|
11 months ago |
Ben Brady
|
c60ec7e6b2
|
🔨 moved find encoder to seperate function
|
11 months ago |
Ben Brady
|
4bc25a4149
|
🔨 added comments to type checks
Co-authored-by: Maxim Martynov <[email protected]>
|
11 months ago |
Ben Brady
|
9266fe3357
|
🔨 moved encode_dict check allowed_keys to be first
|
11 months ago |
Ben Brady
|
f3a01033d6
|
🔨 changed encode_dict parameter typing
|
11 months ago |
Ben Brady
|
028d681000
|
🔨 added back custom_encoder direct check
|
12 months ago |
pre-commit-ci[bot]
|
21e96381cf
|
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
|
12 months ago |
Ben Brady
|
8a9fd110f9
|
⚒️ fixed lint errors
|
12 months ago |
Ben Brady
|
1f86213ffc
|
⚒️ format script
|
12 months ago |
pre-commit-ci[bot]
|
dc9a03fc93
|
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
|
12 months ago |
Ben Brady
|
decaa3e7e3
|
🔨 inlined primative_types and iterable_types constants
|
12 months ago |
Ben Brady
|
b2111dbd4c
|
🔨 removed primative type skip
|
12 months ago |
Ben Brady
|
c5454038d5
|
🔨 tweaked encoder primative key skip to disallow subclasses
|
12 months ago |
Ben Brady
|
39c51a38ec
|
🔨 refactored jsonable_encoder
|
12 months ago |
Sebastián Ramírez
|
313723494b
|
🔖 Release version 0.116.1
|
1 year ago |
Sebastián Ramírez
|
cad6880fd9
|
⬆️ Upgrade Starlette supported version range to `>=0.40.0,<0.48.0` (#13884)
|
1 year ago |
Sebastián Ramírez
|
bd8f358fd9
|
🔖 Release version 0.116.0
|
1 year ago |
Sebastián Ramírez
|
ebdeda2de6
|
🔖 Release version 0.115.14
|
1 year ago |
Patrick Arminio
|
9d0d8828cc
|
🐛 Fix support for unions when using `Form` (#13827)
|
1 year ago |
Sebastián Ramírez
|
4734df1db8
|
🔖 Release version 0.115.13
|
1 year ago |
Gabriel
|
dfe9dde982
|
📝 Add annotations to HTTP middleware example (#11530)
Co-authored-by: Sofie Van Landeghem <[email protected]>
Co-authored-by: Sebastián Ramírez <[email protected]>
|
1 year ago |