Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3310b3

Browse files
committed
Describe the reason we pin aiohttp package
Signed-off-by: Jun Ki Min <[email protected]>
1 parent 25324d5 commit c3310b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

feathr_project/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@
8383
"avro<=1.11.1",
8484
"azure-storage-file-datalake<=12.5.0",
8585
"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",
8688
# fixing Azure Machine Learning authentication issue per https://stackoverflow.com/a/72262694/3193073
87-
"aiohttp==3.8.3", # pin to resolve Synapse import issue
8889
"azure-identity>=1.8.0",
8990
"azure-keyvault-secrets<=4.6.0",
9091
# In 1.23.0, azure-core is using ParamSpec which might cause issues in some of the databricks runtime.

0 commit comments

Comments
 (0)