Skip to content

Commit b321bfa

Browse files
committed
fix: Set upper bound for moto
Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
1 parent 380568e commit b321bfa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ mock==2.0.0
450450
# via feast (setup.py)
451451
moreorless==0.4.0
452452
# via bowler
453-
moto==5.0.0
453+
moto==4.2.14
454454
# via feast (setup.py)
455455
msal==1.26.0
456456
# via

sdk/python/tests/unit/infra/online_store/test_dynamodb_online_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import boto3
55
import pytest
6-
from moto import mock_dynamodb2 as mock_dynamodb
6+
from moto import mock_dynamodb
77

88
from feast.infra.offline_stores.file import FileOfflineStoreConfig
99
from feast.infra.online_stores.dynamodb import (

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<5",
159159
"mypy>=0.981,<0.990",
160160
"avro==1.10.0",
161161
"fsspec<2023.10.0",

0 commit comments

Comments
 (0)