ACCESS-NRI / access-nri-intake-catalog

Tools and configuration info used to manage ACCESS-NRI's intake catalogue
https://access-nri-intake-catalog.rtfd.io
Apache License 2.0
7 stars 0 forks source link

Unpin pydantic in CI environments #102

Closed dougiesquire closed 11 months ago

dougiesquire commented 12 months ago

Current releases of intake-esm and ecgtools don't work with pydantic v2.0 which was released on July 1. I have opened issues to get this resolved:

However, until the fixes are implemented, I have restricted pydantic to <v2.0 in the CI environments. This pin should be removed once the above issues are resolved.