From 72ffbd8c91939c647c2945663fed8aa944e14e9a Mon Sep 17 00:00:00 2001 From: trymzet Date: Thu, 21 Nov 2024 15:46:26 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Update=20sap=20extra=20requirements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5afd8a4e8..19d09bec1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ aws = [ "awswrangler>=2.20.1, <3.0", "prefect-aws>=0.4.19", ] -sap = ["pyrfc"] +sap = ["cython", "pyrfc==3.3.1"] [tool.rye] managed = true