File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ azure-core==1.32.0
55
55
# via
56
56
# azure-identity
57
57
# azure-storage-blob
58
- azure-identity==1.19 .0
58
+ azure-identity==1.20 .0
59
59
# via eg-feast (setup.py)
60
60
azure-storage-blob==12.24.1
61
61
# via eg-feast (setup.py)
@@ -130,6 +130,8 @@ comm==0.2.2
130
130
# ipywidgets
131
131
coverage[toml]==7.6.12
132
132
# via pytest-cov
133
+ cramjam==2.9.1
134
+ # via python-snappy
133
135
cryptography==42.0.8
134
136
# via
135
137
# eg-feast (setup.py)
@@ -734,6 +736,8 @@ python-json-logger==3.2.1
734
736
# via jupyter-events
735
737
python-keycloak==4.2.2
736
738
# via eg-feast (setup.py)
739
+ python-snappy==0.7.3
740
+ # via eg-feast (setup.py)
737
741
pytz==2025.1
738
742
# via
739
743
# great-expectations
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ azure-core==1.32.0
53
53
# via
54
54
# azure-identity
55
55
# azure-storage-blob
56
- azure-identity==1.19 .0
56
+ azure-identity==1.20 .0
57
57
# via eg-feast (setup.py)
58
58
azure-storage-blob==12.24.1
59
59
# via eg-feast (setup.py)
@@ -128,6 +128,8 @@ comm==0.2.2
128
128
# ipywidgets
129
129
coverage[toml]==7.6.12
130
130
# via pytest-cov
131
+ cramjam==2.9.1
132
+ # via python-snappy
131
133
cryptography==42.0.8
132
134
# via
133
135
# eg-feast (setup.py)
@@ -725,6 +727,8 @@ python-json-logger==3.2.1
725
727
# via jupyter-events
726
728
python-keycloak==4.2.2
727
729
# via eg-feast (setup.py)
730
+ python-snappy==0.7.3
731
+ # via eg-feast (setup.py)
728
732
pytz==2025.1
729
733
# via
730
734
# great-expectations
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ azure-core==1.32.0
55
55
# via
56
56
# azure-identity
57
57
# azure-storage-blob
58
- azure-identity==1.19 .0
58
+ azure-identity==1.20 .0
59
59
# via eg-feast (setup.py)
60
60
azure-storage-blob==12.24.1
61
61
# via eg-feast (setup.py)
@@ -132,6 +132,8 @@ comm==0.2.2
132
132
# ipywidgets
133
133
coverage[toml]==7.6.12
134
134
# via pytest-cov
135
+ cramjam==2.9.1
136
+ # via python-snappy
135
137
cryptography==42.0.8
136
138
# via
137
139
# eg-feast (setup.py)
@@ -747,6 +749,8 @@ python-json-logger==3.2.1
747
749
# via jupyter-events
748
750
python-keycloak==4.2.2
749
751
# via eg-feast (setup.py)
752
+ python-snappy==0.7.3
753
+ # via eg-feast (setup.py)
750
754
pytz==2025.1
751
755
# via
752
756
# great-expectations
Original file line number Diff line number Diff line change 116
116
CASSANDRA_REQUIRED = [
117
117
"cassandra-driver>=3.24.0,<4" ,
118
118
"lz4" ,
119
+ "python-snappy" ,
119
120
]
120
121
121
122
GE_REQUIRED = ["great_expectations>=0.15.41" ]
122
123
123
124
SCYLLADB_REQUIRED = [
124
125
"scylla-driver>=3.24.0,<4" ,
125
126
"lz4" ,
127
+ "python-snappy" ,
126
128
]
127
129
128
130
AZURE_REQUIRED = [
You can’t perform that action at this time.
0 commit comments