What's Changed
This release fixes the warnings related to Pydantic v2, and raises the minimum Pydantic version to v1.10.
New feature
- Implement auth stripping for private PyPi packages by @jacksmith15 in #470
Bugfix
- Include "fn" in fake_conda_environment for mamba>=1.4.6 compatibility by @riccardoporreca in #453
Infrastructure
- Consolidate vendored imports into a single module by @maresb in #463
- Restrict update-lockfile workflow push trigger to main by @maresb in #466
- Relock dependencies by @github-actions in #467
Dependency updates
- Update to pydantic 2.0 by @mariusvniekerk in #459
- Drop implicit
filelock
dependency by @maresb in #468 - Remove deprecated pkg_resources and standardize canonicalization by @maresb in #457
New Contributors
- @jacksmith15 made their first contribution in #470
Full Changelog: v2.1.1...v2.1.2