From 6d1d2ba01a198f9cd5a7fdd4a6e01268fee1c45d Mon Sep 17 00:00:00 2001 From: Kamran Pulatov <84636918+WrldEngine@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:16:55 +0500 Subject: [PATCH] upd: pyproject.toml, remove python-bsonjs from core deps --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab4c67757..1db29c201 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,6 @@ dependencies = [ "starlette>=0.40.0,<0.47.0", "pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0", "typing-extensions>=4.8.0", - "python-bsonjs>=0.5.0", ] [project.urls]