I wanted to file a request that the team consider upgrading the Pydantic dependency to >2
Currently the pydantic-openapi-helper
library requires pydantic<2
This causes some ‘friction’ and conflicts with other packages. It also causes some issues with LLM usage, as most default to Pydantic>2 syntax these days (in my experience at least). So far we have been able to find work-arounds, though sometimes that means forgoing the use of certain tools/packages/extensions.
I know it is a pain, since they changed the api when they went from v1 to v2, but I’d like to request that eventually this dependency get upgraded in order to help facilitate the use of the LBT packages more easily within other environments.
Pydantic 2 has been out for almost 2 years now, so would be be much appreciated if we could align the LBT dependencies with the modern version at some point.
thanks!!
@edpmay