-
Notifications
You must be signed in to change notification settings - Fork 26
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
defusedxml.lxml is deprecated #1052
Comments
This is also used in the digid-eherkenning package it seems |
Open Forms itself no longer uses it, but django-digid-eherkenning still does:
|
The final usage seems to be in python3-saml:
Upstream does not appear to use this (anymore), so it's a matter of updating our fork. |
It appears to be present in django-camunda too |
sergei-maertens
added a commit
that referenced
this issue
Feb 20, 2024
sergei-maertens
added a commit
that referenced
this issue
Feb 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So we should not rely on that.
Instead, we can borrow the workaround/correct way of handling this from https://foss.heptapod.net/openpyxl/openpyxl/-/commit/ecb4a33fad1057c529873a6aa852c751265b975d and mvantellingen/python-zeep#1179
The text was updated successfully, but these errors were encountered: