-
Notifications
You must be signed in to change notification settings - Fork 377
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
Pin packaging to 21.* #2116
Comments
Xyene
added a commit
to Xyene/online-judge
that referenced
this issue
Jan 22, 2023
Temporarily fixes DMOJ#2116. We should look into migrating off of `LegacyVersion` in the future.
Merged
Xyene
added a commit
that referenced
this issue
Jan 22, 2023
Temporarily fixes #2116. We should look into migrating off of `LegacyVersion` in the future.
Thanks for reporting this. I've pinned packaging to < 22, but will keep this issue open as a reminder to switch off of |
I think all languages that do have versions have valid versions that can be parsed. We just need to check languages that don't have versions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
packaging 22 drops support for LegacyVersion which causes the version matrix page to fail when a language does not have a specified version. The stack trace is:
Going back to packaging 21.3 fixes the issue.
I suggest to update
requirements.txt
to haveThe text was updated successfully, but these errors were encountered: