Skip to content

Commit 8d88e67

Browse files
committed
client updates
1 parent d38aa42 commit 8d88e67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

agent/agent_executors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
limits=LIMITS,
7878
http2=False,
7979
follow_redirects=False,
80+
verify=False,
8081
)
8182

8283
# Select model based on configuration

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ aioboto3>=1.38.0
2727
async_lru>=2.0.0
2828
aiolimiter>=1.2.0
2929
pytest-asyncio>=0.21.0
30-
og-test-v2-x402==0.0.9
30+
og-test-v2-x402==0.0.11.dev3
3131
eth-account>=0.13.4
3232
web3>=7.3.0
3333
cachetools>=6.2.4

0 commit comments

Comments
 (0)