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

remove typing extensions #18

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Conversation

sigma67
Copy link
Contributor

@sigma67 sigma67 commented Sep 10, 2024

Hi @madebr , sorry about this. I missed removing this external import. In Python environments where typing_extensions is not installed via some other package dependency, cmake-file-api will break due to the undeclared dependency on typing-extensions.

In the CI dev environment the dependency was present due to the other packages needed for development, hence the pipeline was green.

I have removed the import again as it's not needed for correct typing.

@madebr madebr merged commit c0b68ed into madebr:master Sep 10, 2024
13 checks passed
@madebr
Copy link
Owner

madebr commented Sep 10, 2024

Thanks for following up on this.
I wouldn't have found this issue until a system reinstall.

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