Skip to content

feat: Remove upper bounds on dependency versions and bump to v0.8.1#16

Merged
dusktreader merged 2 commits intomainfrom
feat/remove-deps-upper-bounds
Feb 12, 2026
Merged

feat: Remove upper bounds on dependency versions and bump to v0.8.1#16
dusktreader merged 2 commits intomainfrom
feat/remove-deps-upper-bounds

Conversation

@dusktreader
Copy link
Copy Markdown
Owner

  • Replace ~= (compatible release) specifiers with >= (minimum version) across all runtime and dev dependencies
  • Bump snick to >=3.0, py-buzz to >=8.0, typer-repyt to >=0.9.0
  • Remove upper bound on requires-python (was <3.15)
  • Promote rich from optional demo extra to a direct runtime dependency
  • Restructure Makefile with silenced commands, color support, and improved help printer

- Replace ~= (compatible release) specifiers with >= (minimum version)
  across all runtime and dev dependencies
- Bump snick to >=3.0, py-buzz to >=8.0, typer-repyt to >=0.9.0
- Remove upper bound on requires-python (was <3.15)
- Promote rich from optional demo extra to a direct runtime dependency
- Restructure Makefile with silenced commands, color support, and
  improved help printer
@dusktreader dusktreader merged commit cef8774 into main Feb 12, 2026
4 checks passed
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