Skip to content

0.13.0

Compare
Choose a tag to compare
@vitalik vitalik released this 18 May 13:18
· 915 commits to master since this release
642d762
  • Fixed create_schema ValueError on pydantic 1.8.2 (#135)
  • Allow collection fields to be identified when an alias is used #133 (by @kierandarcy )
  • New argument custom_fields in create_schema to override or add fields
  • Fixed create_schema Json field (#127)
  • Include ninja TestClient into distributed package