fix: greenlet import issue mac osx (#3698)

Co-authored-by: Pratik Patel <pratikpatelpp802@gmail.com>
This commit is contained in:
dni ⚡
2026-01-08 09:16:50 +01:00
committed by GitHub
co-authored by Pratik Patel
parent 1e252d0485
commit 24e28911ab
3 changed files with 80 additions and 105 deletions
+1
View File
@@ -51,6 +51,7 @@ dependencies = [
"jsonpath-ng==1.7.0",
"pillow>=12.0.0",
"python-dotenv>=1.2.1",
"greenlet (>=3.3.0,<4.0.0)",
]
[project.scripts]