File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 1.1.0b3 (Unreleased)
4
+
5
+ ### Features added
6
+
7
+ * File ` setup.py ` was updated to indicate the dependency ` azure-ai-agents>=1.2.0b1 `
8
+ instead of ` azure-ai-agents>=1.0.0 ` . This means that in a clean environment installing
9
+ this version of ` azure-ai-projects ` will install latest beta version of ` azure-ai-agents `
10
+ (which has lots of features in preview) instead of latest stable version (which does
11
+ not include preview features).
12
+
13
+ ### Breaking changes
14
+
15
+ ### Bugs Fixed
16
+
17
+ ### Sample updates
18
+
3
19
## 1.1.0b2 (2025-08-05)
4
20
5
21
### Bugs Fixed
@@ -12,7 +28,7 @@ First beta version following the 1.0.0 stable release. It brings back the Evalua
12
28
13
29
### Features added
14
30
15
- * Added methods ` cancel ` and ` delete ` to Evaluations .
31
+ * Evaluation and Red-Team operations (in preview) were restored .
16
32
17
33
## 1.0.0 (2025-07-31)
18
34
Original file line number Diff line number Diff line change 6
6
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
# --------------------------------------------------------------------------
8
8
9
- VERSION = "1.1.0b2 "
9
+ VERSION = "1.1.0b3 "
Original file line number Diff line number Diff line change 71
71
"azure-core>=1.30.0" ,
72
72
"typing-extensions>=4.12.2" ,
73
73
"azure-storage-blob>=12.15.0" ,
74
- "azure-ai-agents>=1.0.0 " ,
74
+ "azure-ai-agents>=1.2.0b1 " ,
75
75
],
76
76
python_requires = ">=3.9" ,
77
77
)
You can’t perform that action at this time.
0 commit comments