Skip to content

Commit

Permalink
Removed unicodecsv dependency for providers with Airflow version 2.8.…
Browse files Browse the repository at this point in the history
…0 and above (apache#42765) (apache#42970)

(cherry picked from commit 00b8452)

Co-authored-by: Gopal Dirisala <[email protected]>
  • Loading branch information
potiuk and dirrao authored Oct 15, 2024
1 parent e7afaa5 commit bdb89d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
25 changes: 0 additions & 25 deletions 3rd-party-licenses/LICENSE-unicodecsv.txt

This file was deleted.

5 changes: 0 additions & 5 deletions hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,11 +492,6 @@
"tabulate>=0.7.5",
"tenacity>=8.0.0,!=8.2.0",
"termcolor>=1.1.0",
# We should remove this dependency when Providers are limited to Airflow 2.7+
# as we replaced the usage of unicodecsv with csv in Airflow 2.7
# 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.4 adds extra validation for Paths and our integration with local file paths
# Does not work with it Tracked in https://github.com/fsspec/universal_pathlib/issues/276
"universal-pathlib>=0.2.2,!=0.2.4",
Expand Down

0 comments on commit bdb89d3

Please sign in to comment.