diff --git a/backend/database_handler/migration/requirements.txt b/backend/database_handler/migration/requirements.txt index 6d63ba824..36a5e2491 100644 --- a/backend/database_handler/migration/requirements.txt +++ b/backend/database_handler/migration/requirements.txt @@ -6,6 +6,6 @@ eth-utils eth-hash[pycryptodome] jsonschema==4.25.0 aiohttp==3.13.3 -openai==1.97.1 +openai==2.21.0 anthropic==0.58.2 python-dotenv==1.1.1 \ No newline at end of file diff --git a/webrequest/requirements.txt b/webrequest/requirements.txt index a76bfd4af..64805a07d 100644 --- a/webrequest/requirements.txt +++ b/webrequest/requirements.txt @@ -2,7 +2,7 @@ Flask-JSONRPC==3.0.1 Flask[async]==3.1.1 python-dotenv==1.1.1 aiohttp==3.13.3 -openai==1.97.1 +openai==2.21.0 anthropic==0.58.2 httpx==0.28.1 requests==2.32.4