From dbaa2e3a1ac69564d18eaa3987b52007febbddd2 Mon Sep 17 00:00:00 2001 From: bjhardcastle Date: Wed, 22 May 2024 19:45:32 -0700 Subject: [PATCH] Update np_services to fix path/str bug --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25a87f2..1714e55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ readme = "README.md" requires-python = "==3.11.*" dependencies = [ - "np-services>=0.1.68", + "np-services>=0.1.69", "np-session>=0.6.40", "np-config>=0.4.27", "ipywidgets>=7",