Marat Sharafutdinov
Marat Sharafutdinov
``` building 'cyac.xstring' extension clang++ -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -Ilib/cyac -I/Users/marat/workspace/publishing/.venv/include -I/Users/marat/.pyenv/versions/3.13.0/include/python3.13 -c lib/cyac/xstring.cpp -o build/temp.macosx-15.0-arm64-cpython-313/lib/cyac/xstring.o lib/cyac/xstring.cpp:5097:17: error: use of undeclared identifier '_PyUnicode_ToLowerFull' 5097 | __pyx_v_n =...
While using latest CPython 3.13.0 I'm seeing the following deprecation warning: ``` .venv/lib/python3.13/site-packages/feedparser/html.py:152: DeprecationWarning: 'count' is passed as positional argument data = re.sub(r'
Since [version 0.28.0 of httpx](https://github.com/encode/httpx/releases/tag/0.28.0) `The deprecated proxies argument has now been removed.`: https://github.com/mvantellingen/python-zeep/blob/41a5115774b1807735dd1ddc6e08a36ca82ce094/src/zeep/transports.py#L186-L195