| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-08-04 | 811 Bytes | |
| v0.14.0 source code.tar.gz | 2024-08-04 | 3.2 MB | |
| v0.14.0 source code.zip | 2024-08-04 | 3.5 MB | |
| Totals: 3 Items | 6.7 MB | 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](https://github.com/prisma/prisma/releases#5 for more information.