From e483efc7db96b27fc96afdd8a6f34f17fd3ef477 Mon Sep 17 00:00:00 2001 From: mibe Date: Wed, 13 Mar 2024 17:09:47 +0000 Subject: [PATCH 1/2] Advanced dill version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7239fa5..9559b34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ keywords = ['exasol', 'udf', 'mock', 'testing'] python = ">=3.8" pandas = "^1.4" numpy = "^1.22" -dill = "^0.3.2" +dill = ">=0.3.7" [tool.poetry.dev-dependencies] pytest = "^6.1.1" From 53ad36a2adf235db5b16a3117e91b45cc171b64c Mon Sep 17 00:00:00 2001 From: mibe Date: Wed, 13 Mar 2024 17:11:45 +0000 Subject: [PATCH 2/2] Advanced dill version --- doc/changes/changes_0.2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes/changes_0.2.0.md b/doc/changes/changes_0.2.0.md index 8b1f643..f28080b 100644 --- a/doc/changes/changes_0.2.0.md +++ b/doc/changes/changes_0.2.0.md @@ -12,7 +12,7 @@ T.B.D ### Bugs - - N/A + - #48: Fixed the OSError when running the executor in a Jupyter Notebook. ### Refactorings