Closed filopedraz closed 9 months ago
I am integrating lamini in my python backend, but I cannot because of lamini requirements for what concerns Pydantic.
lamini
lamini 1.0.3 depends on pydantic==1.10.*
All my dependencies require pydantic>=2.x.x. Can you please upgrade or let me know how to do it?
pydantic>=2.x.x
pydantic is removed as a dependency, with lamini >= 2.0.7
We'd like to offer some Lamini credits as thanks for reaching out! Please email us at info@lamini.ai and we will send them over 🦙
Description
I am integrating
lamini
in my python backend, but I cannot because oflamini
requirements for what concerns Pydantic.All my dependencies require
pydantic>=2.x.x
. Can you please upgrade or let me know how to do it?