Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel100 committed Nov 14, 2021
1 parent 455cc35 commit 82b45b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider/sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
setup(
name="feast-azure-provider",
author="Microsoft",
version="0.2.0",
version="0.2.1",
description="A Feast Azure Provider",
URL="https://github.com/Azure/feast-azure",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
python_requires=">=3.7.0",
packages=find_packages(exclude=("tests",)),
install_requires=[
"feast==0.15",
"feast==0.15.1",
"azure-storage-blob>=0.37.0",
"azure-identity>=1.6.1" "SQLAlchemy>=1.4.19",
"dill==0.3.4",
Expand Down

0 comments on commit 82b45b2

Please # to comment.