jupyter-naas / naas

Low-code Python library to safely use notebooks in production: schedule workflows, generate assets, trigger webhooks, send notifications, build pipelines, manage secrets (Cloud-only)
https://app.naas.ai/
GNU Affero General Public License v3.0
282 stars 25 forks source link

Naas last version not working - Conflict with pydantic version #440

Closed FlorentLvr closed 3 months ago

FlorentLvr commented 4 months ago

We can't use the last version of naas (Version: 2.14.7) because of a conflict with pydantic with naas-python library. Could you please try to fix it?

Image

FlorentLvr commented 4 months ago

As hotfix, I downgraded the pydantic version to 1.10.8 instead of 1.10.12 in my server but I have some conflicts:

Image

Dr0p42 commented 3 months ago

Hey @FlorentLvr, I did a lot of iteration and it seems that it's ok now. Can you validate on your side as well please? By starting a new lab.

Let me know how it goes.

FlorentLvr commented 3 months ago

Hey @FlorentLvr, I did a lot of iteration and it seems that it's ok now. Can you validate on your side as well please? By starting a new lab.

Let me know how it goes.

I tested it on 2 accounts and it worked! TY