From 750dec9239e1ba553fb4a3b5a1607ffe49d757e8 Mon Sep 17 00:00:00 2001 From: Binh Vu Date: Fri, 10 May 2024 22:18:25 -0700 Subject: [PATCH] add back restrictedpython for testing cd --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 276cc7c..daca9a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ include = ["sand/www/**/*"] sand = 'sand.__main__:cli' [tool.poetry.dependencies] -python = "^3.10" +python = ">= 3.10, < 3.14" kgdata = "^7.0.1" sem-desc = "^6.11.1" peewee = "^3.15.2" @@ -28,7 +28,7 @@ rsoup = "^3.1.7" nh3 = "^0.2.13" # we should make restricted python optional as it uses ZPL license -# RestrictedPython = "^7.1" +RestrictedPython = "^7.1" lat_lon_parser = "^1.3.0" dependency-injector = "^4.41.0"