We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c9966 commit 0bee79fCopy full SHA for 0bee79f
docs/source/release_notes.rst
@@ -2,6 +2,13 @@
2
Release Notes
3
=============
4
5
+2.13.10
6
+-------
7
+Release date: Jun 4, 2025
8
+
9
+* AI Quick Actions: Enhanced the client to support the new ``predictWithResponseStream`` endpoint for streaming inference.
10
11
12
2.13.9
13
-------
14
Release date: May 19, 2025
pyproject.toml
@@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
21
22
# Required
23
name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below
24
-version = "2.13.9"
+version = "2.13.10"
25
26
# Optional
27
description = "Oracle Accelerated Data Science SDK"
0 commit comments