Promptflow

Latest version: v1.17.2

Safety actively analyzes 714792 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

1.9.0

We are pleased to announce the release of promptflow 1.9.0.

This release includes some new features, bug fixes, and improvements. We recommend that all users upgrade to this version.

See the [CHANGELOG](https://github.com/microsoft/promptflow/blob/release/promptflow/1.9.0/src/promptflow/CHANGELOG.md) for a list of all the changes.

The release will be available via PyPI:

bash
pip install --upgrade promptflow


Please report any issues with the release on the [promptflow issue tracker](https://github.com/microsoft/promptflow/issues).

Thanks to all the contributors who made this release possible.

1.8.0

We are pleased to announce the release of promptflow 1.8.0.

This release includes some new features, bug fixes, and improvements. We recommend that all users upgrade to this version.

See the [CHANGELOG](https://github.com/microsoft/promptflow/blob/release/promptflow/1.8.0/src/promptflow/CHANGELOG.md) for a list of all the changes.

The release will be available via PyPI:

bash
pip install --upgrade promptflow


Please report any issues with the release on the [promptflow issue tracker](https://github.com/microsoft/promptflow/issues).

Thanks to all the contributors who made this release possible.


v1.4.0-tools
**What's Changed**
ba9df144340f3e58a7d0559b563df057ddfaba07 Update promptflow-tools version from 1.3.0 to 1.4.0 (2434) chenslucky
dd5f2d5637f6893abb0e16922261441df49e2389 Skipping test_open_model_llm.TestOpenModelLLM tests as they require new test resources (2377) Young Park
7d921ad08d7c59fc78c663ce948e4aad8d3be624 [BugFix] Do not dynamic list azure deployment names for aoai vision tool in local (2305) Yao
39039cd520c8fa91f754560f9b91ab454d82c645 [BugFix] set default values to workspace triad params of dynamic list tool func to avoid misleading errors (2310) chjinche
77290c1f68f2a8703eb6efdeca94d64fc416d297 Improve error message when LLM tool meets gpt-4-vision-preview model (2211) chenslucky
b9b72690bc5c6ba6c541bc13fc736745104d3c1a [Internal] improve token connection error message (2245) melionel
e2315d665ad898768d79ea22aefea04d68190b07 update tool package changelog to latest version (2251) chjinche
0eb8e0e1a4b17b4d8e28a5dc771efb757d39e6cf [NewFeature] add seed to gptv tool yamls (2209) chjinche
cde5d60f8d629f434d6e52c7938ffeb285abd0f1 [NewFeature] add "seed" to llm tool inputs (2207) chjinche
8add0988b5405af991ea5c2a6e91f9a7c2e3cc0e [NewFeature] enable AOAI token based auth for built in tool (2153) melionel
07c1d9ac889368ffae162d01a2d8f34faf63a63c [BugFix]Update list_deployment_names, check connection type (2169) liuyuhang13

**Full Changelog**: https://github.com/microsoft/promptflow/compare/v1.3.0-tools...v1.4.0-tools

1.7.0

We are pleased to announce the release of promptflow 1.7.0.

This release includes some new features, bug fixes, and improvements. We recommend that all users upgrade to this version.

See the [CHANGELOG](https://github.com/microsoft/promptflow/blob/release/promptflow/1.7.0/src/promptflow/CHANGELOG.md) for a list of all the changes.

The release will be available via PyPI:

bash
pip install --upgrade promptflow


Please report any issues with the release on the [promptflow issue tracker](https://github.com/microsoft/promptflow/issues).

Thanks to all the contributors who made this release possible.


v1.3.0-tools
**What's Changed**
c210b024499140c5d5daca4b3444f015106a7f75 Upgrade tool version to 1.3.0 (2112) Yao
ce46f3848b6594f595eb0b89deef5dde719a94b0 [Bugfix] Update expected error message of 'test_completion_with_chat_model' (2115) chjinche
71b187c4dc51d79307c37f0e74c180803eaa53af [Internal] Refine the retry-after interval for openai retry error (2073) Ge Gao
83771ccfd1446c7640a5d35251229b21757ba389 [Bugfix] fix naming error of legacy 'OpenSourceLLMOnlineEndpointError' (2059) chjinche
f36455c964a43d6b734ff53be918e9be20460f2f disable openai built-in retry mechanism for better debuggability and real-time status updates (1769) chjinche

**Full Changelog**: https://github.com/microsoft/promptflow/compare/v1.2.0-tools...v1.3.0-tools

1.6.0

We are pleased to announce the release of promptflow 1.6.0.

This release includes some new features, bug fixes, and improvements. We recommend that all users upgrade to this version.

See the [CHANGELOG](https://github.com/microsoft/promptflow/blob/release/promptflow/1.6.0/src/promptflow/CHANGELOG.md) for a list of all the changes.

The release will be available via PyPI:

bash
pip install --upgrade promptflow


Please report any issues with the release on the [promptflow issue tracker](https://github.com/microsoft/promptflow/issues).

Thanks to all the contributors who made this release possible.


v1.2.0-tools
**What's Changed**
d701cb04ecf2cb70e13245d8d88657ff3ca592ba Upgrade tool version to 1.2.0 (1981) chenslucky
e9e6fc3e767969345bdae87c18b7b0fa5ccb6025 [Tools] Support Azure OpenAI GPT-4 Turbo with Vision auto list deployment_name (1788) liuyuhang13
122d498400901d773f8bdcf5e064f8b8fe8c208f Match the promptflow-tools setup to promptflow setup (1798) Hannah K

**Full Changelog**: https://github.com/microsoft/promptflow/compare/v1.1.0-tools...v1.2.0-tools

1.5.0

We are pleased to announce the release of promptflow 1.5.0.

This release includes some new features, bug fixes, and improvements. We recommend that all users upgrade to this version.

See the [CHANGELOG](https://github.com/microsoft/promptflow/blob/release/promptflow/1.5.0/src/promptflow/CHANGELOG.md) for a list of all the changes.

The release will be available via PyPI:

bash
pip install --upgrade promptflow


Please report any issues with the release on the [promptflow issue tracker](https://github.com/microsoft/promptflow/issues).

Thanks to all the contributors who made this release possible.


v1.1.0-tools
**What's Changed**
0e2210429261ec602785f9ae3b89ff27ff589128 upgrade tool package version to 1.1.0 (1785) chjinche
e037e60ea91dd15d622b338f576fa8e2c9e42d58 Open_Model_LLM Tool - Local connection tests (1673) Gerardmsft
69c4f7ec7320081fbbecb512a577539000c48482 [Internal] Use ruamel.yaml instead of pyyaml in promptflow (1668) Peiwen Gao

**Full Changelog**: https://github.com/microsoft/promptflow/compare/v1.0.3-tools...v1.1.0-tools

1.4.0

We are pleased to announce the release of promptflow 1.4.0.

This release includes some new features, bug fixes, and improvements. We recommend that all users upgrade to this version.

See the [CHANGELOG](https://github.com/microsoft/promptflow/blob/release/promptflow/1.4.0/src/promptflow/CHANGELOG.md) for a list of all the changes.

The release will be available via PyPI:

bash
pip install --upgrade promptflow


Please report any issues with the release on the [promptflow issue tracker](https://github.com/microsoft/promptflow/issues).

Thanks to all the contributors who made this release possible.


v1.0.3-tools
**What's Changed**
dcc5adf52b4437fbb56d825a8f95511b939fbacc Update promptflow-tools from 1.0.2 to 1.0.3 (1676) chenslucky
44690d8b92753501f1c0cc7dae1847568291b1de Support response_format for AOAI (1607) chenslucky
6472a072456ef93b51ee6cac759b2bdf604bad5f Add unit test for Azure Content Safety tool (1568) asmeyyh

**Full Changelog**: https://github.com/microsoft/promptflow/compare/v1.0.2-tools...v1.0.3-tools


v1.0.2-tools
**What's Changed**
67adf589d9b3ec54f4721023030efea58d3d49ae [Tools] bump promptflow-tools version to 1.0.2 (1518) melionel
22bfdb9fe33e5deb16a252fb6d374e3d857eb6fc mark openai gpt4v tool as preview (1462) melionel
79ae944a7cabb9a8515dd304203dd9ccb5a8ed78 [Tools] add new tool to support Azure OpenAI GPT-4 Turbo with Vision (1486) melionel
b2d00a6df9b16f62c1ca2bf5980f9e9082e7ebe2 Generate error message when initializing exception (1477) Lina Tang

**Full Changelog**: https://github.com/microsoft/promptflow/compare/v1.0.1-tools...v1.0.2-tools

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.