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

Update textual-dev, .gitignore .lock file, update pyproject.toml to latest poetry conventions #4

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on May 16, 2024

  1. update textual-dev up to 1.5.1, unpin textual

    The former textual = "^0.37.1" spec, was keeping textual back at 0.37.?? even though textual-dev is good to 0.60.xxx.
    
    FIX: Only specify textual-dev,  remove explicit textual version spec.
    
    Now, textual-dev is updated, it will pull textual along with it to the latest compatible version.  Look Ma, no hands!
    
    Per Poetry doc: "An update is allowed if the new version number does not modify the left-most non-zero digit in the major, minor, patch grouping."
    ssteinerx committed May 16, 2024
    Configuration menu
    Copy the full SHA
    953bc7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5467ea9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4bddeb View commit details
    Browse the repository at this point in the history