Vonage / vonage-python-sdk

Vonage Server SDK for Python. API support for Voice, SMS, WhatsApp, Verify (2FA), Video Meetings and more.
https://developer.vonage.com
Apache License 2.0
185 stars 112 forks source link

Pydantic 2 support ? #268

Closed jose-reveni closed 6 months ago

jose-reveni commented 11 months ago

Is your feature request related to a problem? Please describe. I'm unable to upgrade to vonage 2 because this project has pinned 1.10.10

Describe the solution you'd like Latest Pydantic version is supported

Describe alternatives you've considered 😢

Additional context In https://github.com/Vonage/vonage-python-sdk/pull/266, Pydantic 1.10.10 was pinned because Pydantic 2 was released and it included some breaking changes.

maxkahan commented 11 months ago

Hi, updating to Pydantic v2 is on my backlog now, not sure when I'll get to it but it's on the list.

maxkahan commented 6 months ago

Hi, we've just released v3.13.0 of the Vonage Python SDK which adds support for Pydantic v2, install it with pip install -U vonage 🙂