Skip to content

Commit

Permalink
Promptflow Release 1.17.2 (#3940)
Browse files Browse the repository at this point in the history
  • Loading branch information
w-javed authored Jan 23, 2025
1 parent 6250617 commit 8e2a856
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/promptflow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

### Bugs fixed
- Jinja template is going to use Sandbox Environment at rendering. With `PF_USE_SANDBOX_FOR_JINJA` set to false, sanbox environment is not used.
- Pre-commit pycln hook is upgraded to 2.5.0 version.

## v1.17.1 (2025.1.13)

Expand Down
2 changes: 1 addition & 1 deletion src/promptflow-devkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Improvements
- Pillow library dependency range updated to <11.1.0
-

## v1.17.1 (2025.1.13)

### Bugs Fixed
Expand Down
9 changes: 9 additions & 0 deletions src/promptflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release History

## v1.17.2 (2025.1.23)

### Improvements
- Pre-commit pycln hook is upgraded to 2.5.0 version.
- Pillow library dependency range updated to <11.1.0

### Bugs fixed
- Jinja template is going to use Sandbox Environment at rendering. With `PF_USE_SANDBOX_FOR_JINJA` set to false, sanbox environment is not used.

## v1.17.1 (2025.1.13)

### Bugs Fixed
Expand Down

0 comments on commit 8e2a856

Please sign in to comment.