File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 22Release Notes
33=============
44
5+ 2.13.0
6+ -------
7+ Release date: Feb 14th, 2025
8+
9+ * Fixed bug in DataScienceModel defined metadata where non-predefined metadata keys caused errors.
10+
11+
5122.12.11
613-------
7- Release date: Feb 5th, 2024
14+ Release date: Feb 5th, 2025
815
916* Fixed bug while loading model configuration in AI Quick Actions.
1017
1118
12192.12.10
1320-------
14- Release date: Feb 5th, 2024
21+ Release date: Feb 5th, 2025
1522
1623* Support inference container URI to be edited for unverified models in AI Quick Actions.
1724* Logging improvements for all CRUD operations in AI Quick Actions.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121
2222# Required
2323name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
24- version = "2.12.11 "
24+ version = "2.13.0 "
2525
2626# Optional
2727description = "Oracle Accelerated Data Science SDK"
@@ -64,7 +64,7 @@ dependencies = [
6464 "jinja2>=2.11.2",
6565 "matplotlib>=3.1.3,<=3.8.4",
6666 "numpy>=1.19.2,<2.0.0",
67- "oci>=2.125.3 ",
67+ "oci>=2.144.1 ",
6868 "ocifs>=1.1.3",
6969 "pandas>1.2.1; python_version<'3.9'", # starting pandas v2.1.0 requires-python = '>=3.9'
7070 "pandas>=2.2.0; python_version>='3.9'",
You can’t perform that action at this time.
0 commit comments