Skip to content

Commit cb34ec4

Browse files
luigiwsofiar-msft
authored andcommitted
0b7 release (Azure#34239)
1 parent de742d1 commit cb34ec4

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

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

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Release History
22

3-
## 1.0.0b7 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.0b7 (2024-02-07)
104

115
### Other Changes
126

7+
- Bug fixes
8+
139
## 1.0.0b6 (2024-02-06)
1410

1511
### Other Changes

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
python_requires="<4.0,>=3.8",
7575
install_requires=[
7676
# NOTE: To avoid breaking changes in a major version bump, all dependencies should pin an upper bound if possible.
77-
"azure-ai-resources<2.0.0,>=1.0.0b1",
77+
"azure-ai-resources>=1.0.0b7",
7878
"mlflow-skinny<3,>=1.27.0",
7979
"opencensus-ext-azure~=1.0",
8080
"opencensus-ext-logging<=0.1.1",

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

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Release History
22

3-
## 1.0.0b7 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.0b7 (2024-02-07)
104

115
### Other Changes
126

7+
- Bug fixes
8+
139
## 1.0.0b6 (2024-02-06)
1410

1511
### Other Changes

0 commit comments

Comments
 (0)