Skip to content

fix(no-ticket) update python-toon dependency name#265

Merged
BartoszBlizniak merged 2 commits intomasterfrom
no-ticket-update-yanked-python-toon-dependency
Feb 13, 2026
Merged

fix(no-ticket) update python-toon dependency name#265
BartoszBlizniak merged 2 commits intomasterfrom
no-ticket-update-yanked-python-toon-dependency

Conversation

@BartoszBlizniak
Copy link
Member

Description

Rename the toon-python dependency to python-toon.

ERROR: Could not find a version that satisfies the requirement toon-python==0.1.2 (from versions: none)
ERROR: No matching distribution found for toon-python==0.1.2

The package has been republished under the name python-toon. Old project was deprecated and no longer on PyPi - instead use

Type of Change

  • Bug fix

Additional Notes

N/A

@BartoszBlizniak BartoszBlizniak requested a review from a team as a code owner February 13, 2026 14:16
Copilot AI review requested due to automatic review settings February 13, 2026 14:16
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a broken dependency by updating the package name from the deprecated toon-python to the new python-toon. The old package is no longer available on PyPI, causing installation failures. The package has been republished under the new name with the same version (0.1.2).

Changes:

  • Updated dependency name from toon-python==0.1.2 to python-toon==0.1.2 across all dependency configuration files

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
setup.py Updated the dependency name in the install_requires list
requirements.txt Updated the compiled requirements file with the new package name
requirements.in Updated the source requirements file with the new package name

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@BartoszBlizniak BartoszBlizniak merged commit 8624c4d into master Feb 13, 2026
40 checks passed
@BartoszBlizniak BartoszBlizniak deleted the no-ticket-update-yanked-python-toon-dependency branch February 13, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants