From 6bab7e215a561ec2e8dd32225f265c68c0f3424a Mon Sep 17 00:00:00 2001 From: bilalgodil Date: Fri, 17 Jan 2025 12:27:12 -0800 Subject: [PATCH] fix version --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index 21d1c59..87526be 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -8,7 +8,7 @@ authors = [ requires-python = ">=3.11,<4.0" readme = "README.md" dependencies = [ - "harambe_core==0.59.2", + "harambe_core==0.59.3", "playwright==1.47.0", "beautifulsoup4==4.12.3", "requests==2.32.3",