getindata / kedro-vertexai

Kedro Plugin to support running workflows on GCP Vertex AI Pipelines
https://kedro-vertexai.readthedocs.io
Apache License 2.0
30 stars 9 forks source link

Dependencies issues pydantic #166

Open adrienpl opened 2 weeks ago

adrienpl commented 2 weeks ago

Hello,

With kedro-vertexai 0.11.0, we can't use the plugin with kedro-viz or other pydantic dependent package since kedro-vertexai is locked to pydantic <2.0.0 and kedro-viz for kedro 19 > need pydantic >= 2.0.0

Is it possible to upgrade pydantic dependencie ?

Regards,

Lasica commented 2 weeks ago

Hi, yes, I think it should be priority in the next update to bump pydantic

adrienpl commented 1 week ago

Do you have an idea when we will be able to use kedro-vertexai with update version of pydantic ?

Lasica commented 1 week ago

probably in few weeks when I have time to sit down to it, or when someone does a PR with it to speed it up

adrienpl commented 1 week ago

Thanks a lot ! Your work is amazing !