Skip to content

Commit

Permalink
⬆️ Upgrade aiohttp-apispec and apispec (#2920)
Browse files Browse the repository at this point in the history
* Initial lock file update

Signed-off-by: ff137 <[email protected]>

* ⬆️ Upgrade `aiohttp-apispec` and `apispec`

Unmaintained library that I've forked and manually upgraded

Signed-off-by: ff137 <[email protected]>

* 🎨 remove custom filterwarning for "distutils Version classes are deprecated"

Signed-off-by: ff137 <[email protected]>

* 🐛 wallet_webhook_urls must be a list

Signed-off-by: ff137 <[email protected]>

---------

Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 authored May 31, 2024
1 parent 955c1d0 commit 667a6fa
Show file tree
Hide file tree
Showing 3 changed files with 541 additions and 604 deletions.
2 changes: 1 addition & 1 deletion demo/runners/support/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ async def register_or_switch_wallet(
"wallet_name": target_wallet_name,
"wallet_type": self.wallet_type,
"label": target_wallet_name,
"wallet_webhook_urls": self.webhook_url,
"wallet_webhook_urls": [self.webhook_url],
"wallet_dispatch_type": "both",
}
self.wallet_name = target_wallet_name
Expand Down
Loading

0 comments on commit 667a6fa

Please sign in to comment.