Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 410 Bytes

RELEASE_NOTES.md

File metadata and controls

16 lines (10 loc) · 410 Bytes

Betterproto Setuptools plugin Release Notes

New Features

  • Partial support of Python 3.10:

    The python package can be used as is. But for testing purposes, dependencies must be installed using --ignore-requires-python.

    python -m pip install --ignore-requires-python -e .[dev]

Bug Fixes

  • Fix an issue when include_paths is not specified in the pyproject.toml.