Skip to content

Commit 8306222

Browse files
authored
update pyiceberg (#35)
1 parent 6bbd349 commit 8306222

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

python/noteable/3.10/requirements.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ pygments==2.15.1
645645
# rich
646646
pyhive==0.6.5
647647
# via sqlalchemy-databricks
648-
pyiceberg==0.3.0
648+
pyiceberg==0.4.0
649649
# via -r python/noteable/3.10/requirements.in
650650
pyjwt==2.7.0
651651
# via
@@ -678,6 +678,7 @@ python-dateutil==2.8.2
678678
# pandas
679679
# pendulum
680680
# pyhive
681+
# strictyaml
681682
python-json-logger==2.0.7
682683
# via
683684
# flytekit
@@ -706,7 +707,6 @@ pyyaml==6.0
706707
# kubernetes
707708
# libcst
708709
# papermill
709-
# pyiceberg
710710
# responses
711711
pyzmq==25.0.2
712712
# via
@@ -811,7 +811,9 @@ snowflake-connector-python==3.0.3
811811
snowflake-sqlalchemy==1.4.7
812812
# via noteable
813813
sortedcontainers==2.4.0
814-
# via flytekit
814+
# via
815+
# flytekit
816+
# pyiceberg
815817
soupsieve==2.4.1
816818
# via beautifulsoup4
817819
sqlalchemy==1.4.48
@@ -850,6 +852,8 @@ stack-data==0.6.2
850852
# via ipython
851853
statsd==3.3.0
852854
# via flytekit
855+
strictyaml==1.7.3
856+
# via pyiceberg
853857
structlog==22.3.0
854858
# via
855859
# dx
@@ -991,8 +995,6 @@ ypy-websocket==0.8.2
991995
# via jupyter-server-ydoc
992996
zipp==3.15.0
993997
# via importlib-metadata
994-
zstandard==0.19.0
995-
# via pyiceberg
996998

997999
# The following packages are considered to be unsafe in a requirements file:
9981000
# setuptools

python/noteable/3.9/requirements.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ pygments==2.15.1
650650
# rich
651651
pyhive==0.6.5
652652
# via sqlalchemy-databricks
653-
pyiceberg==0.3.0
653+
pyiceberg==0.4.0
654654
# via -r python/noteable/3.9/requirements.in
655655
pyjwt==2.7.0
656656
# via
@@ -683,6 +683,7 @@ python-dateutil==2.8.2
683683
# pandas
684684
# pendulum
685685
# pyhive
686+
# strictyaml
686687
python-json-logger==2.0.7
687688
# via
688689
# flytekit
@@ -711,7 +712,6 @@ pyyaml==6.0
711712
# kubernetes
712713
# libcst
713714
# papermill
714-
# pyiceberg
715715
# responses
716716
pyzmq==25.0.2
717717
# via
@@ -816,7 +816,9 @@ snowflake-connector-python==3.0.3
816816
snowflake-sqlalchemy==1.4.7
817817
# via noteable
818818
sortedcontainers==2.4.0
819-
# via flytekit
819+
# via
820+
# flytekit
821+
# pyiceberg
820822
soupsieve==2.4.1
821823
# via beautifulsoup4
822824
sqlalchemy==1.4.48
@@ -855,6 +857,8 @@ stack-data==0.6.2
855857
# via ipython
856858
statsd==3.3.0
857859
# via flytekit
860+
strictyaml==1.7.3
861+
# via pyiceberg
858862
structlog==22.3.0
859863
# via
860864
# dx
@@ -997,8 +1001,6 @@ ypy-websocket==0.8.2
9971001
# via jupyter-server-ydoc
9981002
zipp==3.15.0
9991003
# via importlib-metadata
1000-
zstandard==0.19.0
1001-
# via pyiceberg
10021004

10031005
# The following packages are considered to be unsafe in a requirements file:
10041006
# setuptools

python/noteable/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ papermill-origami==0.0.9
44
cloudpickle==2.2.0
55
flytekitplugins-papermill==1.2.4
66
# Added for ease of use with integration partners
7-
pyiceberg==0.3.0
7+
pyiceberg==0.4.0
88
fugue==0.8.3
99
fugue-jupyter==0.2.3
1010
# Diffing for notebooks

0 commit comments

Comments
 (0)