Skip to content

Commit 774ed33

Browse files
committed
fix: Pin numpy version to avoid spammy deprecation messages
Signed-off-by: Danny C <d.chiao@gmail.com>
1 parent 8717e9b commit 774ed33

8 files changed

+49
-44
lines changed

docs/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
* [SQLite](reference/online-stores/sqlite.md)
9191
* [Snowflake](reference/online-stores/snowflake.md)
9292
* [Redis](reference/online-stores/redis.md)
93+
* [Dragonfly](reference/online-stores/dragonfly.md)
9394
* [Datastore](reference/online-stores/datastore.md)
9495
* [DynamoDB](reference/online-stores/dynamodb.md)
9596
* [Bigtable](reference/online-stores/bigtable.md)

docs/reference/online-stores/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Please see [Online Store](../../getting-started/architecture-and-components/onli
1818
[redis.md](redis.md)
1919
{% endcontent-ref %}
2020

21+
{% content-ref url="dragonfly.md" %}
22+
[dragonfly.md](dragonfly.md)
23+
{% endcontent-ref %}
24+
2125
{% content-ref url="datastore.md" %}
2226
[datastore.md](datastore.md)
2327
{% endcontent-ref %}

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

+13-13
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ attrs==23.1.0
5858
# referencing
5959
avro==1.10.0
6060
# via feast (setup.py)
61-
azure-core==1.29.3
61+
azure-core==1.29.4
6262
# via
6363
# adlfs
6464
# azure-identity
@@ -86,11 +86,11 @@ black==22.12.0
8686
# via feast (setup.py)
8787
bleach==6.0.0
8888
# via nbconvert
89-
boto3==1.28.42
89+
boto3==1.28.43
9090
# via
9191
# feast (setup.py)
9292
# moto
93-
botocore==1.31.42
93+
botocore==1.31.43
9494
# via
9595
# boto3
9696
# moto
@@ -172,7 +172,7 @@ dask==2023.9.1
172172
# via feast (setup.py)
173173
db-dtypes==1.1.1
174174
# via google-cloud-bigquery
175-
debugpy==1.6.7.post1
175+
debugpy==1.7.0
176176
# via ipykernel
177177
decorator==5.1.1
178178
# via
@@ -208,7 +208,7 @@ executing==1.2.0
208208
# via stack-data
209209
fastapi==0.99.1
210210
# via feast (setup.py)
211-
fastavro==1.8.2
211+
fastavro==1.8.3
212212
# via
213213
# feast (setup.py)
214214
# pandavro
@@ -307,7 +307,7 @@ great-expectations==0.15.50
307307
# via feast (setup.py)
308308
grpc-google-iam-v1==0.12.6
309309
# via google-cloud-bigtable
310-
grpcio==1.57.0
310+
grpcio==1.58.0
311311
# via
312312
# feast (setup.py)
313313
# google-api-core
@@ -319,15 +319,15 @@ grpcio==1.57.0
319319
# grpcio-status
320320
# grpcio-testing
321321
# grpcio-tools
322-
grpcio-health-checking==1.57.0
322+
grpcio-health-checking==1.58.0
323323
# via feast (setup.py)
324-
grpcio-reflection==1.57.0
324+
grpcio-reflection==1.58.0
325325
# via feast (setup.py)
326-
grpcio-status==1.57.0
326+
grpcio-status==1.58.0
327327
# via google-api-core
328-
grpcio-testing==1.57.0
328+
grpcio-testing==1.58.0
329329
# via feast (setup.py)
330-
grpcio-tools==1.57.0
330+
grpcio-tools==1.58.0
331331
# via feast (setup.py)
332332
gunicorn==21.2.0
333333
# via feast (setup.py)
@@ -545,7 +545,7 @@ notebook-shim==0.2.3
545545
# via
546546
# jupyterlab
547547
# notebook
548-
numpy==1.25.2
548+
numpy==1.24.4
549549
# via
550550
# altair
551551
# db-dtypes
@@ -723,7 +723,7 @@ pyproject-hooks==1.0.0
723723
# via build
724724
pyspark==3.4.1
725725
# via feast (setup.py)
726-
pytest==7.4.1
726+
pytest==7.4.2
727727
# via
728728
# feast (setup.py)
729729
# pytest-benchmark

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,25 @@ exceptiongroup==1.1.3
4444
# via anyio
4545
fastapi==0.99.1
4646
# via feast (setup.py)
47-
fastavro==1.8.2
47+
fastavro==1.8.3
4848
# via
4949
# feast (setup.py)
5050
# pandavro
5151
fissix==21.11.13
5252
# via bowler
5353
fsspec==2023.9.0
5454
# via dask
55-
grpcio==1.57.0
55+
grpcio==1.58.0
5656
# via
5757
# feast (setup.py)
5858
# grpcio-health-checking
5959
# grpcio-reflection
6060
# grpcio-tools
61-
grpcio-health-checking==1.57.0
61+
grpcio-health-checking==1.58.0
6262
# via feast (setup.py)
63-
grpcio-reflection==1.57.0
63+
grpcio-reflection==1.58.0
6464
# via feast (setup.py)
65-
grpcio-tools==1.57.0
65+
grpcio-tools==1.58.0
6666
# via feast (setup.py)
6767
gunicorn==21.2.0
6868
# via feast (setup.py)
@@ -107,7 +107,7 @@ mypy-extensions==1.0.0
107107
# via mypy
108108
mypy-protobuf==3.1
109109
# via feast (setup.py)
110-
numpy==1.25.2
110+
numpy==1.24.4
111111
# via
112112
# feast (setup.py)
113113
# pandas

sdk/python/requirements/py3.8-requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,25 @@ exceptiongroup==1.1.3
4444
# via anyio
4545
fastapi==0.99.1
4646
# via feast (setup.py)
47-
fastavro==1.8.2
47+
fastavro==1.8.3
4848
# via
4949
# feast (setup.py)
5050
# pandavro
5151
fissix==21.11.13
5252
# via bowler
5353
fsspec==2023.9.0
5454
# via dask
55-
grpcio==1.57.0
55+
grpcio==1.58.0
5656
# via
5757
# feast (setup.py)
5858
# grpcio-health-checking
5959
# grpcio-reflection
6060
# grpcio-tools
61-
grpcio-health-checking==1.57.0
61+
grpcio-health-checking==1.58.0
6262
# via feast (setup.py)
63-
grpcio-reflection==1.57.0
63+
grpcio-reflection==1.58.0
6464
# via feast (setup.py)
65-
grpcio-tools==1.57.0
65+
grpcio-tools==1.58.0
6666
# via feast (setup.py)
6767
gunicorn==21.2.0
6868
# via feast (setup.py)

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

+13-13
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ attrs==23.1.0
5858
# referencing
5959
avro==1.10.0
6060
# via feast (setup.py)
61-
azure-core==1.29.3
61+
azure-core==1.29.4
6262
# via
6363
# adlfs
6464
# azure-identity
@@ -86,11 +86,11 @@ black==22.12.0
8686
# via feast (setup.py)
8787
bleach==6.0.0
8888
# via nbconvert
89-
boto3==1.28.42
89+
boto3==1.28.43
9090
# via
9191
# feast (setup.py)
9292
# moto
93-
botocore==1.31.42
93+
botocore==1.31.43
9494
# via
9595
# boto3
9696
# moto
@@ -172,7 +172,7 @@ dask==2023.9.1
172172
# via feast (setup.py)
173173
db-dtypes==1.1.1
174174
# via google-cloud-bigquery
175-
debugpy==1.6.7.post1
175+
debugpy==1.7.0
176176
# via ipykernel
177177
decorator==5.1.1
178178
# via
@@ -208,7 +208,7 @@ executing==1.2.0
208208
# via stack-data
209209
fastapi==0.99.1
210210
# via feast (setup.py)
211-
fastavro==1.8.2
211+
fastavro==1.8.3
212212
# via
213213
# feast (setup.py)
214214
# pandavro
@@ -307,7 +307,7 @@ great-expectations==0.15.50
307307
# via feast (setup.py)
308308
grpc-google-iam-v1==0.12.6
309309
# via google-cloud-bigtable
310-
grpcio==1.57.0
310+
grpcio==1.58.0
311311
# via
312312
# feast (setup.py)
313313
# google-api-core
@@ -319,15 +319,15 @@ grpcio==1.57.0
319319
# grpcio-status
320320
# grpcio-testing
321321
# grpcio-tools
322-
grpcio-health-checking==1.57.0
322+
grpcio-health-checking==1.58.0
323323
# via feast (setup.py)
324-
grpcio-reflection==1.57.0
324+
grpcio-reflection==1.58.0
325325
# via feast (setup.py)
326-
grpcio-status==1.57.0
326+
grpcio-status==1.58.0
327327
# via google-api-core
328-
grpcio-testing==1.57.0
328+
grpcio-testing==1.58.0
329329
# via feast (setup.py)
330-
grpcio-tools==1.57.0
330+
grpcio-tools==1.58.0
331331
# via feast (setup.py)
332332
gunicorn==21.2.0
333333
# via feast (setup.py)
@@ -552,7 +552,7 @@ notebook-shim==0.2.3
552552
# via
553553
# jupyterlab
554554
# notebook
555-
numpy==1.25.2
555+
numpy==1.24.4
556556
# via
557557
# altair
558558
# db-dtypes
@@ -730,7 +730,7 @@ pyproject-hooks==1.0.0
730730
# via build
731731
pyspark==3.4.1
732732
# via feast (setup.py)
733-
pytest==7.4.1
733+
pytest==7.4.2
734734
# via
735735
# feast (setup.py)
736736
# pytest-benchmark

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,25 @@ exceptiongroup==1.1.3
4444
# via anyio
4545
fastapi==0.99.1
4646
# via feast (setup.py)
47-
fastavro==1.8.2
47+
fastavro==1.8.3
4848
# via
4949
# feast (setup.py)
5050
# pandavro
5151
fissix==21.11.13
5252
# via bowler
5353
fsspec==2023.9.0
5454
# via dask
55-
grpcio==1.57.0
55+
grpcio==1.58.0
5656
# via
5757
# feast (setup.py)
5858
# grpcio-health-checking
5959
# grpcio-reflection
6060
# grpcio-tools
61-
grpcio-health-checking==1.57.0
61+
grpcio-health-checking==1.58.0
6262
# via feast (setup.py)
63-
grpcio-reflection==1.57.0
63+
grpcio-reflection==1.58.0
6464
# via feast (setup.py)
65-
grpcio-tools==1.57.0
65+
grpcio-tools==1.58.0
6666
# via feast (setup.py)
6767
gunicorn==21.2.0
6868
# via feast (setup.py)
@@ -107,7 +107,7 @@ mypy-extensions==1.0.0
107107
# via mypy
108108
mypy-protobuf==3.1.0
109109
# via feast (setup.py)
110-
numpy==1.25.2
110+
numpy==1.24.4
111111
# via
112112
# feast (setup.py)
113113
# pandas

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"Jinja2>=2,<4",
5555
"jsonschema",
5656
"mmh3",
57-
"numpy>=1.22,<3",
57+
"numpy>=1.22,<1.25",
5858
"pandas>=1.4.3,<2",
5959
# For some reason pandavro higher than 1.5.* only support pandas less than 1.3.
6060
"pandavro~=1.5.0",

0 commit comments

Comments
 (0)