Other Blog Posts
Pyruvate 1.4.0 PyPI release
2025-04-03
Pyruvate WSGI server version 1.4.0 has been published today. Install or update with:
pip install -U pyruvate
Supported Python versions are 3.9 through 3.13. Pyruvate 1.4.0 uses pyo3-ffi as the Python interface. This release contains only minor changes to the second release candidate (1.4.0rc2), most importantly a bugfix for the PasteDeploy entrypoint and small documentation changes. For the time being it keeps necessary parts of rust-cpython, but the goal is to further reduce dependencies to any higher level Python interface and only use the plain Python-C API.
Current benchmarks can be found here.