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 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"