mirror of https://github.com/tiangolo/fastapi.git
1.0 KiB
1.0 KiB
0.3.0
- Fix/add SQLAlchemy support, including ORM, and update docs for SQLAlchemy: #30
0.2.1
- Fix
jsonable_encoderfor Pydantic models withConfigbut withoutjson_encoders: #29