forked from etingof/pyasn1
-
Notifications
You must be signed in to change notification settings - Fork 20
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
pyasn 0.5.0.dev2 breaks ldap3 2.9.1 #12
Comments
2 tasks
Issues was introduced in 8393983 |
tiran
added a commit
to tiran/pyasn1
that referenced
this issue
Aug 16, 2022
tiran
added a commit
that referenced
this issue
Aug 23, 2022
https://pypi.org/project/pyasn1/0.5.0rc2/ is now available on PyPI. |
I've checked the reproduction steps and everything seems to work now. Closing as solved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pyasn1 from main currently breaks ldap3 2.9.1:
Steps to reproduce:
git clone pyasn1 pip install -e ./pyasn1 pip install ldap3 python -c "import ldap3"
The text was updated successfully, but these errors were encountered: