Free-threaded Python Library Compatibility Checker

Compatibility Results: CPython 3.13t and 3.14t

Library Installation Status Heatmap
Loading...

Loading library status heatmap...

Loading...

Loading Python 3.13t heatmap...

Loading...

Loading Python 3.14t heatmap...

Success
Failed
No Data

Python 3.13t Compatibility Results

Library Version Build Result Error Details Last Updated At
redis 6.0.0 Success - 2025-05-05 23:57:55
langchain 0.3.25 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for orjson (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [14 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmp31ic5trb/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-d4q2q7if/orjson_55cb6f2725834c499c2bf1473a852711/LICENSE-APACHE"
      📦 Including license file "/tmp/pip-install-d4q2q7if/orjson_55cb6f2725834c499c2bf1473a852711/LICENSE-MIT"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3-ffi bindings
      🐍 Found CPython 3.13t at /tmp/tmp31ic5trb/venv/bin/python
      error: package `once_cell v1.21.3` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.63.0
      Either upgrade to rustc 1.65 or newer, or use
      cargo update -p once_cell@1.21.3 --precise ver
      where `ver` is the latest version of `once_cell` supporting rustc 1.63.0
      💥 maturin failed
        Caused by: Failed to build a native library through cargo
        Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.13-64bit" PYO3_PYTHON="/tmp/tmp31ic5trb/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp31ic5trb/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--manifest-path" "/tmp/pip-install-d4q2q7if/orjson_55cb6f2725834c499c2bf1473a852711/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp31ic5trb/venv/bin/python', '--compatibility', 'off'] returned non-zero exit status 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for orjson
  error: subprocess-exited-with-error
  
  × Building wheel for zstandard (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [25 lines of output]
      <string>:41: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
      <string>:42: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
      <frozen importlib._bootstrap>:488: RuntimeWarning: The global interpreter lock (GIL) has been enabled to load module '_cffi_backend', which has not declared that it can run safely without the GIL. To override this behavior and keep the GIL disabled (at your own risk), run with PYTHON_GIL=0 or -Xgil=0.
      generating build/zstandard/_cffi.c
      (already up-to-date)
      not modified: 'build/zstandard/_cffi.c'
      running bdist_wheel
      running build
      running build_py
      creating build/lib.linux-x86_64-cpython-313
      creating build/lib.linux-x86_64-cpython-313/zstandard
      copying zstandard/__init__.py -> build/lib.linux-x86_64-cpython-313/zstandard
      copying zstandard/backend_cffi.py -> build/lib.linux-x86_64-cpython-313/zstandard
      copying zstandard/__init__.pyi -> build/lib.linux-x86_64-cpython-313/zstandard
      copying zstandard/py.typed -> build/lib.linux-x86_64-cpython-313/zstandard
      running build_ext
      building 'zstandard.backend_c' extension
      creating build/temp.linux-x86_64-cpython-313
      creating build/temp.linux-x86_64-cpython-313/c-ext
      cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Ic-ext -Izstd -I/tmp/tmp31ic5trb/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c c-ext/backend_c.c -o build/temp.linux-x86_64-cpython-313/c-ext/backend_c.o -DZSTD_SINGLE_FILE -DZSTDLIB_VISIBLE= -DZDICTLIB_VISIBLE= -DZSTDERRORLIB_VISIBLE= -fvisibility=hidden
      c-ext/backend_c.c: In function ‘safe_pybytes_resize’:
      c-ext/backend_c.c:316:15: error: ‘PyObject’ {aka ‘struct _object’} has no member named ‘ob_refcnt’
        316 |     if ((*obj)->ob_refcnt == 1) {
            |               ^~
      error: command '/usr/bin/cc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for zstandard
ERROR: Failed to build installable wheels for some pyproject.toml based projects (orjson, zstandard)
2025-05-05 23:13:40
rapidfuzz 3.13.0 Success - 2025-05-05 22:56:00
awswrangler 3.11.0 Success - 2025-05-05 23:14:29
importlib-resources 6.5.2 Success - 2025-05-05 23:55:13
pkginfo 1.12.1.2 Success - 2025-05-05 23:57:43
sphinx 8.2.3 Success - 2025-05-05 22:56:19
pytest-cov 6.1.1 Success - 2025-05-05 23:13:57
uvicorn 0.34.2 Success - 2025-05-05 23:57:14
gunicorn 23.0.0 Success - 2025-05-06 00:14:53
google-auth-httplib2 0.2.0 Success - 2025-05-06 00:14:45
ruamel-yaml 0.18.10 Success - 2025-05-05 23:13:07
poetry-plugin-export 1.9.0 Failed
compatibility off`
      📦 Including license file "/tmp/pip-install-4r2cgnkk/cryptography_33188ec49c584f619748c40315264272/LICENSE"
      📦 Including license file "/tmp/pip-install-4r2cgnkk/cryptography_33188ec49c584f619748c40315264272/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-4r2cgnkk/cryptography_33188ec49c584f619748c40315264272/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support for Python ≥ 3.7
      🐍 Not using a specific python interpreter
      📡 Using build options features, locked from pyproject.toml
      ⚠️ Warning: CPython 3.13t at /tmp/tmp4y1ttj97/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-4r2cgnkk/cryptography_33188ec49c584f619748c40315264272/src/rust/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-4r2cgnkk/cryptography_33188ec49c584f619748c40315264272/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-4r2cgnkk/cryptography_33188ec49c584f619748c40315264272/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-4r2cgnkk/cryptography_33188ec49c584f619748c40315264272/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      error: package `cryptography-key-parsing v0.1.0 (/tmp/pip-install-4r2cgnkk/cryptography_33188ec49c584f619748c40315264272/src/rust/cryptography-key-parsing)` cannot be built because it requires rustc 1.65.0 or newer, while the currently active rustc version is 1.63.0
      
      💥 maturin failed
        Caused by: Failed to build a native library through cargo
        Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.13-64bit" PYO3_PYTHON="/tmp/tmp4y1ttj97/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp4y1ttj97/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-4r2cgnkk/cryptography_33188ec49c584f619748c40315264272/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp4y1ttj97/venv/bin/python', '--compatibility', 'off'] returned non-zero exit status 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for cryptography
  error: subprocess-exited-with-error
  
  × Building wheel for zstandard (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [25 lines of output]
      <string>:41: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
      <string>:42: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
      <frozen importlib._bootstrap>:488: RuntimeWarning: The global interpreter lock (GIL) has been enabled to load module '_cffi_backend', which has not declared that it can run safely without the GIL. To override this behavior and keep the GIL disabled (at your own risk), run with PYTHON_GIL=0 or -Xgil=0.
      generating build/zstandard/_cffi.c
      (already up-to-date)
      not modified: 'build/zstandard/_cffi.c'
      running bdist_wheel
      running build
      running build_py
      creating build/lib.linux-x86_64-cpython-313
      creating build/lib.linux-x86_64-cpython-313/zstandard
      copying zstandard/__init__.py -> build/lib.linux-x86_64-cpython-313/zstandard
      copying zstandard/backend_cffi.py -> build/lib.linux-x86_64-cpython-313/zstandard
      copying zstandard/__init__.pyi -> build/lib.linux-x86_64-cpython-313/zstandard
      copying zstandard/py.typed -> build/lib.linux-x86_64-cpython-313/zstandard
      running build_ext
      building 'zstandard.backend_c' extension
      creating build/temp.linux-x86_64-cpython-313
      creating build/temp.linux-x86_64-cpython-313/c-ext
      cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Ic-ext -Izstd -I/tmp/tmp4y1ttj97/venv/include -I/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/include/python3.13t -c c-ext/backend_c.c -o build/temp.linux-x86_64-cpython-313/c-ext/backend_c.o -DZSTD_SINGLE_FILE -DZSTDLIB_VISIBLE= -DZDICTLIB_VISIBLE= -DZSTDERRORLIB_VISIBLE= -fvisibility=hidden
      c-ext/backend_c.c: In function ‘safe_pybytes_resize’:
      c-ext/backend_c.c:316:15: error: ‘PyObject’ {aka ‘struct _object’} has no member named ‘ob_refcnt’
        316 |     if ((*obj)->ob_refcnt == 1) {
            |               ^~
      error: command '/usr/bin/cc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for zstandard
ERROR: Failed to build installable wheels for some pyproject.toml based projects (msgpack, cryptography, zstandard)
2025-05-05 23:15:10
jaraco-functools 4.1.0 Success - 2025-05-05 23:14:39
google-auth-oauthlib 1.2.2 Success - 2025-05-05 23:57:31
nest-asyncio 1.6.0 Success - 2025-05-06 00:14:57
isort 6.0.1 Success - 2025-05-06 00:15:18
defusedxml 0.7.1 Success - 2025-05-05 23:13:42
termcolor 3.1.0 Success - 2025-05-05 23:15:19
fonttools 4.57.0 Success - 2025-05-05 23:13:05

Python 3.14t Compatibility Results

Library Version Build Result Error Details Last Updated At
redis 6.0.0 Success - 2025-05-05 11:00:23
langchain 0.3.25 Failed
iled to build a native library through cargo
        Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.14-64bit" PYO3_PYTHON="/tmp/tmp3kfpdqom/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp3kfpdqom/venv/bin/python" "cargo" "rustc" "--message-format" "json-render-diagnostics" "--manifest-path" "/tmp/pip-install-e5wt_3s7/orjson_61da642a581444508410d1f328d97e73/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp3kfpdqom/venv/bin/python', '--compatibility', 'off'] returned non-zero exit status 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for orjson
  error: subprocess-exited-with-error
  
  × Building wheel for pydantic-core (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [13 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmp3kfpdqom/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-e5wt_3s7/pydantic-core_7008f03041f3433491aba7aa60f1e6bf/LICENSE"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings
      🐍 Found CPython 3.14t at /tmp/tmp3kfpdqom/venv/bin/python
      📡 Using build options features, bindings from pyproject.toml
      warning: unused manifest key: lints
      error: package `pydantic-core v2.33.2 (/tmp/pip-install-e5wt_3s7/pydantic-core_7008f03041f3433491aba7aa60f1e6bf)` cannot be built because it requires rustc 1.75 or newer, while the currently active rustc version is 1.63.0
      
      💥 maturin failed
        Caused by: Failed to build a native library through cargo
        Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.14-64bit" PYO3_PYTHON="/tmp/tmp3kfpdqom/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp3kfpdqom/venv/bin/python" "cargo" "rustc" "--features" "pyo3/extension-module" "--message-format" "json-render-diagnostics" "--manifest-path" "/tmp/pip-install-e5wt_3s7/pydantic-core_7008f03041f3433491aba7aa60f1e6bf/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp3kfpdqom/venv/bin/python', '--compatibility', 'off'] returned non-zero exit status 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pydantic-core
  error: subprocess-exited-with-error
  
  × Building wheel for zstandard (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [25 lines of output]
      <string>:41: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
      <string>:42: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
      <frozen importlib._bootstrap>:488: RuntimeWarning: The global interpreter lock (GIL) has been enabled to load module '_cffi_backend', which has not declared that it can run safely without the GIL. To override this behavior and keep the GIL disabled (at your own risk), run with PYTHON_GIL=0 or -Xgil=0.
      generating build/zstandard/_cffi.c
      (already up-to-date)
      not modified: 'build/zstandard/_cffi.c'
      running bdist_wheel
      running build
      running build_py
      creating build/lib.linux-x86_64-cpython-314
      creating build/lib.linux-x86_64-cpython-314/zstandard
      copying zstandard/__init__.py -> build/lib.linux-x86_64-cpython-314/zstandard
      copying zstandard/backend_cffi.py -> build/lib.linux-x86_64-cpython-314/zstandard
      copying zstandard/__init__.pyi -> build/lib.linux-x86_64-cpython-314/zstandard
      copying zstandard/py.typed -> build/lib.linux-x86_64-cpython-314/zstandard
      running build_ext
      building 'zstandard.backend_c' extension
      creating build/temp.linux-x86_64-cpython-314
      creating build/temp.linux-x86_64-cpython-314/c-ext
      cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Ic-ext -Izstd -I/tmp/tmp3kfpdqom/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c c-ext/backend_c.c -o build/temp.linux-x86_64-cpython-314/c-ext/backend_c.o -DZSTD_SINGLE_FILE -DZSTDLIB_VISIBLE= -DZDICTLIB_VISIBLE= -DZSTDERRORLIB_VISIBLE= -fvisibility=hidden
      c-ext/backend_c.c: In function ‘safe_pybytes_resize’:
      c-ext/backend_c.c:316:15: error: ‘PyObject’ {aka ‘struct _object’} has no member named ‘ob_refcnt’
        316 |     if ((*obj)->ob_refcnt == 1) {
            |               ^~
      error: command '/usr/bin/cc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for zstandard
ERROR: Failed to build installable wheels for some pyproject.toml based projects (orjson, pydantic-core, zstandard)
2025-05-05 11:40:14
rapidfuzz 3.13.0 Success - 2025-05-05 10:41:44
awswrangler 3.11.0 Failed
andom__mt19937.pyx.c.o -MF numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__mt19937.pyx.c.o.d -o numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__mt19937.pyx.c.o -c numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:2358:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
       2358 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw);
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11219:69: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      11219 | static PyObject *__Pyx_PyVectorcall_FastCallDict_kw(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                     ^~~~~~~~~~~~~~~~~~~~
            |                                                                     vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11264:80: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      11264 | static CYTHON_INLINE PyObject *__Pyx_PyVectorcall_FastCallDict(PyObject *func, __pyx_vectorcallfunc vc, PyObject *const *args, size_t nargs, PyObject *kw)
            |                                                                                ^~~~~~~~~~~~~~~~~~~~
            |                                                                                vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c: In function ‘__Pyx_CyFunction_CallAsMethod’:
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11953:6: error: unknown type name ‘__pyx_vectorcallfunc’; did you mean ‘vectorcallfunc’?
      11953 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |      ^~~~~~~~~~~~~~~~~~~~
            |      vectorcallfunc
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:2448:45: warning: initialization of ‘int’ from ‘vectorcallfunc’ {aka ‘struct _object * (*)(struct _object *, struct _object * const*, long unsigned int,  struct _object *)’} makes integer from pointer without a cast [-Wint-conversion]
       2448 | #define __Pyx_CyFunction_func_vectorcall(f) (((PyCFunctionObject*)f)->vectorcall)
            |                                             ^
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11953:32: note: in expansion of macro ‘__Pyx_CyFunction_func_vectorcall’
      11953 |      __pyx_vectorcallfunc vc = __Pyx_CyFunction_func_vectorcall(cyfunc);
            |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11956:16: warning: implicit declaration of function ‘__Pyx_PyVectorcall_FastCallDict’; did you mean ‘__Pyx_PyObject_FastCallDict’? [-Wimplicit-function-declaration]
      11956 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            |                __Pyx_PyObject_FastCallDict
      numpy/random/_mt19937.cpython-314t-x86_64-linux-gnu.so.p/numpy/random/_mt19937.pyx.c:11956:16: warning: returning ‘int’ from a function with return type ‘PyObject *’ {aka ‘struct _object *’} makes pointer from integer without a cast [-Wint-conversion]
      11956 |         return __Pyx_PyVectorcall_FastCallDict(func, vc, &PyTuple_GET_ITEM(args, 0), (size_t)PyTuple_GET_SIZE(args), kw);
            |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      [501/530] Compiling C object numpy/random/_bounded_integers.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__bounded_integers.pyx.c.o
      [502/530] Compiling C object numpy/random/_common.cpython-314t-x86_64-linux-gnu.so.p/meson-generated_numpy_random__common.pyx.c.o
      ninja: build stopped: subcommand failed.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
2025-05-05 11:47:41
importlib-resources 6.5.2 Success - 2025-05-05 11:37:36
pkginfo 1.12.1.2 Success - 2025-05-05 11:00:19
sphinx 8.2.3 Success - 2025-05-05 11:00:00
pytest-cov 6.1.1 Success - 2025-05-05 11:11:28
uvicorn 0.34.2 Success - 2025-05-05 11:10:33
gunicorn 23.0.0 Success - 2025-05-05 11:40:37
google-auth-httplib2 0.2.0 Success - 2025-05-05 11:40:31
ruamel-yaml 0.18.10 Success - 2025-05-05 11:39:39
poetry-plugin-export 1.9.0 Failed
hon --compatibility off`
      📦 Including license file "/tmp/pip-install-1r2hzxwm/cryptography_96eb4af3a5cc4b71b19b1e8e988a7f5c/LICENSE"
      📦 Including license file "/tmp/pip-install-1r2hzxwm/cryptography_96eb4af3a5cc4b71b19b1e8e988a7f5c/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-1r2hzxwm/cryptography_96eb4af3a5cc4b71b19b1e8e988a7f5c/LICENSE.BSD"
      🍹 Building a mixed python/rust project
      🔗 Found pyo3 bindings with abi3 support for Python ≥ 3.7
      🐍 Not using a specific python interpreter
      📡 Using build options features, locked from pyproject.toml
      ⚠️ Warning: CPython 3.14t at /tmp/tmp_25k0mif/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-1r2hzxwm/cryptography_96eb4af3a5cc4b71b19b1e8e988a7f5c/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-1r2hzxwm/cryptography_96eb4af3a5cc4b71b19b1e8e988a7f5c/src/rust/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-1r2hzxwm/cryptography_96eb4af3a5cc4b71b19b1e8e988a7f5c/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-1r2hzxwm/cryptography_96eb4af3a5cc4b71b19b1e8e988a7f5c/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      error: package `cryptography-openssl v0.1.0 (/tmp/pip-install-1r2hzxwm/cryptography_96eb4af3a5cc4b71b19b1e8e988a7f5c/src/rust/cryptography-openssl)` cannot be built because it requires rustc 1.65.0 or newer, while the currently active rustc version is 1.63.0
      
      💥 maturin failed
        Caused by: Failed to build a native library through cargo
        Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.14-64bit" PYO3_PYTHON="/tmp/tmp_25k0mif/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp_25k0mif/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-1r2hzxwm/cryptography_96eb4af3a5cc4b71b19b1e8e988a7f5c/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp_25k0mif/venv/bin/python', '--compatibility', 'off'] returned non-zero exit status 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for cryptography
  error: subprocess-exited-with-error
  
  × Building wheel for zstandard (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [25 lines of output]
      <string>:41: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
      <string>:42: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
      <frozen importlib._bootstrap>:488: RuntimeWarning: The global interpreter lock (GIL) has been enabled to load module '_cffi_backend', which has not declared that it can run safely without the GIL. To override this behavior and keep the GIL disabled (at your own risk), run with PYTHON_GIL=0 or -Xgil=0.
      generating build/zstandard/_cffi.c
      (already up-to-date)
      not modified: 'build/zstandard/_cffi.c'
      running bdist_wheel
      running build
      running build_py
      creating build/lib.linux-x86_64-cpython-314
      creating build/lib.linux-x86_64-cpython-314/zstandard
      copying zstandard/__init__.py -> build/lib.linux-x86_64-cpython-314/zstandard
      copying zstandard/backend_cffi.py -> build/lib.linux-x86_64-cpython-314/zstandard
      copying zstandard/__init__.pyi -> build/lib.linux-x86_64-cpython-314/zstandard
      copying zstandard/py.typed -> build/lib.linux-x86_64-cpython-314/zstandard
      running build_ext
      building 'zstandard.backend_c' extension
      creating build/temp.linux-x86_64-cpython-314
      creating build/temp.linux-x86_64-cpython-314/c-ext
      cc -pthread -fno-strict-overflow -Wsign-compare -Wunreachable-code -DNDEBUG -g -O3 -Wall -fPIC -fPIC -Ic-ext -Izstd -I/tmp/tmp_25k0mif/venv/include -I/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/include/python3.14t -c c-ext/backend_c.c -o build/temp.linux-x86_64-cpython-314/c-ext/backend_c.o -DZSTD_SINGLE_FILE -DZSTDLIB_VISIBLE= -DZDICTLIB_VISIBLE= -DZSTDERRORLIB_VISIBLE= -fvisibility=hidden
      c-ext/backend_c.c: In function ‘safe_pybytes_resize’:
      c-ext/backend_c.c:316:15: error: ‘PyObject’ {aka ‘struct _object’} has no member named ‘ob_refcnt’
        316 |     if ((*obj)->ob_refcnt == 1) {
            |               ^~
      error: command '/usr/bin/cc' failed with exit code 1
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for zstandard
ERROR: Failed to build installable wheels for some pyproject.toml based projects (msgpack, cryptography, zstandard)
2025-05-05 11:00:59
jaraco-functools 4.1.0 Success - 2025-05-05 11:00:30
google-auth-oauthlib 1.2.2 Success - 2025-05-05 11:00:16
nest-asyncio 1.6.0 Success - 2025-05-05 11:47:49
isort 6.0.1 Success - 2025-05-05 11:47:57
defusedxml 0.7.1 Success - 2025-05-05 11:11:17
termcolor 3.1.0 Success - 2025-05-05 11:47:42
fonttools 4.57.0 Success - 2025-05-05 11:10:37