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 59132f3bf1 Add comment to issue describing why upath is pinned to 
0.2.2 (#41724)
59132f3bf1 is described below

commit 59132f3bf16dd028c6f9044debc601b3ce6c9f33
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Aug 25 10:41:02 2024 +0200

    Add comment to issue describing why upath is pinned to 0.2.2 (#41724)
---
 hatch_build.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hatch_build.py b/hatch_build.py
index 94ffb05b36..fd4dba6cbc 100644
--- a/hatch_build.py
+++ b/hatch_build.py
@@ -496,6 +496,7 @@ DEPENDENCIES = [
     # We should also remove "3rd-party-licenses/LICENSE-unicodecsv.txt" file 
when we remove this dependency
     "unicodecsv>=0.14.1",
     # The Universal Pathlib provides  Pathlib-like interface for FSSPEC
+    # https://github.com/apache/airflow/issues/41723  describes the issue
     "universal-pathlib==0.2.2",  # Temporarily pin to 0.2.2 as 0.2.3 generates 
mypy errors
     # 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+

Reply via email to