Overhaul ldap3 stubs (#9470)

Add a dependency on `types-pyasn1`, removing the need to subclass `Any`. Fill in many missing types. Use `Incomplete` rather than `Any` where applicable.

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Avasam
2023-01-11 23:14:41 +00:00
committed by GitHub
co-authored by Alex Waygood
parent ab1921a737
commit bc08ecfd10
20 changed files with 404 additions and 391 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
version = "2.9.*"
requires = [] # requires types-pyasn1 (not available yet)
requires = ["types-pyasn1"]