-
Notifications
You must be signed in to change notification settings - Fork 1k
Add missing os import #4043
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
base: main
Are you sure you want to change the base?
Add missing os import #4043
Conversation
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. |
latest version of the library in pip fails to execute due to this error. |
Hi @igarioshka, 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. |
@vsantele, we have downgraded the version, it's just that I'd really want this PR to be merged, |
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. |
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. |
Description
Fixes #4042, Fixes #4047
PR #4013 forgot to import
os
instatic_web_blueprint.py
All Promptflow Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines