Skip to content

Commit 9563264

Browse files
authored
Prep for release of Python Projects SDK version 1.1.0b3 (#42702)
1 parent 87364c0 commit 9563264

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

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

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

3-
## 1.1.0b3 (Unreleased)
3+
## 1.1.0b3 (2025-08-26)
44

55
### Features added
66

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
1111
not include preview features).
1212

13-
### Breaking changes
14-
15-
### Bugs Fixed
16-
17-
### Sample updates
18-
1913
## 1.1.0b2 (2025-08-05)
2014

2115
### Bugs Fixed

sdk/ai/azure-ai-projects/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"azure-core>=1.30.0",
7272
"typing-extensions>=4.12.2",
7373
"azure-storage-blob>=12.15.0",
74-
"azure-ai-agents>=1.2.0b1",
74+
"azure-ai-agents>=1.2.0b3",
7575
],
7676
python_requires=">=3.9",
7777
)

0 commit comments

Comments
 (0)