Replies: 2 comments 2 replies
-
The fix is to stop relying on internal implementation details and only use public APIs 🤷♂️ |
Beta Was this translation helpful? Give feedback.
2 replies
-
If you absolutely must monkeypatch it, subclass the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, a popular lib CCXT has such wrapper: https://github.com/ccxt/ccxt/blob/8f5761d68a3b26387230fdb2fb5b7a8e1e881abe/python/ccxt/async_support/base/ws/fast_client.py#L86
however, since aiohttp 3.11 it errors with:
what do you suggest as a fix?
Beta Was this translation helpful? Give feedback.
All reactions