We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e29711 commit 87fe88dCopy full SHA for 87fe88d
src/promptflow-core/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# promptflow-core package
2
3
+## Unreleased
4
+
5
+### Bugs fixed
6
7
+- Added missing `os` import in `static_web_blueprint.py` ([#4042](https://github.com/microsoft/promptflow/issues/4042)).
8
9
## v1.18.1 (2025.6.10)
10
11
### Bugs fixed
src/promptflow-core/promptflow/core/_serving/v1/blueprint/static_web_blueprint.py
@@ -1,7 +1,7 @@
# ---------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
-
+import os
from pathlib import Path
import flask
0 commit comments