Skip to content

Commit 82b45b2

Browse files
committed
update dependencies
1 parent 455cc35 commit 82b45b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provider/sdk/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
setup(
2222
name="feast-azure-provider",
2323
author="Microsoft",
24-
version="0.2.0",
24+
version="0.2.1",
2525
description="A Feast Azure Provider",
2626
URL="https://github.com/Azure/feast-azure",
2727
long_description=LONG_DESCRIPTION,
2828
long_description_content_type="text/markdown",
2929
python_requires=">=3.7.0",
3030
packages=find_packages(exclude=("tests",)),
3131
install_requires=[
32-
"feast==0.15",
32+
"feast==0.15.1",
3333
"azure-storage-blob>=0.37.0",
3434
"azure-identity>=1.6.1" "SQLAlchemy>=1.4.19",
3535
"dill==0.3.4",

0 commit comments

Comments
 (0)