Skip to content

Commit afba77e

Browse files
authored
Bumps ADS version to 2.13.5
1 parent 0ada1cc commit afba77e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/source/release_notes.rst

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Release Notes
33
=============
44

5+
2.13.5
6+
-------
7+
Release date: April 3, 2025
8+
9+
* Added support for OpenAI and AsyncOpenAI clients to enable seamless integration with OCI-based LLM model deployments.
10+
* AI Quick Actions: Enhanced error message handling for clearer diagnostics and improved user experience.
11+
* AI Quick Actions: Introduced support for Multi-Model Deployment, allowing users to deploy multiple models within a single endpoint.
12+
13+
514
2.13.4
615
-------
716
Release date: March 27, 2025

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121

2222
# Required
2323
name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
24-
version = "2.13.4"
24+
version = "2.13.5"
2525

2626
# Optional
2727
description = "Oracle Accelerated Data Science SDK"

0 commit comments

Comments
 (0)