Other Blog Posts
Pyruvate 1.4.0rc2 has been released
2025-03-25
The second release candidate of the Pyruvate WSGI server version 1.4 has been published today. It's a pre-release so you will need to specify the version number when installing or updating:
pip install pyruvate==1.4.0rc2
Supported Python versions are 3.9 through 3.13. Pyruvate 1.4.0rc2 uses pyo3-ffi as the Python interface. 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.