Skip to content

fix: Update promptflow version to 1.17.2 in Draft Flow #421

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 28, 2025

Conversation

UtkarshMishra-Microsoft
Copy link
Contributor

Purpose

The update from promptflow==1.17.0 to promptflow==1.17.2 under the "Draft Flow" folder includes improvements and bug fixes related to the version change.
The new version, 1.17.2, provides enhanced stability and possibly addresses issues present in 1.17.0, streamlining the flow management process within the Draft Flow environment.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@Copilot Copilot AI review requested due to automatic review settings March 28, 2025 13:59
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the promptflow dependency version in the Draft Flow environment and adjusts the AI Hub deployment script accordingly.

  • Added an import for the time module.
  • Modified the hub and project creation workflow by removing blocking .result() calls and instead using time.sleep delays followed by explicit retrieval.
  • Updated comments to reflect the new asynchronous handling of resource creation.
Comments suppressed due to low confidence (1)

ResearchAssistant/Deployment/scripts/aihub_scripts/create_ai_hub.py:92

  • [nitpick] The comment indicates waiting for the hub to be created, while this delay follows the project creation step. Update the comment to reflect that it is waiting for the project to be created.
time.sleep(30) # wait for hub to be created

@Roopan-Microsoft Roopan-Microsoft merged commit ed2ee24 into main Mar 28, 2025
8 checks passed
@UtkarshMishra-Microsoft UtkarshMishra-Microsoft deleted the ai_script_fix branch April 3, 2025 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants