From de7111b68342a25d80af9ba34c6bda53cc776a14 Mon Sep 17 00:00:00 2001 From: Anthony Mahanna <43019056+aMahanna@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:50:09 -0400 Subject: [PATCH] fix: loosen python-arango version (#101) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37464b6..e56e4f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ dependencies = [ "requests>=2.27.1", - "python-arango~=7.4", + "python-arango>=7.4", "networkx>=2.5.1", "rich>=12.5.1", "setuptools>=45",