From 1adeeb72eff73319aaf0afab139f5095068a8a04 Mon Sep 17 00:00:00 2001 From: Binh Vu Date: Fri, 10 May 2024 22:53:12 -0700 Subject: [PATCH] fix kgdata --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index daca9a0..1158de0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ sand = 'sand.__main__:cli' [tool.poetry.dependencies] python = ">= 3.10, < 3.14" -kgdata = "^7.0.1" +kgdata = "^7.0.2" sem-desc = "^6.11.1" peewee = "^3.15.2" Flask = "^2.2.2"