Skip to content

Conversation

vsantele
Copy link

@vsantele vsantele commented Jul 22, 2025

Description

Fixes #4042, Fixes #4047

PR #4013 forgot to import os in static_web_blueprint.py

All Promptflow Contribution checklist:

  • The pull request does not introduce [breaking changes].
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.
  • I confirm that all new dependencies are compatible with the MIT license.
  • Create an issue and link to the pull request to get dedicated review from promptflow team. Learn more: suggested workflow.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copy link

Hi, thank you for your interest in helping to improve the prompt flow experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment.

@github-actions github-actions bot added the no-recent-activity There has been no recent activity on this issue/pull request label Aug 19, 2025
@igarioshka
Copy link

igarioshka commented Aug 21, 2025

latest version of the library in pip fails to execute due to this error.

@vsantele
Copy link
Author

Hi @igarioshka,
To avoid this error, you can pin promptflow to the version 1.18.0.

The only diff is the change that introduces this bug with the missing import: release/promptflow/1.18.0...release/promptflow/1.18.1

Don't wait for this PR to be merged.

@igarioshka
Copy link

igarioshka commented Aug 21, 2025

@vsantele, we have downgraded the version, it's just that I'd really want this PR to be merged,
I have left a comment to show github automation that there is activity. :)
It baffles me that this issue should've been caught by a simple linter but was not.
Coming from a compiled language - this would be a compile time error, but all the checks and workflows that are configured in this repository did not catch that import error.

@vsantele
Copy link
Author

Promptflow has not received much attention for at least a year.

On the Azure AI Foundry Discord server, they mentioned a deprecation plan for Promptflow, but without any ETA yet.

This is not the right time to start a Promptflow project. I have personally started migrating to the semantic kernel.

@github-actions github-actions bot removed the no-recent-activity There has been no recent activity on this issue/pull request label Aug 21, 2025
Copy link

github-actions bot commented Sep 5, 2025

Hi, thank you for your interest in helping to improve the prompt flow experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment.

@github-actions github-actions bot added the no-recent-activity There has been no recent activity on this issue/pull request label Sep 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external no-recent-activity There has been no recent activity on this issue/pull request promptflow-core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] 'No module named os' in promptflow core package [BUG] Import issue
2 participants