diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7b2bac9d..ceff87f8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -120,6 +120,6 @@ jobs: with: fetch-depth: 0 # full history for setuptools_scm - - uses: lsst-sqre/build-and-publish-to-pypi@v1 + - uses: lsst-sqre/build-and-publish-to-pypi@v2 with: python-version: "3.11" diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d70f2fc..f7d8bd9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ Changes for the upcoming release can be found in [changelog.d](https://github.co + +## 4.3.1 (2023-07-17) + +### Bug fixes + +- Safir now pins the major version of all of its non-development dependencies. The impetus for this change is to prevent upgrades to Pydantic 2.x until Safir's Pydantic models are ready for that upgrade, but a similar principle applies to other dependencies. These pins will be selectively relaxed once Safir has been confirmed to work with a new major release. + ## 4.3.0 (2023-05-23) diff --git a/changelog.d/20230717_082750_rra_versions.md b/changelog.d/20230717_082750_rra_versions.md deleted file mode 100644 index 7db4a4c7..00000000 --- a/changelog.d/20230717_082750_rra_versions.md +++ /dev/null @@ -1,3 +0,0 @@ -### Bug fixes - -- Safir now pins the major version of all of its non-development dependencies. The impetus for this change is to prevent upgrades to Pydantic 2.x until Safir's Pydantic models are ready for that upgrade, but a similar principle applies to other dependencies. These pins will be selectively relaxed once Safir has been confirmed to work with a new major release.