-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
python-updates - major updates - 2023-02-27 #218614
Conversation
04c3ee5
to
1f336f5
Compare
And reformat, expose optional-dependencies, set explicit format.
They are incompatible with sqlalchemy>=2
Run test phase explicitly, pass django as build input, expose optional-dependencies.
after pyhanko-certvalidator update.
https://github.com/MatthiasValvekens/pyHanko/blob/0.17.0/docs/changelog.rst#0170 Drop the custom flags in favor of the standardised optional-dependencies. Always test with all optional-dependencies.
by passing in flask[async]. Also convert to pep517 build, reformat.
@@ -12,14 +12,14 @@ buildPythonPackage rec { | |||
pname = "blis"; | |||
# Do not update to BLIS 0.9.x until the following issue is resolved: | |||
# https://github.com/explosion/thinc/issues/771#issuecomment-1255825935 | |||
version = "0.7.9"; | |||
version = "0.9.1"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BLIS 0.9.1 is broken, see: #207070
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to set passthru.skipBulkUpdate
until that is resolved.
Please revert or amend commit a8d46a2: package |
As |
Another round of major updates, since it has been two months since the last one.
Jobset:
Reports:
Dropped updates:
Needs help:
TODO:
Closes #218443