diff --git a/pyproject.toml b/pyproject.toml index 0d8351860..ab44d5366 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ all = [ "fastavro>=1.8,<2.0", "protobuf>=5.27.2,<6.0", "influxdb3-python>=0.7,<1.0", - "pyiceberg[pyarrow,glue]>=0.7,<0.8", + "pyiceberg[pyarrow,glue]>=0.7,<0.9", "google-cloud-bigquery>=3.26.0,<3.27", "google-cloud-pubsub>=2.23.1,<3", "psycopg2-binary>=2.9.9,<3", @@ -45,7 +45,7 @@ avro = ["fastavro>=1.8,<2.0"] protobuf = ["protobuf>=5.27.2,<6.0"] influxdb3 = ["influxdb3-python>=0.7,<1.0"] iceberg = ["pyiceberg[pyarrow]>=0.7,<0.8"] -iceberg_aws = ["pyiceberg[pyarrow,glue]>=0.7,<0.8"] +iceberg_aws = ["pyiceberg[pyarrow,glue]>=0.7,<0.9"] bigquery = ["google-cloud-bigquery>=3.26.0,<3.27"] pubsub = ["google-cloud-pubsub>=2.23.1,<3"] postgresql = ["psycopg2-binary>=2.9.9,<3"] diff --git a/tests/requirements.txt b/tests/requirements.txt index 8032d747b..03d32d9a3 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,5 +5,5 @@ docker>=7.1.0 # Required to use requests>=2.32 fastavro>=1.8,<2.0 protobuf>=5.27.2 influxdb3-python>=0.7.0,<1.0 -pyiceberg[pyarrow,glue]>=0.7,<0.8 +pyiceberg[pyarrow,glue]>=0.7,<0.9 redis[hiredis]>=5.2.0,<6