From b81e74a38722ab367bf8f730dedb77830d842bd6 Mon Sep 17 00:00:00 2001 From: Arthur Cheng Date: Thu, 14 Aug 2025 12:45:29 -0700 Subject: [PATCH] bump up the langchain-oci to 0.1.3 --- libs/oci/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/oci/pyproject.toml b/libs/oci/pyproject.toml index df2ab8d..03e21ce 100644 --- a/libs/oci/pyproject.toml +++ b/libs/oci/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-oci" -version = "0.1.2" +version = "0.1.3" description = "An integration package connecting OCI and LangChain" authors = [] readme = "README.md"