-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Version Conflict with Promptflow-azure v1.8.0 #28731
Copy link
Copy link
Open
Labels
CosmosDBaz cosmosdbaz cosmosdbService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Assignees
Labels
CosmosDBaz cosmosdbaz cosmosdbService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
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