Databricks provider 7.10.0 missing aiofiles package dependency? #63502
-
|
Hey there, When updating my databricks dependencies I got errors for missing aiofiles dependency. Of course I can add to my project aiofiles dependency and fix it, but Id like to understand if I am missing something Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
Hi @mwojtyczka, |
Beta Was this translation helpful? Give feedback.
-
|
Strange, the issue was not identified during testing or during CI build. But yes, this requires adding "aiofiles>=23.2.0", to the pyproject.toml |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much! |
Beta Was this translation helpful? Give feedback.
Strange, the issue was not identified during testing or during CI build. But yes, this requires adding "aiofiles>=23.2.0", to the pyproject.toml
Will create follow up PR.