mirror of
https://github.com/fastapi/fastapi.git
synced 2026-02-01 01:41:14 -05:00
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