Skip to content

Commit b98eb5e

Browse files
authored
chore(langchain-sdk): Pin LangChain SDK deps versions. (#77)
1 parent 0384114 commit b98eb5e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ authors = [
88
{name = "Google LLC", email = "[email protected]"}
99
]
1010
dependencies = [
11-
"aiohttp",
12-
"PyYAML",
13-
"langchain-core",
14-
"pydantic",
11+
"aiohttp==3.10.10",
12+
"PyYAML==6.0.2",
13+
"langchain-core==0.3.18",
14+
"pydantic==2.9.2",
1515
]
1616

1717
classifiers = [
@@ -32,13 +32,13 @@ Repository = "https://github.com/googleapis/genai-toolbox.git"
3232

3333
[project.optional-dependencies]
3434
test = [
35-
"black[jupyter]",
36-
"isort",
37-
"mypy",
38-
"pytest-asyncio",
39-
"pytest",
40-
"pytest-cov",
41-
"Pillow"
35+
"black[jupyter]==24.10.0",
36+
"isort==5.13.2",
37+
"mypy==1.13.0",
38+
"pytest-asyncio==0.24.0",
39+
"pytest==8.3.3",
40+
"pytest-cov==6.0.0",
41+
"Pillow==10.4.0"
4242
]
4343

4444
[build-system]

0 commit comments

Comments
 (0)