File tree 3 files changed +7
-15
lines changed
3 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.0.0b7 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
3
+ ## 1.0.0b7 (2024-02-07)
10
4
11
5
### Other Changes
12
6
7
+ - Bug fixes
8
+
13
9
## 1.0.0b6 (2024-02-06)
14
10
15
11
### Other Changes
Original file line number Diff line number Diff line change 74
74
python_requires = "<4.0,>=3.8" ,
75
75
install_requires = [
76
76
# 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 " ,
78
78
"mlflow-skinny<3,>=1.27.0" ,
79
79
"opencensus-ext-azure~=1.0" ,
80
80
"opencensus-ext-logging<=0.1.1" ,
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.0.0b7 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
3
+ ## 1.0.0b7 (2024-02-07)
10
4
11
5
### Other Changes
12
6
7
+ - Bug fixes
8
+
13
9
## 1.0.0b6 (2024-02-06)
14
10
15
11
### Other Changes
You can’t perform that action at this time.
0 commit comments