Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: tighten bounds for setuptools_scm #3613

Merged
merged 2 commits into from
Sep 20, 2023

Commits on Sep 20, 2023

  1. chore: pin setuptools_scm

    there is a regression in 8.0.0 which results in the following invalid
    code being generated for vyper/version.py:
    
    ```python
    from __future__ import annotations
    __version__ : str = version : str = '0.3.11'
    __version_tuple__ : 'tuple[int | str, ...]' = \
      version_tuple : 'tuple[int | str, ...]' = (0, 3, 11)
    ```
    charles-cooper committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e97dee1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e7caa8 View commit details
    Browse the repository at this point in the history