Preemo-Inc / gradientai-python-sdk

Interface for interacting with Gradient AI in Python
14 stars 2 forks source link

Update pydantic dependency to version >=2.5.2, <3 #16

Closed nsosio closed 3 months ago

nsosio commented 9 months ago

Issue

I am in the process of integrating the gradient library (version 2.0.6) into my Python backend. However, I've encountered compatibility issues with the current version constraint on the pydantic library. The existing constraint is set to ^1.10.5, <2.

Proposed Changes

I propose updating the pydantic dependency to version >=2.5.2, <3. This adjustment is essential for compatibility with the gradient library and to ensure a smooth integration process.

mhaligowski commented 4 months ago

Looks stale. @nsosio it took us some time, unfortunately the Pydantic dependency update was not as straightforward as we hoped.

Starting 1.12.3 the gradientai package is compatible with pydantic >= 1.10.15.

Let me know if we can close this PR!