Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ please open an issue on [this issue tracker](https://github.com/Quansight-Labs/f
| Project | Upstream issue | Tested in CI | PyPI release | First version with support | Nightly wheels | Nightly link |
| :------------------- | :----------------------------------------------------------------------------: | :-------------------: | :------------------------: | :------------------------: | :--------------------------------------------------------: | :------------------------------------------------------------------------------------------: |
| aiohttp | [:simple-github:](https://github.com/aio-libs/aiohttp/issues/8796) | | | | | |
| asv | [:simple-github:](https://github.com/airspeed-velocity/asv/issues/1515) | | | | | |
| Bazel (rules-python) | [:simple-github:](https://github.com/bazel-contrib/rules_python/issues/2386) | :material-check-bold: | :material-check-bold: [^1] | 0.39.0 | | |
| argon2-cffi-bindings | [:simple-github:](https://github.com/hynek/argon2-cffi-bindings/issues/67) | :material-check-bold: | :material-check-bold: | 25.1.0 | | |
| Boost.Python | [:simple-github:](https://github.com/boostorg/python/issues/458) | | | | | |
Expand Down Expand Up @@ -93,6 +94,8 @@ please open an issue on [this issue tracker](https://github.com/Quansight-Labs/f
| PyAV | [:simple-github:](https://github.com/PyAV-Org/PyAV/issues/1956) | | | | | |
| pybind11 | [:simple-github:](https://github.com/pybind/pybind11/issues/5112) | :material-check-bold: | :material-check-bold: | 2.13 | | |
| pycares | [:simple-github:](https://github.com/saghul/pycares/issues/213) | :material-check-bold: | | | | |
| pycocotools | [:simple-github:](https://github.com/ppwwyyxx/cocoapi/pull/27) | :material-check-bold: | :material-check-bold: | 2.0.10 | | |
| pycryptodome | [:simple-github:](https://github.com/Legrandin/pycryptodome/issues/891) | :material-check-bold: | :material-check-bold: | 3.23.0 | | |
| pygit2 | [:simple-github:](https://github.com/libgit2/pygit2/issues/1367) | | | | | |
| PyNaCl | [:simple-github:](https://github.com/pyca/pynacl/issues/857) | | | | | |
| PyO3 | [:simple-github:](https://github.com/PyO3/pyo3/issues/4265) | :material-check-bold: | :material-check-bold: [^2] | 0.23 | | |
Expand Down Expand Up @@ -123,12 +126,15 @@ please open an issue on [this issue tracker](https://github.com/Quansight-Labs/f
| srsly | [:simple-github:](https://github.com/explosion/srsly/issues/116) | | | | | |
| SWIG | [:simple-github:](https://github.com/swig/swig/issues/3121) | :material-check-bold: | | 4.4.0 | | |
| thrift | [:simple-github:](https://issues.apache.org/jira/browse/THRIFT-5888) | | | | | |
| tiktoken | [:simple-github:](https://github.com/openai/tiktoken/issues/406) | | | | | |
| tokenizers | [:simple-github:](https://github.com/huggingface/tokenizers/issues/1784) | | | | | |
| tornado | [:simple-github:](https://github.com/tornadoweb/tornado/issues/3501) | | | | | |
| tox | [:simple-github:](https://github.com/tox-dev/tox/issues/3391) | :material-check-bold: | :material-check-bold: | 4.26.0 | | |
| uv | [:simple-github:](https://github.com/astral-sh/uv/issues/7193) | :material-check-bold: | :material-check-bold: | 0.4.24 | | |
| ultrajson | [:simple-github:](https://github.com/ultrajson/ultrajson/issues/684) | | | | | |
| wrapt | [:simple-github:](https://github.com/GrahamDumpleton/wrapt/pull/269) | :material-check-bold: | :material-check-bold: | 1.17.0 | | |
| xxhash | [:simple-github:](https://github.com/ifduyue/python-xxhash/issues/101) | :material-check-bold: | | | | |
| yappi | [:simple-github:](https://github.com/sumerc/yappi/issues/179) | | | | | |
| yarl | [:simple-github:](https://github.com/aio-libs/yarl/issues/1455) | :material-check-bold: | :material-check-bold: | 1.20.0 | | |
| zstandard | [:simple-github:](https://github.com/indygreg/python-zstandard/issues/231) | :material-check-bold: | | 0.25.0 | | |

Expand Down