Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion feathr_project/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"azure-storage-file-datalake<=12.5.0",
"azure-synapse-spark",
# Synapse's aiohttp package is old and does not work with Feathr. We pin to a newer version here.
"aiohttp==3.8.3",
"aiohttp==3.8.6",
# fixing Azure Machine Learning authentication issue per https://stackoverflow.com/a/72262694/3193073
"azure-identity>=1.8.0",
"azure-keyvault-secrets<=4.6.0",
Expand Down