From 7ddd242045cc12e21ce95a746eacb1d1de4cdaf5 Mon Sep 17 00:00:00 2001 From: Jonathan Lee Date: Thu, 23 Oct 2025 14:40:19 -0700 Subject: [PATCH 1/2] pin hatchling to 1.25.0 --- aws-opentelemetry-distro/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-opentelemetry-distro/pyproject.toml b/aws-opentelemetry-distro/pyproject.toml index 414b09221..020b87e2e 100644 --- a/aws-opentelemetry-distro/pyproject.toml +++ b/aws-opentelemetry-distro/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling"] +requires = ["hatchling==1.25.0"] build-backend = "hatchling.build" [project] From 88e068bf770f5e43b0aa4eebe18bd4939efc71e1 Mon Sep 17 00:00:00 2001 From: Jonathan Lee Date: Thu, 23 Oct 2025 14:52:46 -0700 Subject: [PATCH 2/2] pin twine --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 5224fd9ff..e07a127c4 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -157,7 +157,7 @@ jobs: # The step below publishes to testpypi in order to catch any issues # with the package configuration that would cause a failure to upload to pypi. - name: Install twine - run: pip install twine + run: pip install twine==5.1.1 - name: Download SDK artifact uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 #v5.0.0