Skip to content

Commit 116b758

Browse files
authored
fix: bump deps for release (#32179)
forgot to bump the `pyproject.toml` files
1 parent 10996a2 commit 116b758

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

β€Žlibs/partners/deepseek/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.9"
99
dependencies = [
10-
"langchain-core<1.0.0,>=0.3.47",
11-
"langchain-openai<1.0.0,>=0.3.9",
10+
"langchain-core<1.0.0,>=0.3.70",
11+
"langchain-openai<1.0.0,>=1.97.1",
1212
]
1313
name = "langchain-deepseek"
1414
version = "0.1.4"

β€Žlibs/partners/huggingface/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.9"
99
dependencies = [
10-
"langchain-core<1.0.0,>=0.3.65",
10+
"langchain-core<1.0.0,>=0.3.70",
1111
"tokenizers>=0.19.1",
12-
"huggingface-hub>=0.30.2",
12+
"huggingface-hub>=0.33.4",
1313
]
1414
name = "langchain-huggingface"
1515
version = "0.3.1"

β€Žlibs/partners/huggingface/uv.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žlibs/partners/perplexity/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.9"
99
dependencies = [
10-
"langchain-core<1.0.0,>=0.3.52",
11-
"openai<2.0.0,>=1.68.2",
10+
"langchain-core<1.0.0,>=0.3.70",
11+
"openai<2.0.0,>=1.97.1",
1212
]
1313
name = "langchain-perplexity"
1414
version = "0.1.2"

β€Žlibs/partners/perplexity/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žlibs/partners/xai/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.9"
99
dependencies = [
10-
"langchain-openai<0.4,>=0.3.18",
11-
"langchain-core<1.0.0,>=0.3.62",
10+
"langchain-openai<0.4,>=0.3.28",
11+
"langchain-core<1.0.0,>=0.3.70",
1212
"requests<3,>=2",
1313
"aiohttp<4,>=3.9.1",
1414
]

0 commit comments

Comments
Β (0)