Open SiHaoShen opened 7 months ago
Thank you for opening this issue, we will look into it.
From the promptflow team at https://github.com/microsoft/promptflow/issues/2807#issuecomment-2060460642
- Seems like even use latest
azure-cosmos
version (4.6.0
), many azure-cli's basic functions still could work. (Such as az login, list/create resource group, create vm) You still could use it for some cases.- From 3.x to 4.x,
azure-cosmos
introduced many breaking changes for interface, it needs a lot of effort to support 3.x version.azure-cosmos
released4.0.0
in 2020, it's a rather old version.So, we don't plan to do compatibility support as you ask, please contact
azure-cli
about upgrading their dependency.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @pjohari-ms, @kushagraThapar, @simplynaveen20.
@evelyn-ys any updates on this?
Any updates on this?
@evelyn-ys Any updates on this?
Describe the bug
When I update promptflow to v1.8.0 using
poetry update
, I get version conflict with azure-cli.Promptflow Documentation: https://microsoft.github.io/promptflow/how-to-guides/faq.html#promptflow-1-8-0-upgrade-guide
Related command
poetry update
Errors
Issue script & Debug output
NA
Expected behavior
Update dependencies inside azure-cli to the latest version as promptflow to avoid version conflict. For example update azure-cosmos dependency to >=4.5.1,<5.0.0.
Environment Summary
python 3.9.19 azure-cli 2.59.0 promptflow = {version = "1.8.0",extras = ["azure"]}
Additional context
No response