This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 4a6d71fdf9 Add min version to python-ldap (#43104)
4a6d71fdf9 is described below
commit 4a6d71fdf9765965eaa4b23067991601d57c00cf
Author: Kalyan R <[email protected]>
AuthorDate: Thu Oct 17 22:27:29 2024 +0530
Add min version to python-ldap (#43104)
* add min version to python-ldap
* add min version to python-ldap
---
hatch_build.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hatch_build.py b/hatch_build.py
index 6dc0e1c9c7..769e610bcd 100644
--- a/hatch_build.py
+++ b/hatch_build.py
@@ -98,7 +98,7 @@ CORE_EXTRAS: dict[str, list[str]] = {
"thrift-sasl>=0.2.0",
],
"ldap": [
- "python-ldap",
+ "python-ldap>=3.4.4",
],
"leveldb": [
"plyvel",