Skip to content

Commit 03e6feb

Browse files
Bump up langchain oci version to 0.2.0 (#71)
* bump up langchain-oci version to 0.2.0 * reformat the pyproject
1 parent 53b892f commit 03e6feb

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

libs/oci/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/oci/pyproject.toml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
1-
[tool.poetry]
1+
[project]
22
name = "langchain-oci"
3-
version = "0.1.6"
3+
version = "0.2.0"
44
description = "An integration package connecting OCI and LangChain"
5-
authors = []
65
readme = "README.md"
7-
repository = "https://github.com/oracle/langchain-oracle"
8-
license = "UPL"
6+
license = "UPL-1.0"
7+
requires-python = ">=3.9,<4.0"
8+
dependencies = [
9+
"langchain-core>=0.3.20,<1.0.0",
10+
"langchain>=0.3.20,<1.0.0",
11+
"oci>=2.161.0",
12+
"pydantic>=2,<3",
13+
"aiohttp>=3.12.14",
14+
"openai>=2.6.1",
15+
"oci-openai>=1.0.0",
16+
"langchain-openai>=0.3.35",
17+
]
918

10-
[tool.poetry.urls]
19+
[project.urls]
1120
"Source Code" = "https://github.com/oracle/langchain-oracle/tree/main/libs/oci"
21+
Repository = "https://github.com/oracle/langchain-oracle"
1222

13-
[tool.poetry.dependencies]
14-
python = ">=3.9,<4.0"
15-
langchain-core = ">=0.3.20,<1.0.0"
16-
langchain = ">=0.3.20,<1.0.0"
17-
oci = ">=2.161.0"
18-
pydantic = ">=2,<3"
19-
aiohttp = ">=3.12.14"
20-
openai = "^2.6.1"
21-
oci-openai = "^1.0.0"
22-
langchain-openai = "^0.3.35"
23+
[tool.poetry]
24+
package-mode = true
2325

2426
[tool.poetry.group.test]
2527
optional = true

0 commit comments

Comments
 (0)