From 43f82796e923d5ae30cc1329e661be350165e94c Mon Sep 17 00:00:00 2001 From: David Greenwood Date: Mon, 23 Dec 2024 10:30:55 +0000 Subject: [PATCH] Update pyproject.toml (#40) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e25a53c..a53372e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "dogesec_commons" -version = "0.0.1b2" +version = "0.0.3" authors = [ { name="DOGESEC", email="noreply@dogesec.com" }, ] @@ -19,7 +19,7 @@ classifiers = [ dependencies = [ "djangorestframework>=3.15.2", "drf-spectacular>=0.27.2", - "python-arango>=7.9.1", + "python-arango>=8.1.3; python_version >= '3.8'", "stix2", ]