Skip to content

Commit

Permalink
pillow dependency range upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
w-javed committed Jan 22, 2025
1 parent 1659d0a commit 800cf3c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/promptflow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# promptflow-core package

## v1.17.2 (2025.1.17)
## v1.17.2 (2025.1.23)

### Bugs fixed
- Jinja template is going to use Sandbox Environment at rendering. With `USE_SANBOX_ENV` set to false, sanbox environment is not used.
- Pre-commit pycln hook is upgraded to 2.5.0 version.
Expand Down
7 changes: 6 additions & 1 deletion src/promptflow-devkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# promptflow-devkit package

## v1.17.1 (2025.1.13)
## v1.17.2 (2025.1.23)

### Improvements
- Pillow library dependency range updated to <11.1.0
-
## v1.17.1 (2025.1.13)

### Bugs Fixed
- Marshmallow 3.24 was recently released, removing the `_T` import, which caused a breaking change in Promptflow. We've eliminated the dependency on `_T` to resolve this issue.
Expand Down
2 changes: 1 addition & 1 deletion src/promptflow-devkit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ strictyaml = ">=1.5.0,<2.0.0" # used to identify exact location of validation e
waitress = ">=3.0.0,<4.0.0" # used to serve local service
azure-monitor-opentelemetry-exporter = ">=1.0.0b21,<2.0.0"
pyarrow = { version = ">=14.0.1,<15.0.0", optional = true } # used to read parquet file with pandas.read_parquet
pillow = ">=10.1.0,<11.0.0" # used to generate icon data URI for package tool
pillow = ">=10.1.0,<11.1.0" # used to generate icon data URI for package tool
opentelemetry-exporter-otlp-proto-http = ">=1.22.0,<2.0.0" # trace support
flask-restx = ">=1.2.0,<2.0.0" # PFS Swagger
flask-cors = ">=5.0.0,<6.0.0" # handle PFS CORS
Expand Down

0 comments on commit 800cf3c

Please sign in to comment.