klaviyo-api-python
klaviyo-api-python copied to clipboard
Pydantic v2 compatibility
Hi klaviyo devs :wave:
My app server relies on some features of pydantic only available in v > 2.0, which yields incompatibility issues with the klaviyo client. Is pydantic v2 compatibility anywhere on the roadmap ?
Thanks !
Improving the type support for Python is on the roadmap.
Also blocked by this. I would like to use another package that depends on pydantic > 2
Improving the type support for Python is on the roadmap.
any idea to when that would be?
this is a also an issue for our team
also missing pydantic v2 note that you can still keep using v1 while v2 is installed:
from pydantic.v1 import BaseModel
any update on this issue? @jon-batscha @klaviyo-sdk
Hey, do you have any updates on that? It's also quite a challenge for our team
Same here, really frustrating to rewrite a lot of code to use the REST api directly instead.
+1 - we've began migrating off the SDK to call the API directly because of this.
hello! @jasonsbrooks @erandagan @Solarden @ivanarena @matanper @pjmv @t16n @davideagle @AlexJMohr we've just released v8.0.0 which has Pydantic V2 compatibility https://github.com/klaviyo/klaviyo-api-python/releases/tag/v8.0.0