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 setuptools to v70.1.1 #12215

Merged
merged 3 commits into from
Jun 26, 2024
Merged

Conversation

Avasam
Copy link
Sponsor Collaborator

@Avasam Avasam commented Jun 26, 2024

Resolves the setuptools/pkg_resources failure of #12213

Essentially synchronizing with this PR: pypa/setuptools#4390

_NestedStr: TypeAlias = str | Iterable[_NestedStr]
_StrictInstallerType: TypeAlias = Callable[[Requirement], _D]
_InstallerType: TypeAlias = Callable[[Requirement], Distribution | None] | None
_InstallerTypeT: TypeAlias = Callable[[Requirement], _DistributionT] # noqa: Y043
Copy link
Sponsor Collaborator Author

Choose a reason for hiding this comment

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

This has been raised upstream: pypa/setuptools#4436

Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@srittau srittau merged commit a6bd781 into python:main Jun 26, 2024
48 checks passed
@Avasam Avasam deleted the pkg_resources-daily-failure branch June 26, 2024 06:19
max-muoto pushed a commit to max-muoto/typeshed that referenced this pull request Sep 8, 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