File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -645,7 +645,7 @@ pygments==2.15.1
645
645
# rich
646
646
pyhive == 0.6.5
647
647
# via sqlalchemy-databricks
648
- pyiceberg == 0.3 .0
648
+ pyiceberg == 0.4 .0
649
649
# via -r python/noteable/3.10/requirements.in
650
650
pyjwt == 2.7.0
651
651
# via
@@ -678,6 +678,7 @@ python-dateutil==2.8.2
678
678
# pandas
679
679
# pendulum
680
680
# pyhive
681
+ # strictyaml
681
682
python-json-logger == 2.0.7
682
683
# via
683
684
# flytekit
@@ -706,7 +707,6 @@ pyyaml==6.0
706
707
# kubernetes
707
708
# libcst
708
709
# papermill
709
- # pyiceberg
710
710
# responses
711
711
pyzmq == 25.0.2
712
712
# via
@@ -811,7 +811,9 @@ snowflake-connector-python==3.0.3
811
811
snowflake-sqlalchemy == 1.4.7
812
812
# via noteable
813
813
sortedcontainers == 2.4.0
814
- # via flytekit
814
+ # via
815
+ # flytekit
816
+ # pyiceberg
815
817
soupsieve == 2.4.1
816
818
# via beautifulsoup4
817
819
sqlalchemy == 1.4.48
@@ -850,6 +852,8 @@ stack-data==0.6.2
850
852
# via ipython
851
853
statsd == 3.3.0
852
854
# via flytekit
855
+ strictyaml == 1.7.3
856
+ # via pyiceberg
853
857
structlog == 22.3.0
854
858
# via
855
859
# dx
@@ -991,8 +995,6 @@ ypy-websocket==0.8.2
991
995
# via jupyter-server-ydoc
992
996
zipp == 3.15.0
993
997
# via importlib-metadata
994
- zstandard == 0.19.0
995
- # via pyiceberg
996
998
997
999
# The following packages are considered to be unsafe in a requirements file:
998
1000
# setuptools
Original file line number Diff line number Diff line change @@ -650,7 +650,7 @@ pygments==2.15.1
650
650
# rich
651
651
pyhive == 0.6.5
652
652
# via sqlalchemy-databricks
653
- pyiceberg == 0.3 .0
653
+ pyiceberg == 0.4 .0
654
654
# via -r python/noteable/3.9/requirements.in
655
655
pyjwt == 2.7.0
656
656
# via
@@ -683,6 +683,7 @@ python-dateutil==2.8.2
683
683
# pandas
684
684
# pendulum
685
685
# pyhive
686
+ # strictyaml
686
687
python-json-logger == 2.0.7
687
688
# via
688
689
# flytekit
@@ -711,7 +712,6 @@ pyyaml==6.0
711
712
# kubernetes
712
713
# libcst
713
714
# papermill
714
- # pyiceberg
715
715
# responses
716
716
pyzmq == 25.0.2
717
717
# via
@@ -816,7 +816,9 @@ snowflake-connector-python==3.0.3
816
816
snowflake-sqlalchemy == 1.4.7
817
817
# via noteable
818
818
sortedcontainers == 2.4.0
819
- # via flytekit
819
+ # via
820
+ # flytekit
821
+ # pyiceberg
820
822
soupsieve == 2.4.1
821
823
# via beautifulsoup4
822
824
sqlalchemy == 1.4.48
@@ -855,6 +857,8 @@ stack-data==0.6.2
855
857
# via ipython
856
858
statsd == 3.3.0
857
859
# via flytekit
860
+ strictyaml == 1.7.3
861
+ # via pyiceberg
858
862
structlog == 22.3.0
859
863
# via
860
864
# dx
@@ -997,8 +1001,6 @@ ypy-websocket==0.8.2
997
1001
# via jupyter-server-ydoc
998
1002
zipp == 3.15.0
999
1003
# via importlib-metadata
1000
- zstandard == 0.19.0
1001
- # via pyiceberg
1002
1004
1003
1005
# The following packages are considered to be unsafe in a requirements file:
1004
1006
# setuptools
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ papermill-origami==0.0.9
4
4
cloudpickle==2.2.0
5
5
flytekitplugins-papermill==1.2.4
6
6
# Added for ease of use with integration partners
7
- pyiceberg==0.3 .0
7
+ pyiceberg==0.4 .0
8
8
fugue==0.8.3
9
9
fugue-jupyter==0.2.3
10
10
# Diffing for notebooks
You can’t perform that action at this time.
0 commit comments