This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new 45a510b4f9 Lower down universal-pathlib minimum to 0.2.2 (#41939) 
(#41943)
45a510b4f9 is described below

commit 45a510b4f95374bffac2c5cbde11adeae464adee
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Sep 2 09:01:18 2024 +0200

    Lower down universal-pathlib minimum to 0.2.2 (#41939) (#41943)
    
    Beacause we pinned universal-pathlib to 0.2.2 in 2.10.0 adding >=
    0.2.3 conflicts with currently released PyPI packages. We shoudl
    lower it down in order to allow PyPI constraints to not be
    conflicting
    
    (cherry picked from commit 351961caf46e32f10e61691ca6d88d55db1e4d70)
---
 hatch_build.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hatch_build.py b/hatch_build.py
index 9e21328b27..8535430682 100644
--- a/hatch_build.py
+++ b/hatch_build.py
@@ -497,7 +497,7 @@ DEPENDENCIES = [
     # See https://github.com/apache/airflow/pull/31693
     # We should also remove "3rd-party-licenses/LICENSE-unicodecsv.txt" file 
when we remove this dependency
     "unicodecsv>=0.14.1",
-    "universal-pathlib>=0.2.3",
+    "universal-pathlib>=0.2.2",
     # Werkzug 3 breaks Flask-Login 0.6.2, also connexion needs to be updated 
to >= 3.0
     # we should remove this limitation when FAB supports Flask 2.3 and we 
migrate connexion to 3+
     "werkzeug>=2.0,<3",

Reply via email to