This repository was archived by the owner on Apr 15, 2025. It is now read-only.
v0.14.0
What's Changed
Support for Prisma Schema Folder
Prisma now has preview support for splitting your schema.prisma file into multiple separate files!
For more information see their docs.
Dropped support for Python 3.7
Python 3.7 has been EOL for a while now and accounts for less than 1% of the downloads of Prisma Client Python, as such, support was dropped in this release.
Prisma Upgrades
The internal Prisma version has been updated from v5.11.0 to v5.17.0 which includes a lot of improvements, see the Prisma release notes for more information.