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

Relax textual dependency specification to allow newer textual versions #16

Merged
merged 2 commits into from
Nov 30, 2024

Conversation

Zaloog
Copy link
Contributor

@Zaloog Zaloog commented Nov 30, 2024

The version constraint for textual plotext textual = "^0.86.2" is limiting the textual version to <0.87.0 since textual is currently still 0.x.x (cause of leading zero version, see poetry docs)

Changed it to an inequality requirement >=0.86.2 instead of the carrot requirement type, to allow newer textual versions.

@willmcgugan
Copy link
Contributor

Thanks. Would you mind bumping the patch level and I'll do a release.

@Zaloog
Copy link
Contributor Author

Zaloog commented Nov 30, 2024

Done, also updated the Changelog with a brief explanation

@willmcgugan
Copy link
Contributor

Cheers. Release incoming.

@willmcgugan willmcgugan merged commit 9fa23e7 into Textualize:main Nov 30, 2024
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.

2 participants