conda-incubator / conda-store

Data science environments, for collaboration. ✨
https://conda.store
BSD 3-Clause "New" or "Revised" License
149 stars 50 forks source link

[MAINT] Update pydantic to >=2.0 #985

Open peytondmurray opened 6 days ago

peytondmurray commented 6 days ago

Fixes #984.

Description

This pull request:

Pull request checklist

netlify[bot] commented 6 days ago

Deploy Preview for conda-store canceled.

Name Link
Latest commit 5e0f61a561e0bcd9d4edfd2dc4f2a80ad49708da
Latest deploy log https://app.netlify.com/sites/conda-store/deploys/673854041f64d6000835a7ec
peytondmurray commented 5 days ago

I'm not sure if the upgrade to pydantic>=2 is to blame for this, but it looks like the failing integration test is due to us not parsing the lockfile output of conda-lock using our schema.LockfileSpecification pydantic model. See https://github.com/conda-incubator/conda-store/issues/986 for more information; this issue seems blocked until that one gets resolved.