From 1538ed1db2837a0479c53c958595df1c84956ed9 Mon Sep 17 00:00:00 2001 From: verseon0980 Date: Fri, 10 Apr 2026 08:07:42 +0530 Subject: [PATCH] fix(deps): add missing requests-toolbelt dependency to pyproject.toml Signed-off-by: verseon0980 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34754b4..cfd91fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,6 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", ] - dependencies = [ "eth-account>=0.13.4", "web3>=7.3.0", @@ -24,6 +23,7 @@ dependencies = [ "firebase-rest-api>=1.11.0", "numpy>=1.26.4", "requests>=2.32.3", + "requests-toolbelt>=0.9.1", "langchain>=0.3.7", "openai>=1.58.1", "pydantic>=2.9.2",