Releases: baking-bad/pytezos
Releases · baking-bad/pytezos
3.18.0
3.18.0 - 2026-05-21
Changed
- Switch deprecated ghostnet to shadownet as default network.
- Migrate dependency management from Poetry to uv.
pyproject.tomlnow uses PEP 621[project]and PEP 735[dependency-groups]; build backend is hatchling; lockfile isuv.lock. Thenotebookdependency moved to ajupyterextra (installed in themichelson-kernelDocker image, not inpytezos). Dockerfiles consumeuv.lockdirectly via bind mounts; the generatedrequirements*.txtfiles were removed. - Breaking:
pip install pytezosno longer ships the Jupyter stack as a side effect. To use themichelson-kernelconsole script, install with the extra:pip install pytezos[jupyter]. Pre-3.18 the same effect happened transitively throughnotebookbeing a top-level runtime dependency. - Bump
notebookconstraint to>=7,<8. Notebook 6.x calledfrom distutils.version import LooseVersion, which broke after Python 3.12 removeddistutils; themichelson-kernelDocker image (Python 3.12) could not launch since that upgrade. Notebook 7 is built onjupyter-serverand works on Python 3.12+. Removed the now-unrecognised--no-mathjaxflag from the image'sjupyter-notebookentrypoint.
3.17.0
3.17.0 - 2026-01-19
Added
- Tallinn protocol support (024).
IS_IMPLICIT_ACCOUNTMichelson instruction.
Fixed
- Proof field forging for reveal operations.
Changed
- Octez binaries updated to v24.0
- Removed
adaptive_issuance_votefrom block headers (no longer in Tallinn).
3.16.1
3.16.1 - 2026-10-27
Fixed
- Michelson TZT tests updated and moved to new repo
- Other maintenance infrastacture fixes
3.16.0
3.16.0 - 2026-09-15
Added
- Seoulnet protocol support.
Changed
- Octez binaries updated to v23.2
3.15.0
3.15.0 - 2025-04-11
Added
- Rionet protocol support.
Changed
- Octez binaries updated to v22.0-1
3.14.0
3.14.0 - 2025-01-18
Added
- Quebecnet protocol support.
- Python 3.13 support.
Changed
- Octez binaries updated to v21.2-1
Fixed
- Fixed Python 3.9 compatibility
Removed
- Removed Python 3.8 support.
3.13.6
3.13.6 - 2024-12-13
Fixed
- Fixed
tz4signing suite.
Changed
- Octez binaries updated to v21.0-1
3.13.5
3.13.5 - 2024-10-28
Added
- Added
tz4address support.
Changed
- Octez binaries updated to v20.3-1
3.13.4
3.13.4 - 2024-08-19
Fixed
- Fixed testcontainers version constraint.