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
tinycss2 1.4.0 Success - 2025-05-06 00:00:55
entrypoints 0.4 Success - 2025-05-06 03:36:35
phonenumbers 9.0.4 Failed
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Fatal Python error: Failed to import encodings module
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007f0019637740 (most recent call first):
  <no Python frame>
2025-05-01 09:59:47
jupyter-events 0.12.0 Success - 2025-05-06 02:46:06
azure-datalake-store 0.0.53 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for cryptography (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [19 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmp2xg2qw1z/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-fz4ryt8o/cryptography_01173801f025492a99a4becef4d82b92/LICENSE"
      📦 Including license file "/tmp/pip-install-fz4ryt8o/cryptography_01173801f025492a99a4becef4d82b92/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-fz4ryt8o/cryptography_01173801f025492a99a4becef4d82b92/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/tmp2xg2qw1z/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-fz4ryt8o/cryptography_01173801f025492a99a4becef4d82b92/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-fz4ryt8o/cryptography_01173801f025492a99a4becef4d82b92/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-fz4ryt8o/cryptography_01173801f025492a99a4becef4d82b92/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-fz4ryt8o/cryptography_01173801f025492a99a4becef4d82b92/src/rust/Cargo.toml: unused manifest key: lints
      error: package `cryptography-key-parsing v0.1.0 (/tmp/pip-install-fz4ryt8o/cryptography_01173801f025492a99a4becef4d82b92/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/tmp2xg2qw1z/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmp2xg2qw1z/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-fz4ryt8o/cryptography_01173801f025492a99a4becef4d82b92/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmp2xg2qw1z/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: Failed to build installable wheels for some pyproject.toml based projects (cryptography)
2025-05-06 05:16:56
universal-pathlib 0.2.6 Success - 2025-05-06 02:45:45
pysftp 0.2.9 Failed
_out["return_val"] = hook(**hook_input["kwargs"])
                                   ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
        File "/tmp/tmp1uli0mjx/venv/lib/python3.13t/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 280, in build_wheel
          return _build_backend().build_wheel(
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
              wheel_directory, config_settings, metadata_directory
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 435, in build_wheel
          return _build(['bdist_wheel', '--dist-info-dir', str(metadata_directory)])
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 423, in _build
          return self._build_with_temp_dir(
                 ~~~~~~~~~~~~~~~~~~~~~~~~~^
              cmd,
              ^^^^
          ...<3 lines>...
              self._arbitrary_args(config_settings),
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 404, in _build_with_temp_dir
          self.run_setup()
          ~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/build_meta.py", line 317, in run_setup
          exec(code, locals())
          ~~~~^^^^^^^^^^^^^^^^
        File "<string>", line 202, in <module>
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/__init__.py", line 117, in setup
          return distutils.core.setup(**attrs)
                 ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/_distutils/core.py", line 186, in setup
          return run_commands(dist)
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/_distutils/core.py", line 202, in run_commands
          dist.run_commands()
          ~~~~~~~~~~~~~~~~~^^
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/_distutils/dist.py", line 1002, in run_commands
          self.run_command(cmd)
          ~~~~~~~~~~~~~~~~^^^^^
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/dist.py", line 1106, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/command/bdist_wheel.py", line 370, in run
          self.run_command("build")
          ~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
          self.distribution.run_command(command)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/dist.py", line 1106, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/_distutils/command/build.py", line 135, in run
          self.run_command(cmd_name)
          ~~~~~~~~~~~~~~~~^^^^^^^^^^
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/_distutils/cmd.py", line 357, in run_command
          self.distribution.run_command(command)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/dist.py", line 1106, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-66afqhjr/overlay/lib/python3.13t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "<string>", line 169, in run
        File "/root/.local/share/uv/python/cpython-3.13.3+freethreaded-linux-x86_64-gnu/lib/python3.13t/subprocess.py", line 419, in check_call
          raise CalledProcessError(retcode, cmd)
      subprocess.CalledProcessError: Command '['make']' returned non-zero exit status 2.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pynacl
ERROR: Failed to build installable wheels for some pyproject.toml based projects (cryptography, pynacl)
2025-05-06 06:42:41
click-repl 0.3.0 Success - 2025-05-06 03:12:39
loguru 0.7.3 Success - 2025-05-06 01:18:59
tableauserverclient 0.37 Success - 2025-05-06 01:13:26
azure-storage-file-share 12.21.0 Failed
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Fatal Python error: Failed to import encodings module
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007fd1495c9740 (most recent call first):
  <no Python frame>
2025-05-01 09:59:52
microsoft-kiota-http 1.9.3 Success - 2025-05-06 03:36:48
sphinxcontrib-applehelp 2.0.0 Success - 2025-05-06 05:33:36
hpack 4.1.0 Success - 2025-05-06 02:46:19
sqlglot 26.16.4 Success - 2025-05-06 06:43:22
ijson 3.3.0 Success - 2025-05-06 02:46:02
sqlalchemy-bigquery 1.14.0 Failed
ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.6, <3.10; 1.0.0a1 Requires-Python >=3.6, <3.10; 1.1.0 Requires-Python >=3.6, <3.10; 1.10.0 Requires-Python >=3.8, <3.13; 1.11.0 Requires-Python <3.13,>=3.8; 1.11.0.dev2 Requires-Python >=3.8, <3.13; 1.12.0 Requires-Python <3.13,>=3.8; 1.12.1 Requires-Python <3.13,>=3.8; 1.13.0 Requires-Python <3.13,>=3.8; 1.14.0 Requires-Python <3.13,>=3.8; 1.2.0 Requires-Python >=3.6, <3.10; 1.2.1 Requires-Python >=3.6, <3.10; 1.2.2 Requires-Python >=3.6, <3.10; 1.3.0 Requires-Python >=3.6, <3.11; 1.4.0 Requires-Python >=3.6, <3.11; 1.4.1 Requires-Python >=3.6, <3.11; 1.4.2 Requires-Python >=3.6, <3.11; 1.4.3 Requires-Python >=3.6, <3.11; 1.4.4 Requires-Python >=3.6, <3.11; 1.5.0 Requires-Python >=3.7, <3.11; 1.6.0 Requires-Python >=3.7, <3.12; 1.6.1 Requires-Python >=3.7, <3.12; 1.7.0 Requires-Python >=3.7, <3.12; 1.8.0 Requires-Python >=3.7, <3.12; 1.9.0 Requires-Python >=3.8, <3.13
ERROR: Could not find a version that satisfies the requirement sqlalchemy-bigquery==1.14.0 (from versions: 0.0.1.dev0, 0.0.2.dev0, 0.0.4, 0.0.5, 0.0.6, 0.0.7)
ERROR: No matching distribution found for sqlalchemy-bigquery==1.14.0
2025-05-06 00:23:45
mypy-boto3-s3 1.38.0 Success - 2025-05-06 03:13:01
dask 2025.4.1 Failed
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Fatal Python error: Failed to import encodings module
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007fe436c18740 (most recent call first):
  <no Python frame>
2025-05-01 09:59:55
h2 4.2.0 Success - 2025-05-06 01:52:15

Python 3.14t Compatibility Results

Library Version Build Result Error Details Last Updated At
tinycss2 1.4.0 Success - 2025-05-05 11:35:02
entrypoints 0.4 Success - 2025-05-05 16:41:41
phonenumbers 9.0.4 Success - 2025-05-03 13:05:22
jupyter-events 0.12.0 Failed
  error: subprocess-exited-with-error
  
  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [10 lines of output]
      Checking for Rust toolchain....
      Running `maturin pep517 write-dist-info --metadata-directory /tmp/pip-modern-metadata-df2iiwtq --interpreter /tmp/tmpz25w9qet/venv/bin/python`
      error: failed to parse lock file at: /tmp/pip-install-qpwd9zbu/rpds-py_36be2ee84a194466a9a4516a291ba52f/Cargo.lock
      
      Caused by:
        lock file version `4` was found, but this version of Cargo does not understand this lock file, perhaps Cargo needs to be updated?
      💥 maturin failed
        Caused by: Cargo metadata failed. Does your crate compile with `cargo build`?
        Caused by: `cargo metadata` exited with an error:
      Error running maturin: Command '['maturin', 'pep517', 'write-dist-info', '--metadata-directory', '/tmp/pip-modern-metadata-df2iiwtq', '--interpreter', '/tmp/tmpz25w9qet/venv/bin/python']' 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: 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 13:50:26
azure-datalake-store 0.0.53 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for cryptography (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [19 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmpbp5s3230/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-ov5f1p3h/cryptography_94d53912283b414594d45d4be600ed27/LICENSE"
      📦 Including license file "/tmp/pip-install-ov5f1p3h/cryptography_94d53912283b414594d45d4be600ed27/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-ov5f1p3h/cryptography_94d53912283b414594d45d4be600ed27/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/tmpbp5s3230/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-ov5f1p3h/cryptography_94d53912283b414594d45d4be600ed27/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-ov5f1p3h/cryptography_94d53912283b414594d45d4be600ed27/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-ov5f1p3h/cryptography_94d53912283b414594d45d4be600ed27/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-ov5f1p3h/cryptography_94d53912283b414594d45d4be600ed27/src/rust/Cargo.toml: unused manifest key: lints
      error: package `cryptography-x509-verification v0.1.0 (/tmp/pip-install-ov5f1p3h/cryptography_94d53912283b414594d45d4be600ed27/src/rust/cryptography-x509-verification)` 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/tmpbp5s3230/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpbp5s3230/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-ov5f1p3h/cryptography_94d53912283b414594d45d4be600ed27/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpbp5s3230/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: Failed to build installable wheels for some pyproject.toml based projects (cryptography)
2025-05-05 15:58:23
universal-pathlib 0.2.6 Success - 2025-05-05 15:04:06
pysftp 0.2.9 Failed
~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-anmjh8mn/overlay/lib/python3.14t/site-packages/setuptools/dist.py", line 1106, in run_command
          super().run_command(command)
          ~~~~~~~~~~~~~~~~~~~^^^^^^^^^
        File "/tmp/pip-build-env-anmjh8mn/overlay/lib/python3.14t/site-packages/setuptools/_distutils/dist.py", line 1021, in run_command
          cmd_obj.run()
          ~~~~~~~~~~~^^
        File "<string>", line 169, in run
        File "/root/.local/share/uv/python/cpython-3.14.0a6+freethreaded-linux-x86_64-gnu/lib/python3.14t/subprocess.py", line 419, in check_call
          raise CalledProcessError(retcode, cmd)
      subprocess.CalledProcessError: Command '['make']' returned non-zero exit status 2.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pynacl
ERROR: Failed to build installable wheels for some pyproject.toml based projects (bcrypt, cryptography, pynacl)
2025-05-03 13:12:24
click-repl 0.3.0 Success - 2025-05-05 14:15:54
loguru 0.7.3 Success - 2025-05-05 12:45:23
tableauserverclient 0.37 Success - 2025-05-05 13:37:30
azure-storage-file-share 12.21.0 Failed
  error: subprocess-exited-with-error
  
  × Building wheel for cryptography (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [19 lines of output]
      Running `maturin pep517 build-wheel -i /tmp/tmpw0zzpbn_/venv/bin/python --compatibility off`
      📦 Including license file "/tmp/pip-install-8lvogtc8/cryptography_16ed1450932648ae9aaea1f4c964d0cc/LICENSE"
      📦 Including license file "/tmp/pip-install-8lvogtc8/cryptography_16ed1450932648ae9aaea1f4c964d0cc/LICENSE.APACHE"
      📦 Including license file "/tmp/pip-install-8lvogtc8/cryptography_16ed1450932648ae9aaea1f4c964d0cc/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/tmpw0zzpbn_/venv/bin/python does not yet support abi3 so the build artifacts will be version-specific.
      warning: /tmp/pip-install-8lvogtc8/cryptography_16ed1450932648ae9aaea1f4c964d0cc/src/rust/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-8lvogtc8/cryptography_16ed1450932648ae9aaea1f4c964d0cc/src/rust/cryptography-key-parsing/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-8lvogtc8/cryptography_16ed1450932648ae9aaea1f4c964d0cc/src/rust/cryptography-openssl/Cargo.toml: unused manifest key: lints
      warning: /tmp/pip-install-8lvogtc8/cryptography_16ed1450932648ae9aaea1f4c964d0cc/src/rust/cryptography-cffi/Cargo.toml: unused manifest key: lints
      error: package `cryptography-cffi v0.1.0 (/tmp/pip-install-8lvogtc8/cryptography_16ed1450932648ae9aaea1f4c964d0cc/src/rust/cryptography-cffi)` 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/tmpw0zzpbn_/venv/bin/python" PYTHON_SYS_EXECUTABLE="/tmp/tmpw0zzpbn_/venv/bin/python" "cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-8lvogtc8/cryptography_16ed1450932648ae9aaea1f4c964d0cc/src/rust/Cargo.toml" "--release" "--lib"`
      Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/tmp/tmpw0zzpbn_/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: Failed to build installable wheels for some pyproject.toml based projects (cryptography)
2025-05-05 19:14:27
microsoft-kiota-http 1.9.3 Success - 2025-05-05 13:15:19
sphinxcontrib-applehelp 2.0.0 Success - 2025-05-05 17:14:04
hpack 4.1.0 Success - 2025-05-05 15:30:28
sqlglot 26.16.4 Success - 2025-05-03 13:13:05
ijson 3.3.0 Success - 2025-05-05 16:42:05
sqlalchemy-bigquery 1.14.0 Failed
ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.6, <3.10; 1.0.0a1 Requires-Python >=3.6, <3.10; 1.1.0 Requires-Python >=3.6, <3.10; 1.10.0 Requires-Python >=3.8, <3.13; 1.11.0 Requires-Python <3.13,>=3.8; 1.11.0.dev2 Requires-Python >=3.8, <3.13; 1.12.0 Requires-Python <3.13,>=3.8; 1.12.1 Requires-Python <3.13,>=3.8; 1.13.0 Requires-Python <3.13,>=3.8; 1.14.0 Requires-Python <3.13,>=3.8; 1.2.0 Requires-Python >=3.6, <3.10; 1.2.1 Requires-Python >=3.6, <3.10; 1.2.2 Requires-Python >=3.6, <3.10; 1.3.0 Requires-Python >=3.6, <3.11; 1.4.0 Requires-Python >=3.6, <3.11; 1.4.1 Requires-Python >=3.6, <3.11; 1.4.2 Requires-Python >=3.6, <3.11; 1.4.3 Requires-Python >=3.6, <3.11; 1.4.4 Requires-Python >=3.6, <3.11; 1.5.0 Requires-Python >=3.7, <3.11; 1.6.0 Requires-Python >=3.7, <3.12; 1.6.1 Requires-Python >=3.7, <3.12; 1.7.0 Requires-Python >=3.7, <3.12; 1.8.0 Requires-Python >=3.7, <3.12; 1.9.0 Requires-Python >=3.8, <3.13
ERROR: Could not find a version that satisfies the requirement sqlalchemy-bigquery==1.14.0 (from versions: 0.0.1.dev0, 0.0.2.dev0, 0.0.4, 0.0.5, 0.0.6, 0.0.7)
ERROR: No matching distribution found for sqlalchemy-bigquery==1.14.0
2025-05-05 12:33:17
mypy-boto3-s3 1.38.0 Success - 2025-05-05 16:06:22
dask 2025.4.1 Success - 2025-05-03 13:13:18
h2 4.2.0 Success - 2025-05-05 14:24:14