From 231dc046fb6844de8c551d562343d33697ba0291 Mon Sep 17 00:00:00 2001 From: WrldEngine Date: Mon, 16 Jun 2025 03:46:43 +0500 Subject: [PATCH] add: python-bsonjs response class (with C ffi), tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b9902a2f..ab4c67757 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ all = [ # For BSONResponse "bson >=0.5.10", # For BSONJSResponse - "python-bsonjs >=0.6.0", + "python-bsonjs >=0.6.0; python_version >= '3.9'", # To validate email fields "email-validator >=2.0.0", # Uvicorn with uvloop