Skip to content

Commit 402a383

Browse files
EXPEbdodlaBhargav Dodla
andauthored
fix: add python-snappy compression dependency (#171)
Co-authored-by: Bhargav Dodla <[email protected]>
1 parent 5ba2afc commit 402a383

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

sdk/python/requirements/py3.10-ci-requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ azure-core==1.32.0
5555
# via
5656
# azure-identity
5757
# azure-storage-blob
58-
azure-identity==1.19.0
58+
azure-identity==1.20.0
5959
# via eg-feast (setup.py)
6060
azure-storage-blob==12.24.1
6161
# via eg-feast (setup.py)
@@ -130,6 +130,8 @@ comm==0.2.2
130130
# ipywidgets
131131
coverage[toml]==7.6.12
132132
# via pytest-cov
133+
cramjam==2.9.1
134+
# via python-snappy
133135
cryptography==42.0.8
134136
# via
135137
# eg-feast (setup.py)
@@ -734,6 +736,8 @@ python-json-logger==3.2.1
734736
# via jupyter-events
735737
python-keycloak==4.2.2
736738
# via eg-feast (setup.py)
739+
python-snappy==0.7.3
740+
# via eg-feast (setup.py)
737741
pytz==2025.1
738742
# via
739743
# great-expectations

sdk/python/requirements/py3.11-ci-requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ azure-core==1.32.0
5353
# via
5454
# azure-identity
5555
# azure-storage-blob
56-
azure-identity==1.19.0
56+
azure-identity==1.20.0
5757
# via eg-feast (setup.py)
5858
azure-storage-blob==12.24.1
5959
# via eg-feast (setup.py)
@@ -128,6 +128,8 @@ comm==0.2.2
128128
# ipywidgets
129129
coverage[toml]==7.6.12
130130
# via pytest-cov
131+
cramjam==2.9.1
132+
# via python-snappy
131133
cryptography==42.0.8
132134
# via
133135
# eg-feast (setup.py)
@@ -725,6 +727,8 @@ python-json-logger==3.2.1
725727
# via jupyter-events
726728
python-keycloak==4.2.2
727729
# via eg-feast (setup.py)
730+
python-snappy==0.7.3
731+
# via eg-feast (setup.py)
728732
pytz==2025.1
729733
# via
730734
# great-expectations

sdk/python/requirements/py3.9-ci-requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ azure-core==1.32.0
5555
# via
5656
# azure-identity
5757
# azure-storage-blob
58-
azure-identity==1.19.0
58+
azure-identity==1.20.0
5959
# via eg-feast (setup.py)
6060
azure-storage-blob==12.24.1
6161
# via eg-feast (setup.py)
@@ -132,6 +132,8 @@ comm==0.2.2
132132
# ipywidgets
133133
coverage[toml]==7.6.12
134134
# via pytest-cov
135+
cramjam==2.9.1
136+
# via python-snappy
135137
cryptography==42.0.8
136138
# via
137139
# eg-feast (setup.py)
@@ -747,6 +749,8 @@ python-json-logger==3.2.1
747749
# via jupyter-events
748750
python-keycloak==4.2.2
749751
# via eg-feast (setup.py)
752+
python-snappy==0.7.3
753+
# via eg-feast (setup.py)
750754
pytz==2025.1
751755
# via
752756
# great-expectations

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,15 @@
116116
CASSANDRA_REQUIRED = [
117117
"cassandra-driver>=3.24.0,<4",
118118
"lz4",
119+
"python-snappy",
119120
]
120121

121122
GE_REQUIRED = ["great_expectations>=0.15.41"]
122123

123124
SCYLLADB_REQUIRED = [
124125
"scylla-driver>=3.24.0,<4",
125126
"lz4",
127+
"python-snappy",
126128
]
127129

128130
AZURE_REQUIRED = [

0 commit comments

Comments
 (0)