Skip to content

Commit 66c857d

Browse files
authored
Merge branch 'master' into ci-pydantic-3.13
2 parents f75383c + a16307f commit 66c857d

File tree

5 files changed

+23
-19
lines changed

5 files changed

+23
-19
lines changed

β€Ž.github/workflows/pr_lint.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# * release β€” prepare a new release
2828
#
2929
# Allowed Scopes (optional):
30-
# core, cli, langchain, langchain_v1, langchain_legacy, standard-tests,
30+
# core, cli, langchain, langchain_v1, langchain-classic, standard-tests,
3131
# text-splitters, docs, anthropic, chroma, deepseek, exa, fireworks, groq,
3232
# huggingface, mistralai, nomic, ollama, openai, perplexity, prompty, qdrant,
3333
# xai, infra
@@ -80,7 +80,7 @@ jobs:
8080
cli
8181
langchain
8282
langchain_v1
83-
langchain_legacy
83+
langchain-classic
8484
standard-tests
8585
text-splitters
8686
docs

β€Žlibs/langchain/pyproject.tomlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.10.0,<4.0.0"
99
dependencies = [
10-
"langchain-core>=1.0.0a7,<2.0.0",
11-
"langchain-text-splitters>=1.0.0a1,<2.0.0",
10+
"langchain-core>=1.0.0,<2.0.0",
11+
"langchain-text-splitters>=1.0.0,<2.0.0",
1212
"langsmith>=0.1.17,<1.0.0",
1313
"pydantic>=2.7.4,<3.0.0",
1414
"SQLAlchemy>=1.4.0,<3.0.0",
@@ -17,7 +17,7 @@ dependencies = [
1717
"async-timeout>=4.0.0,<5.0.0; python_version < \"3.11\"",
1818
]
1919
name = "langchain-classic"
20-
version = "1.0.0a1"
20+
version = "1.0.0"
2121
description = "Building applications with LLMs through composability"
2222
readme = "README.md"
2323

β€Žlibs/langchain/uv.lockβ€Ž

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ authors = []
77
license = { text = "MIT" }
88
requires-python = ">=3.10.0,<4.0.0"
99
dependencies = [
10-
"langchain-core>=1.0.0a7,<2.0.0",
11-
"langchain-openai>=1.0.0a3,<2.0.0",
10+
"langchain-core>=1.0.0,<2.0.0",
11+
"langchain-openai>=1.0.0,<2.0.0",
1212
]
1313
name = "langchain-deepseek"
14-
version = "1.0.0a1"
14+
version = "1.0.0"
1515
description = "An integration package connecting DeepSeek and LangChain"
1616
readme = "README.md"
1717

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

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

0 commit comments

Comments
Β (0)