From 8d88e672fff013d217ffb74feb5ec6b7033c009f Mon Sep 17 00:00:00 2001 From: Aniket Dixit Date: Mon, 2 Mar 2026 17:55:51 +0530 Subject: [PATCH] client updates --- agent/agent_executors.py | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/agent/agent_executors.py b/agent/agent_executors.py index a4fd98f..11b70cb 100644 --- a/agent/agent_executors.py +++ b/agent/agent_executors.py @@ -77,6 +77,7 @@ limits=LIMITS, http2=False, follow_redirects=False, + verify=False, ) # Select model based on configuration diff --git a/requirements.txt b/requirements.txt index af9e6a8..0e136ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ aioboto3>=1.38.0 async_lru>=2.0.0 aiolimiter>=1.2.0 pytest-asyncio>=0.21.0 -og-test-v2-x402==0.0.9 +og-test-v2-x402==0.0.11.dev3 eth-account>=0.13.4 web3>=7.3.0 cachetools>=6.2.4 \ No newline at end of file