Skip to content

Promptflow Release 1.17.2 #3940

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
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading