Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25324d5 commit c3310b3Copy full SHA for c3310b3
feathr_project/setup.py
@@ -83,8 +83,9 @@
83
"avro<=1.11.1",
84
"azure-storage-file-datalake<=12.5.0",
85
"azure-synapse-spark<=0.7.0",
86
+ # Synapse's aiohttp package is old and does not work with Feathr. We pin to a newer version here.
87
+ "aiohttp==3.8.3",
88
# fixing Azure Machine Learning authentication issue per https://stackoverflow.com/a/72262694/3193073
- "aiohttp==3.8.3", # pin to resolve Synapse import issue
89
"azure-identity>=1.8.0",
90
"azure-keyvault-secrets<=4.6.0",
91
# In 1.23.0, azure-core is using ParamSpec which might cause issues in some of the databricks runtime.
0 commit comments