Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion providers/apache/beam/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ requires-python = "~=3.10"
dependencies = [
"apache-airflow>=2.10.0",
'apache-beam>=2.60.0',
"pyarrow>=14.0.1",
"pyarrow>=16.1.0",
"numpy>=1.26.0",

]
Expand Down
2 changes: 1 addition & 1 deletion providers/databricks/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies = [
"mergedeep>=1.3.4",
'pandas>=2.1.2; python_version <"3.13"',
'pandas>=2.2.3; python_version >="3.13"',
"pyarrow>=14.0.1",
"pyarrow>=16.1.0",
]

# The optional dependencies should be modified in place in the generated file
Expand Down
2 changes: 1 addition & 1 deletion providers/google/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ dependencies = [
# further constrain it since older versions are buggy.
"proto-plus>=1.19.6",
# Used to write parquet files by BaseSqlToGCSOperator
"pyarrow>=14.0.1",
"pyarrow>=16.1.0",
"python-slugify>=7.0.0",
"PyOpenSSL>=23.0.0",
"sqlalchemy-bigquery>=1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion providers/snowflake/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies = [
"apache-airflow-providers-common-sql>=1.21.0",
'pandas>=2.1.2; python_version <"3.13"',
'pandas>=2.2.3; python_version >="3.13"',
"pyarrow>=14.0.1",
"pyarrow>=16.1.0",
"snowflake-connector-python>=3.7.1",
"snowflake-sqlalchemy>=1.4.0",
"snowflake-snowpark-python>=1.17.0;python_version<'3.12'",
Expand Down