RobertCraigie / prisma-client-py

Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use
https://prisma-client-py.readthedocs.io
Apache License 2.0
1.85k stars 81 forks source link

Bump Prisma version to latest 5.12.1 #941

Closed gauranshkumar closed 2 months ago

gauranshkumar commented 5 months ago

Bug description

The latest Prisma 5.12.1 now supports create_many() method https://github.com/prisma/prisma/issues/10710#issuecomment-2034531710

Please update the underlying version as soon as possible. Thanks!

RobertCraigie commented 2 months ago

v0.14.0 has been released which bumps the prisma version to v5.17.0!

Tracking issue for .create_many() support for SQLite here: https://github.com/RobertCraigie/prisma-client-py/issues/994

Will hopefully be able to publish another release shortly with support for that.