Sofie Van Landeghem
|
ddc4bc5e50
|
add more specific ignore type
Co-authored-by: Motov Yurii <[email protected]>
|
4 months ago |
svlandeg
|
ccd6f2fd42
|
final fixes
|
4 months ago |
pre-commit-ci-lite[bot]
|
5bd8512534
|
🎨 Auto format
|
4 months ago |
svlandeg
|
ab3f81a8cd
|
final 3 ignores
|
4 months ago |
svlandeg
|
09ec28bac8
|
several more ignores
|
4 months ago |
svlandeg
|
f78e2c863a
|
ensure that getlist is callable
|
4 months ago |
pre-commit-ci-lite[bot]
|
65a6f2a22e
|
🎨 Auto format
|
4 months ago |
svlandeg
|
b8a61ec145
|
add few more ignores
|
4 months ago |
svlandeg
|
9d419cb98c
|
fix after merge conflict
|
4 months ago |
svlandeg
|
c2f5335e44
|
revert the ones where Any is one of the input types
|
4 months ago |
pre-commit-ci-lite[bot]
|
8412659d50
|
🎨 Auto format
|
4 months ago |
svlandeg
|
eee7458f2f
|
add ignore for _Unset default values
|
4 months ago |
svlandeg
|
521a7c818b
|
revernt type ignore for import
|
4 months ago |
svlandeg
|
32429ccdb9
|
juggling between ty and mypy
|
4 months ago |
svlandeg
|
5ab42895d2
|
add ignore because ty does not understand if-else
|
4 months ago |
svlandeg
|
cace926fd6
|
add ignore because ty does not understand alias logic
|
4 months ago |
pre-commit-ci-lite[bot]
|
235a25a132
|
🎨 Auto format
|
4 months ago |
svlandeg
|
15b8d6f4ea
|
define types of fields on the class-level
|
4 months ago |
svlandeg
|
1fdb6236d4
|
fix ignore
|
4 months ago |
svlandeg
|
8652de6973
|
ty ignore
|
4 months ago |
pre-commit-ci-lite[bot]
|
d9a5064540
|
🎨 Auto format
|
4 months ago |
svlandeg
|
b0c717b797
|
ignore unused ignore's
|
4 months ago |
svlandeg
|
42c5891127
|
ignore deprecated functions in compat module
|
4 months ago |
Motov Yurii
|
8b0090c39b
|
📝 Fix doctrings for `max_digits` and `decimal_places` (#14944)
Fix doctrings for `max_digits` and `decimal_places`
|
4 months ago |
Sebastián Ramírez
|
ca5f60ee72
|
🔖 Release version 0.135.1
|
4 months ago |
Sebastián Ramírez
|
8a9258b169
|
🐛 Fix, avoid yield from a TaskGroup, only as an async context manager, closed in the request async exit stack (#15038)
|
4 months ago |
Sebastián Ramírez
|
924a535a4f
|
📝 Update Skill, optimize context, trim and refactor into references (#15031)
|
4 months ago |
Sebastián Ramírez
|
12ea7be0be
|
🔖 Release version 0.135.0
|
4 months ago |
Sebastián Ramírez
|
2238155844
|
✨ Add support for Server Sent Events (#15030)
|
4 months ago |
Sebastián Ramírez
|
d98eb74da9
|
🔖 Release version 0.134.0
|
5 months ago |
Sebastián Ramírez
|
c01dc8b03c
|
📝 Update Library Agent Skill with streaming responses (#15024)
|
5 months ago |
Sebastián Ramírez
|
749cefdeb1
|
✨ Add support for streaming JSON Lines and binary data with `yield` (#15022)
|
5 months ago |
Sebastián Ramírez
|
728b097564
|
🔖 Release version 0.133.1
|
5 months ago |
Sebastián Ramírez
|
4fce9ce172
|
🔧 Add FastAPI Agents Skill (#14982)
Co-authored-by: Sofie Van Landeghem <[email protected]>
Co-authored-by: Alejandra <[email protected]>
|
5 months ago |
Sebastián Ramírez
|
daba0aa328
|
🔖 Release version 0.133.0
|
5 months ago |
Sebastián Ramírez
|
6c68838615
|
🔖 Release version 0.132.1
|
5 months ago |
Sebastián Ramírez
|
2686c7fbbf
|
♻️ Refactor logic to handle OpenAPI and Swagger UI escaping data (#14986)
|
5 months ago |
Sebastián Ramírez
|
5c863d0718
|
🔖 Release version 0.132.0
|
5 months ago |
Sebastián Ramírez
|
22354a2530
|
🔒️ Add `strict_content_type` checking for JSON requests (#14978)
|
5 months ago |
Sebastián Ramírez
|
b423b73c35
|
🔖 Release version 0.131.0
|
5 months ago |
Sebastián Ramírez
|
48e9835732
|
🗑️ Deprecate `ORJSONResponse` and `UJSONResponse` (#14964)
|
5 months ago |
Sebastián Ramírez
|
eb544e704c
|
🔖 Release version 0.130.0
|
5 months ago |
Sebastián Ramírez
|
590a5e5355
|
✨ Serialize JSON response with Pydantic (in Rust), when there's a Pydantic return type or response model (#14962)
|
5 months ago |
Sebastián Ramírez
|
1e78a36b73
|
🔖 Release version 0.129.2
|
5 months ago |
Sebastián Ramírez
|
c91fed958e
|
🔖 Release version 0.129.1
|
5 months ago |
Sebastián Ramírez
|
e8b98d2187
|
🐛 Fix JSON Schema for files, use `contentMediaType` instead of `format: binary` (#14953)
|
5 months ago |
Sebastián Ramírez
|
a2e51363c7
|
🔖 Release version 0.129.0
|
5 months ago |
Sebastián Ramírez
|
3da206c06d
|
🎨 Update internal types for Python 3.10 (#14898)
|
5 months ago |
Sebastián Ramírez
|
ad4e8e0060
|
➖ Drop support for Python 3.9 (#14897)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
5 months ago |
Sebastián Ramírez
|
bdd20051c4
|
🔖 Release version 0.128.8
|
5 months ago |