Skip to content

Commit c1c296a

Browse files
committed
Update CHANGELOG and version for 1.11.1 hotfix release
1 parent 44acacc commit c1c296a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

sdk/evaluation/azure-ai-evaluation/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History
22

3+
## 1.11.1 (Unreleased)
4+
5+
### Bugs Fixed
6+
- Pinning duckdb version to 1.3.2 for redteam extra to fix error `TypeError: unhashable type: '_duckdb.typing.DuckDBPyType'`
7+
38
## 1.11.0 (2025-09-02)
49

510
### Features Added

sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# ---------------------------------------------------------
44
# represents upcoming version
55

6-
VERSION = "1.11.0"
6+
VERSION = "1.11.1"

0 commit comments

Comments
 (0)