diff --git a/provider/sdk/setup.py b/provider/sdk/setup.py index 4caa4ac..91df5a2 100644 --- a/provider/sdk/setup.py +++ b/provider/sdk/setup.py @@ -21,7 +21,7 @@ with open(README_FILE, "r", encoding="utf-8") as f: setup( name="feast-azure-provider", author="Microsoft", - version="0.2.299", + version="0.3.0", description="A Feast Azure Provider", URL="https://github.com/azure/feast-azure", long_description=LONG_DESCRIPTION, diff --git a/provider/tutorial/notebooks/inference.dockerfile b/provider/tutorial/notebooks/inference.dockerfile index 99ac25a..343b442 100644 --- a/provider/tutorial/notebooks/inference.dockerfile +++ b/provider/tutorial/notebooks/inference.dockerfile @@ -11,6 +11,7 @@ RUN apt-get install -y gcc RUN apt-get install -y unixodbc-dev RUN pip install 'azureml-defaults==1.35.0' \ - 'feast-azure-provider==0.2.2' \ + 'feast-azure-provider==0.3.0' \ 'scikit-learn==0.22.2.post1' \ - 'joblib===1.1.0' + 'joblib===1.1.0' \ + 'itsdangerous==2.0.1' \ No newline at end of file