Skip to content

Commit 095047b

Browse files
committed
fix: add extra dynamodb to moto and compile py310 ci deps
Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
1 parent 380568e commit 095047b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ distlib==0.3.8
159159
docker==7.0.0
160160
# via
161161
# feast (setup.py)
162+
# moto
162163
# testcontainers
163164
docutils==0.19
164165
# via sphinx
@@ -450,7 +451,7 @@ mock==2.0.0
450451
# via feast (setup.py)
451452
moreorless==0.4.0
452453
# via bowler
453-
moto==5.0.0
454+
moto[dynamodb]==5.0.0
454455
# via feast (setup.py)
455456
msal==1.26.0
456457
# via
@@ -613,6 +614,8 @@ py==1.11.0
613614
# via feast (setup.py)
614615
py-cpuinfo==9.0.0
615616
# via pytest-benchmark
617+
py-partiql-parser==0.5.0
618+
# via moto
616619
py4j==0.10.9.7
617620
# via pyspark
618621
pyarrow==15.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"grpcio-testing>=1.56.2,<2",
156156
"minio==7.1.0",
157157
"mock==2.0.0",
158-
"moto",
158+
"moto[dynamodb]",
159159
"mypy>=0.981,<0.990",
160160
"avro==1.10.0",
161161
"fsspec<2023.10.0",

0 commit comments

Comments
 (0)