You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.11/dist-packages/urllib3/contrib/_socks_override.py", line 80, in <module> [2024-12-26, 10:05:46 PST] {pod_manager.py:472} INFO - [base] class AsyncioProxy(abc.AsyncProxy): # type: ignore[misc] [2024-12-26, 10:05:46 PST] {pod_manager.py:472} INFO - [base] ^^^^^^^^^^^^^^ [2024-12-26, 10:05:46 PST] {pod_manager.py:490} INFO - [base] AttributeError: module 'python_socks._abc' has no attribute 'AsyncProxy'
this was unexpected, isolated to todays deployment. downgrading resolved. should we be expecting breaking changes on a minor version difference?
python-socks==2.5.3 worked
The text was updated successfully, but these errors were encountered:
Class python_socks._abc.AsyncProxy is redundant and was removed in version 2.6.0. Moreover, this class was "private" and was not a part of python-socks public API.
ignore the warning introduced in v2.6 about "_socket" arg.
users noticed the break at romis2012/python-socks#38
we want to find a compromise about the recent deprecation
File "/usr/local/lib/python3.11/dist-packages/urllib3/contrib/_socks_override.py", line 80, in <module> [2024-12-26, 10:05:46 PST] {pod_manager.py:472} INFO - [base] class AsyncioProxy(abc.AsyncProxy): # type: ignore[misc] [2024-12-26, 10:05:46 PST] {pod_manager.py:472} INFO - [base] ^^^^^^^^^^^^^^ [2024-12-26, 10:05:46 PST] {pod_manager.py:490} INFO - [base] AttributeError: module 'python_socks._abc' has no attribute 'AsyncProxy'
this was unexpected, isolated to todays deployment. downgrading resolved. should we be expecting breaking changes on a minor version difference?
python-socks==2.5.3 worked
The text was updated successfully, but these errors were encountered: