Skip to content

Align package version with dignity beta line#40

Open
jmanhype wants to merge 6 commits intoAstroPilot-AI:masterfrom
jmanhype:codex/elixir-port-stabilization
Open

Align package version with dignity beta line#40
jmanhype wants to merge 6 commits intoAstroPilot-AI:masterfrom
jmanhype:codex/elixir-port-stabilization

Conversation

@jmanhype
Copy link

@jmanhype jmanhype commented Mar 17, 2026

Summary

  • bump the published package version to 1.1.0b6 to match the dignity-oriented feature line already on this branch
  • update the optional app extra to require the compatible DenarioApp beta
  • establish the package baseline that the Streamlit UI PR depends on

Why

The library branch already contains authorship confirmation, researcher statement support, and compare-before-converge branching. Keeping pyproject.toml at 1.0.1 makes the packaging metadata lie about the available API surface and breaks the new Streamlit UI dependency chain.

Related app PR: AstroPilot-AI/DenarioApp#11

Verification

  • python3 - <<'PY'
    import tomllib
    with open('pyproject.toml', 'rb') as f:
    data = tomllib.load(f)
    print(data['project']['version'])
    print(data['project']['optional-dependencies']['app'])
    PY

@jmanhype
Copy link
Author

Verified locally. This PR is clean and mergeable, and should be merged before AstroPilot-AI/DenarioApp#11 because the app PR depends on the beta package metadata exposed here.

@jmanhype
Copy link
Author

Verified locally. This PR is clean and mergeable, and should be merged before AstroPilot-AI/DenarioApp#11 because the app PR depends on the 1.1 beta package metadata exposed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant