Sebastián Ramírez
7863490c8c
🔖 Release after SQLAlchemy fix: 0.3.0
6 years ago
Sebastián Ramírez
955e9fcb31
Update fix SQLAlchemy support with ORM ( #30 )
✨ SQLAlchemy ORM support
Improved jsonable_encoder with SQLAlchemy support, tests running with SQLite, improved and updated SQL docs
* ➕ Add SQLAlchemy to development dependencies (not required for using FastAPI)
* ➕ Add sqlalchemy to testing dependencies (not required to use FastAPI)
6 years ago
Sebastián Ramírez
9484f939ed
🔖 Bump version, after fix, release
6 years ago
Sebastián Ramírez
9745a5d1ae
🐛 Fix jsonable_encoder for models with Config ( #29 )
but without json_encoders
6 years ago
Sebastián Ramírez
92c825be6a
🔖 Release 0.2.0
6 years ago
euri10
32438c85f6
Using pydantic custom encoders ( #21 )
Add support for Pydantic custom JSON encoders.
6 years ago
Sebastián Ramírez
6d9fc08a7e
🚀 Bump version and add Release Notes
6 years ago
euri10
5c9c088a2a
Upgrade Starlette version ( #17 )
Upgrade Starlette version
6 years ago
Sebastián Ramírez
3d2c0993c1
📌 Pin versions of dependencies and bump version
6 years ago
Sebastián Ramírez
e5b341c7dd
🔖 Bump version after fix for constrained bytes
6 years ago
Sebastián Ramírez
577c5a84db
🐛 Fix constrained bytes, from defaults in Pydantic
#2
6 years ago
Sebastián Ramírez
3c08b05ea6
🔖 Bump version, after query and header as lists
and bug fixes for Python 3.7
6 years ago
Sebastián Ramírez
60599bad99
🐛 Fix Python 3.7 specific list query handling
6 years ago
Sebastián Ramírez
ca0652aebf
🐛 Fix type checks for Python 3.7
6 years ago
Sebastián Ramírez
be957e7c99
✨ Allow lists of query or header params
and add tests for them
6 years ago
Sebastián Ramírez
90af868146
✨ Add security checks for HTTP utils
and tests for them
6 years ago
Sebastián Ramírez
5278314f2f
🔖 Bump version, new security features and bug fixes
6 years ago
Sebastián Ramírez
4a0316bcfe
🎨 Add missing type definition
6 years ago
Sebastián Ramírez
0393a093d3
✨ Improve security utilities and add tests
6 years ago
Sebastián Ramírez
804ec460fc
⬆️ Add tests, fix issues and update Pydantic
6 years ago
Sebastián Ramírez
098e629344
🔖 Bump version, after changes in OAuth2 utils
6 years ago
Sebastián Ramírez
4a0922ebab
♻️ Update OAuth2 class utilities to be dependencies
6 years ago
Sebastián Ramírez
bc3e7f2bbc
🔖 Version bump, fixing several issues, lots of docs and tests
6 years ago
Sebastián Ramírez
cfb65d0e15
🐛 Fix utility OAuth2PasswordRequestForm to use forms
and be used as a dependency
6 years ago
Sebastián Ramírez
510fec9bee
♻️ Refactor jsonable_encoder and test it
with nested arbitrary classes
6 years ago
Sebastián Ramírez
a73709507c
✅ Add docs, tests and fixes for extra data types
including refactor of jsonable_encoder to allow other object and model types
6 years ago
Sebastián Ramírez
75407b9295
🚨 Fix mypy type errors
6 years ago
Sebastián Ramírez
748dc375db
🐛 Fix Form and File params must always be embeded
and add tests for forms and files
6 years ago
Sebastián Ramírez
c25a71e352
🐛 Re-implement check for body as a workaround
while encode/starlette#287 is merged
6 years ago
Sebastián Ramírez
b097a538ab
🔖 Bump version, after fix for email_validator and docs
6 years ago
Sebastián Ramírez
d5e782074f
🐛 Fix email_validator error, generated by autoflake
6 years ago
Sebastián Ramírez
7da9625505
💚 Revert to flit install and re-format
As it has shown to be more reliable, and closer to final user environments
6 years ago
Sebastián Ramírez
00e2e544c7
♻️ Re-format tutorials, files names and tests
for tutorial files
6 years ago
Sebastián Ramírez
dcb076b752
🐛 Fix optional bodies raising an error
when not provided in the request
6 years ago
Sebastián Ramírez
acc15230ea
✅ Update query tests, application type checks
and temporarily disable coverage fail, to allow publishing docs from Travis
6 years ago
Sebastián Ramírez
8d29a28f82
📝 Update docs, stubs and structure
6 years ago
Sebastián Ramírez
ddf20e8977
📝 Add request body tutorial
6 years ago
Sebastián Ramírez
4eb2950626
🐛 Fix error location for required parameters
6 years ago
Sebastián Ramírez
9febe9af2a
✨ Update OAuth2 Form model and add strict version
6 years ago
Sebastián Ramírez
f9c876802f
🎨 Update param names for main FastAPI app and types
6 years ago
Sebastián Ramírez
d9fbead646
🎨 Remove un-used imports, add auto-flake
6 years ago
Sebastián Ramírez
948a39af95
🎨 Re-order parameters
6 years ago
Sebastián Ramírez
a2c87f3652
🔖 Bump version for release
6 years ago
Sebastián Ramírez
8c66b3a492
🐛 Add ValidationError schema even if only bodies
are declared in the defined endpoints
6 years ago
Sebastián Ramírez
26ccb7620a
🔖 Bump version for release
6 years ago
Sebastián Ramírez
ece3252385
✨ Add util class for OAuth2 Password Bearer scheme
6 years ago
Sebastián Ramírez
26ffa5d9c8
⬆️ Update JS CDN to cdn.jsdelivr.net
as unpkg.com seems to have been down all day
6 years ago
Sebastián Ramírez
64e904b12e
🐛 Fix indentation bug
6 years ago
Sebastián Ramírez
9458d699cb
🐛 Un-hide inner HTTPException errors
6 years ago
Sebastián Ramírez
6f68666e0e
🐛 Fix int query parameters with default
being treated as body
6 years ago