From 49d81fec43b0f6a51f5d9627d3a9049ebe85bdcb Mon Sep 17 00:00:00 2001 From: Binh Vu Date: Tue, 5 Dec 2023 13:21:39 -0800 Subject: [PATCH] update dependencies --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 06f6074..2a624d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "web-sand" -version = "3.1.2" +version = "4.0.0" description = "UI for browsing/editing semantic descriptions" authors = ["Binh Vu "] repository = "https://github.com/usc-isi-i2/sand" @@ -14,9 +14,9 @@ sand = 'sand.__main__:cli' [tool.poetry.dependencies] # restricting the upper bound python version to 3.12, due to RestrictedPython dependency. -python = ">=3.8,<3.12" -kgdata = "^5.3.5" -sem-desc = "^5.1.0" +python = ">=3.9, <3.12" +kgdata = "^6.0.0" +sem-desc = "^6.0.0" peewee = "^3.15.2" Flask = "^2.2.2" python-dotenv = ">= 0.19.0, < 0.20.0"