From 1961b80bc8e9bfb9bcc18376865af69cc3d172b2 Mon Sep 17 00:00:00 2001 From: Vipul Date: Wed, 18 Dec 2024 09:21:09 -0800 Subject: [PATCH 1/2] release PR for v2.12.9 --- docs/source/release_notes.rst | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index a70d190a8..df444b4ee 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -2,14 +2,23 @@ Release Notes ============= +2.12.9 +------- +Release date: December 18, 2024 + +* Support freeform and defined tags for resource creation in AI Quick Actions. +* Enhance LangChain Integration to accept the route parameter in the request headers. + 2.12.8 ------- Release date: November 27, 2024 + * Fixed bugs in the AI Quick Actions Model Deployment for models registered via Object Storage. 2.12.7 ------- Release date: November 20, 2024 + * Fixed bugs in the AI Quick Actions Evaluation. 2.12.6 diff --git a/pyproject.toml b/pyproject.toml index 71204c9e9..7eb4c4004 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi" # Required name = "oracle_ads" # the install (PyPI) name; name for local build in [tool.flit.module] section below -version = "2.12.8" +version = "2.12.9" # Optional description = "Oracle Accelerated Data Science SDK" From 7b1937de8a838d12b41300f180be462508429472 Mon Sep 17 00:00:00 2001 From: Vipul Date: Wed, 18 Dec 2024 10:24:48 -0800 Subject: [PATCH 2/2] fix tests --- tests/unitary/with_extras/aqua/test_deployment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unitary/with_extras/aqua/test_deployment.py b/tests/unitary/with_extras/aqua/test_deployment.py index 78b09403b..74612ac8d 100644 --- a/tests/unitary/with_extras/aqua/test_deployment.py +++ b/tests/unitary/with_extras/aqua/test_deployment.py @@ -253,7 +253,7 @@ class TestDataset: "created_on": "2024-01-01T00:00:00.000000+00:00", "created_by": "ocid1.user.oc1..", "endpoint": MODEL_DEPLOYMENT_URL, - "private_endpoint_id": "", + "private_endpoint_id": null, "environment_variables": { "BASE_MODEL": "service_models/model-name/artifact", "MODEL_DEPLOY_ENABLE_STREAMING": "true",