From fd8fb57bd0798169385d9851d31c604f49858891 Mon Sep 17 00:00:00 2001 From: Abdel Jaidi Date: Thu, 2 Jan 2025 14:54:39 +0000 Subject: [PATCH 1/2] fix: exclude py3.13 windows minimal test --- .github/workflows/minimal-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/minimal-tests.yml b/.github/workflows/minimal-tests.yml index 8c74539bb..570687220 100644 --- a/.github/workflows/minimal-tests.yml +++ b/.github/workflows/minimal-tests.yml @@ -19,6 +19,9 @@ jobs: matrix: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] platform: [ubuntu-latest, macos-latest, windows-latest] + exclude: + - python-version: 3.13 + platform: windows-latest env: AWS_DEFAULT_REGION: us-east-1 From 281a9078f5d784ce90611a115b9711735d8186c7 Mon Sep 17 00:00:00 2001 From: Abdel Jaidi Date: Thu, 2 Jan 2025 15:27:52 +0000 Subject: [PATCH 2/2] fix: update redshift-connector to 2.1.5 --- poetry.lock | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3ed0fd315..540604bef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2474,8 +2474,6 @@ optional = true python-versions = "*" files = [ {file = "jsonpath-ng-1.7.0.tar.gz", hash = "sha256:f6f5f7fd4e5ff79c785f1573b394043b39849fb2bb47bcead935d12b00beab3c"}, - {file = "jsonpath_ng-1.7.0-py2-none-any.whl", hash = "sha256:898c93fc173f0c336784a3fa63d7434297544b7198124a68f9a3ef9597b0ae6e"}, - {file = "jsonpath_ng-1.7.0-py3-none-any.whl", hash = "sha256:f3d7f9e848cba1b6da28c55b1c26ff915dc9e0b1ba7e752a53d6da8d5cbd00b6"}, ] [package.dependencies] @@ -5832,12 +5830,12 @@ orjson = ["orjson (>=3.9.14,<4)"] [[package]] name = "redshift-connector" -version = "2.1.4" +version = "2.1.5" description = "Redshift interface library" optional = true python-versions = ">=3.6" files = [ - {file = "redshift_connector-2.1.4-py3-none-any.whl", hash = "sha256:1d16743e1e9891ddbe5f04238ebe12e16c2626342cefaa46588fdaf007749a52"}, + {file = "redshift_connector-2.1.5-py3-none-any.whl", hash = "sha256:a90e5644a1d8f58f9d6d62c6ee000bb7788dcbfb9c9b3b4e114d66ccbfc82478"}, ] [package.dependencies]