From b230cdf95809b3b37ce086499dd60d518c62ebdb Mon Sep 17 00:00:00 2001 From: Seth Wiesman Date: Fri, 19 Jul 2024 15:14:19 -0500 Subject: [PATCH] ci: upgrade twine Twine is the library used to deploy dbt-materialize to PyPi. Recent versions are broken with missing metadata keys. The issue has been resolved in the latest release. Example failure: https://buildkite.com/materialize/deploy/builds/15079#0190cc52-c16a-4ea4-8020-e1df5daed947 Twine issue: https://github.com/pypa/twine/issues/977 --- ci/builder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/builder/requirements.txt b/ci/builder/requirements.txt index 2ea782139090f..b85f329fddfd7 100644 --- a/ci/builder/requirements.txt +++ b/ci/builder/requirements.txt @@ -52,7 +52,7 @@ semver==3.0.0 shtab==1.5.8 sqlparse==0.5.0 toml==0.10.2 -twine==4.0.2 +twine==5.1.1 types-Markdown==3.6.0.20240316 types-pkg-resources==0.1.3 types-prettytable==3.4.2.3