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

feat(prisma): upgrade to v5.15.0 #969

Closed jordancparker closed 2 months ago

jordancparker commented 4 months ago

Hi,

Would it be possible to bump the version to v5.15.0 as there is the benefit of the below preview feature that will help organise folders.

generator client {
  provider        = "prisma-client-js"
  previewFeatures = ["prismaSchemaFolder"]
}
ijpiantanida commented 2 months ago

Prisma recently released v5.17.0 to address some performance issues.

It'd be nice to get that version in the PY client as well.

RobertCraigie commented 2 months ago

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