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

Upgrade to Mypy 1.14 #400

Merged
merged 6 commits into from
Jan 13, 2025
Merged

Conversation

crgwbr
Copy link
Contributor

@crgwbr crgwbr commented Jan 13, 2025

Dropping the patch part of the version spec should allow library consumers to update to mypy >=1.14.0, <2.0.0, without requiring reactivated to update first.

Dropping the patch part of the version spec should allow library consumers to update to mypy >=1.14.0, <2.0.0, without requiring reactivated to update first.
@silviogutierrez
Copy link
Owner

I've been bitten by this before though, where I clean .venv and get random new versions. I've been incredibly irresponsible and using just requirements.txt without a lock file.

What are you using downstream?

@crgwbr
Copy link
Contributor Author

crgwbr commented Jan 13, 2025

The community is starting to move towards uv now, but we've been using Poetry on all our projects for quite a while.

@silviogutierrez
Copy link
Owner

Error here is a cache issue, that I can't reproduce and happens so often. I just have to clear the GitHub cache and re-run.

@silviogutierrez
Copy link
Owner

Ah but looks like eslint moved underneath us with the TypeScript flag.

@silviogutierrez silviogutierrez changed the title fix: update mypy from ~=1.13.0 to ~=1.14 Upgrade to Mypy 1.14 Jan 13, 2025
@kodiakhq kodiakhq bot merged commit 499a27a into silviogutierrez:main Jan 13, 2025
14 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 13, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants