File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.1.0b3 (Unreleased )
3
+ ## 1.1.0b3 (2025-08-26 )
4
4
5
5
### Features added
6
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
7
+ * File ` setup.py ` was updated to indicate the dependency ` azure-ai-agents>=1.2.0b3 `
8
+ instead of ` azure-ai-agents>=1.0.0 ` . This means that in a clean environment, installing
9
+ via ` pip install --pre azure-ai-projects` will install latest beta version of ` azure-ai-agents `
10
+ (which has features in preview) instead of latest stable version (which does
11
11
not include preview features).
12
12
13
- ### Breaking changes
14
-
15
- ### Bugs Fixed
16
-
17
- ### Sample updates
18
-
19
13
## 1.1.0b2 (2025-08-05)
20
14
21
15
### Bugs Fixed
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.2.0b1 " ,
74
+ "azure-ai-agents>=1.2.0b3 " ,
75
75
],
76
76
python_requires = ">=3.9" ,
77
77
)
You can’t perform that action at this time.
0 commit comments