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

Invalid version warning on post release #308

Closed
adamtheturtle opened this issue Sep 27, 2024 · 3 comments · Fixed by #309
Closed

Invalid version warning on post release #308

adamtheturtle opened this issue Sep 27, 2024 · 3 comments · Fixed by #309
Labels
bug Something isn't working

Comments

@adamtheturtle
Copy link

I have the latest version of pyright but I'm still getting the version warning

$ pip freeze | grep "pyright"
pyright==1.1.382.post0
$ pyright --version
WARNING: there is a new pyright version available (v1.1.382 -> v1.1.382.post0).
Please install the new version or set PYRIGHT_PYTHON_FORCE_VERSION to `latest`

pyright 1.1.382
@RobertCraigie RobertCraigie added the bug Something isn't working label Sep 27, 2024
@RobertCraigie
Copy link
Owner

Thanks for the report, I can reproduce.

@RobertCraigie
Copy link
Owner

@adamtheturtle will have a fix out shortly.

I'm curious if you have any opinions on the version warning itself? I'm considering removing it as I think it hasn't been super helpful but it's difficult to tell if anyone has been getting value out of it.

@adamtheturtle
Copy link
Author

I don't get value from the warning. It also seems a bit unusual - I have many linters and similar (mypy, ruff, vulture, interrogate, doc8...) and only pyright has this warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants