Skip to content

Commit 2c06c7d

Browse files
authored
chore(langchain-sdk): pin versions in requirements.txt (#94)
1 parent 515779c commit 2c06c7d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 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==3.10.10",
12-
"PyYAML==6.0.2",
13-
"langchain-core==0.3.18",
14-
"pydantic==2.9.2",
11+
"aiohttp>=3.7.0,<4.0.0",
12+
"langchain-core>=0.2.23,<1.0.0",
13+
"PyYAML>=6.0.0,<7.0.0",
14+
"pydantic>=2.0,<3.0.0",
1515
]
1616

1717
classifiers = [

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
langchain-core==0.3.21
2+
PyYAML==6.0.2
3+
pydantic==2.10.2
4+
aiohttp==3.11.7

0 commit comments

Comments
 (0)