chore(): bump pyspark (#14086)

This commit is contained in:
Chakru 2025-07-15 20:51:50 +05:30 committed by GitHub
parent 244b2c4003
commit ad0eb25ec8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -340,7 +340,7 @@ abs_base = {
data_lake_profiling = {
"pydeequ>=1.1.0",
"pyspark~=3.5.0",
"pyspark~=3.5.6",
# cachetools is used by the profiling config
*cachetools_lib,
}
@ -364,7 +364,7 @@ databricks = {
# 0.1.11 appears to have authentication issues with azure databricks
# 0.22.0 has support for `include_browse` in metadata list apis
"databricks-sdk>=0.30.0",
"pyspark~=3.5.0",
"pyspark~=3.5.6",
"requests",
# Version 2.4.0 includes sqlalchemy dialect, 2.8.0 includes some bug fixes
# Version 3.0.0 required SQLAlchemy > 2.0.21

View File

@ -1,6 +1,6 @@
pytest>=6.2
pytest-dependency>=0.5.1
pyspark==3.5.3
pyspark==3.5.6
-e ../../metadata-ingestion[iceberg-catalog]
# libaries for linting below this
mypy==1.14.1