websideproject / paddle-billing-client

Python wrapper around the new Paddle Billing API
MIT License
14 stars 6 forks source link

Limit pydantic version due to breaking changes #455

Closed bgervan closed 1 month ago

bgervan commented 1 month ago

Description

Limit pydantic version, the 2.9.x introduced some breaking changes and the api-client-pydantic dependecy has broad limits (below 3.0.0)

Related Issue

https://github.com/websideproject/django-paddle-billing/issues/113