Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e593977

Browse filesBrowse files
Bump pyiceberg version to 0.8.1
1 parent 2debd5f commit e593977
Copy full SHA for e593977

File tree

9 files changed

+10
-10
lines changed
Filter options

9 files changed

+10
-10
lines changed

‎ci/deps/actions-310-minimum_versions.yaml

Copy file name to clipboardExpand all lines: ci/deps/actions-310-minimum_versions.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies:
4343
- openpyxl=3.1.2
4444
- psycopg2=2.9.6
4545
- pyarrow=10.0.1
46-
- pyiceberg=0.6.1
46+
- pyiceberg=0.8.1
4747
- pymysql=1.1.0
4848
- pyqt=5.15.9
4949
- pyreadstat=1.2.6

‎ci/deps/actions-310.yaml

Copy file name to clipboardExpand all lines: ci/deps/actions-310.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies:
4141
- openpyxl>=3.1.2
4242
- psycopg2>=2.9.6
4343
- pyarrow>=10.0.1
44-
- pyiceberg>=0.6.1
44+
- pyiceberg>=0.8.1
4545
- pymysql>=1.1.0
4646
- pyqt>=5.15.9
4747
- pyreadstat>=1.2.6

‎ci/deps/actions-311-downstream_compat.yaml

Copy file name to clipboardExpand all lines: ci/deps/actions-311-downstream_compat.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
- openpyxl>=3.1.2
4343
- psycopg2>=2.9.6
4444
- pyarrow>=10.0.1
45-
- pyiceberg>=0.6.1
45+
- pyiceberg>=0.8.1
4646
- pymysql>=1.1.0
4747
- pyqt>=5.15.9
4848
- pyreadstat>=1.2.6

‎ci/deps/actions-311.yaml

Copy file name to clipboardExpand all lines: ci/deps/actions-311.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
- openpyxl>=3.1.2
4343
- psycopg2>=2.9.6
4444
- pyarrow>=10.0.1
45-
- pyiceberg>=0.6.1
45+
- pyiceberg>=0.8.1
4646
- pymysql>=1.1.0
4747
- pyreadstat>=1.2.6
4848
- pytables>=3.8.0

‎ci/deps/actions-312.yaml

Copy file name to clipboardExpand all lines: ci/deps/actions-312.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
- openpyxl>=3.1.2
4343
- psycopg2>=2.9.6
4444
- pyarrow>=10.0.1
45-
- pyiceberg>=0.6.1
45+
- pyiceberg>=0.8.1
4646
- pymysql>=1.1.0
4747
- pyreadstat>=1.2.6
4848
- pytables>=3.8.0

‎doc/source/getting_started/install.rst

Copy file name to clipboardExpand all lines: doc/source/getting_started/install.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Dependency Minimum Version pip ex
309309
`zlib <https://github.com/madler/zlib>`__ hdf5 Compression for HDF5
310310
`fastparquet <https://github.com/dask/fastparquet>`__ 2024.2.0 - Parquet reading / writing (pyarrow is default)
311311
`pyarrow <https://github.com/apache/arrow>`__ 10.0.1 parquet, feather Parquet, ORC, and feather reading / writing
312-
`PyIceberg <https://py.iceberg.apache.org/>`__ 0.6.1 iceberg Apache Iceberg reading
312+
`PyIceberg <https://py.iceberg.apache.org/>`__ 0.8.1 iceberg Apache Iceberg reading
313313
`pyreadstat <https://github.com/Roche/pyreadstat>`__ 1.2.6 spss SPSS files (.sav) reading
314314
`odfpy <https://github.com/eea/odfpy>`__ 1.4.1 excel Open document format (.odf, .ods, .odt) reading / writing
315315
====================================================== ================== ================ ==========================================================

‎pandas/compat/_optional.py

Copy file name to clipboardExpand all lines: pandas/compat/_optional.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"psycopg2": "2.9.6", # (dt dec pq3 ext lo64)
4141
"pymysql": "1.1.0",
4242
"pyarrow": "10.0.1",
43-
"pyiceberg": "0.6.1",
43+
"pyiceberg": "0.8.1",
4444
"pyreadstat": "1.2.6",
4545
"pytest": "7.3.2",
4646
"python-calamine": "0.1.7",

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ gcp = ['gcsfs>=2024.2.0']
6868
excel = ['odfpy>=1.4.1', 'openpyxl>=3.1.2', 'python-calamine>=0.1.7', 'pyxlsb>=1.0.10', 'xlrd>=2.0.1', 'xlsxwriter>=3.2.0']
6969
parquet = ['pyarrow>=10.0.1']
7070
feather = ['pyarrow>=10.0.1']
71-
iceberg = ['pyiceberg>=0.6.1']
71+
iceberg = ['pyiceberg>=0.8.1']
7272
hdf5 = [# blosc only available on conda (https://github.com/Blosc/python-blosc/issues/297)
7373
#'blosc>=1.20.1',
7474
'tables>=3.8.0']
@@ -103,7 +103,7 @@ all = ['adbc-driver-postgresql>=0.10.0',
103103
'openpyxl>=3.1.2',
104104
'psycopg2>=2.9.6',
105105
'pyarrow>=10.0.1',
106-
'pyiceberg>=0.6.1',
106+
'pyiceberg>=0.8.1',
107107
'pymysql>=1.1.0',
108108
'PyQt5>=5.15.9',
109109
'pyreadstat>=1.2.6',

‎scripts/tests/data/deps_minimum.toml

Copy file name to clipboardExpand all lines: scripts/tests/data/deps_minimum.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ gcp = ['gcsfs>=2021.07.0']
6363
excel = ['odfpy>=1.4.1', 'openpyxl>=3.0.7', 'python-calamine>=0.1.7', 'pyxlsb>=1.0.8', 'xlrd>=2.0.1', 'xlsxwriter>=1.4.3']
6464
parquet = ['pyarrow>=7.0.0']
6565
feather = ['pyarrow>=7.0.0']
66-
iceberg = ['pyiceberg>=0.6.1']
66+
iceberg = ['pyiceberg>=0.8.1']
6767
hdf5 = [# blosc only available on conda (https://github.com/Blosc/python-blosc/issues/297)
6868
#'blosc>=1.20.1',
6969
'tables>=3.6.1']

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.