From da571a51ad5d525cb173331552cc8a838caa482c Mon Sep 17 00:00:00 2001 From: Zevaryx Date: Sun, 5 May 2024 23:22:14 -0600 Subject: [PATCH] Update interactions.py --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2c1453..7d751e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ thefuzz = { extras = [ beautifulsoup4 = "^4.12.3" calculator = { git = "https://git.zevaryx.com/zevaryx/calculator.git" } # Mine redis = "^5.0.4" -interactions-py = ">=5.12,<6" +interactions-py = ">=5.12.1,<6" statipy = { git = "https://github.com/zevaryx/statipy", rev = "main" } beanie = "^1.25.0" pydantic = ">=2.7.1,<3"