v0.15.0
This release adds support for Python 3.14 and removes the previous upper bound on the Python version pin.
Updates
Added support for Python 3.14.
Removed the upper bound on the Python version constraint in
pyproject.toml(now>=3.10instead of>=3.10,<3.14).Pinned
syrupyto>=4.0.0,<5.0.0pendingconftest.pyupdates required for v5 compatibility.