Skip to content

Commit

Permalink
reducing the dep version to 4.7.0 (#47) (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsgarg-ob committed May 17, 2024
1 parent df8f685 commit 570f21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaflow/metaflow_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def get_pinned_conda_libs(python_version, datastore_type):
elif datastore_type == "azure":
pins["azure-identity"] = ">=1.10.0"
pins["azure-storage-blob"] = ">=12.12.0"
pins["azure-keyvault-secrets"] = ">=4.8.0"
pins["azure-keyvault-secrets"] = ">=4.7.0"
elif datastore_type == "gs":
pins["google-cloud-storage"] = ">=2.5.0"
pins["google-auth"] = ">=2.11.0"
Expand Down

0 comments on commit 570f21d

Please sign in to comment.