We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455cc35 commit 82b45b2Copy full SHA for 82b45b2
provider/sdk/setup.py
@@ -21,15 +21,15 @@
21
setup(
22
name="feast-azure-provider",
23
author="Microsoft",
24
- version="0.2.0",
+ version="0.2.1",
25
description="A Feast Azure Provider",
26
URL="https://github.com/Azure/feast-azure",
27
long_description=LONG_DESCRIPTION,
28
long_description_content_type="text/markdown",
29
python_requires=">=3.7.0",
30
packages=find_packages(exclude=("tests",)),
31
install_requires=[
32
- "feast==0.15",
+ "feast==0.15.1",
33
"azure-storage-blob>=0.37.0",
34
"azure-identity>=1.6.1" "SQLAlchemy>=1.4.19",
35
"dill==0.3.4",
0 commit comments