mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 02:53:16 +00:00
release(langchain): 1.0.3 (#35834)
This commit is contained in:
@@ -20,11 +20,11 @@ classifiers = [
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
]
|
||||
|
||||
version = "1.0.2"
|
||||
version = "1.0.3"
|
||||
requires-python = ">=3.10.0,<4.0.0"
|
||||
dependencies = [
|
||||
"langchain-core>=1.2.17,<2.0.0",
|
||||
"langchain-text-splitters>=1.1.0,<2.0.0",
|
||||
"langchain-core>=1.2.19,<2.0.0",
|
||||
"langchain-text-splitters>=1.1.1,<2.0.0",
|
||||
"langsmith>=0.1.17,<1.0.0",
|
||||
"pydantic>=2.7.4,<3.0.0",
|
||||
"SQLAlchemy>=1.4.0,<3.0.0",
|
||||
|
||||
6
libs/langchain/uv.lock
generated
6
libs/langchain/uv.lock
generated
@@ -1,5 +1,5 @@
|
||||
version = 1
|
||||
revision = 3
|
||||
revision = 2
|
||||
requires-python = ">=3.10.0, <4.0.0"
|
||||
resolution-markers = [
|
||||
"python_full_version >= '3.14' and platform_python_implementation == 'PyPy'",
|
||||
@@ -2379,7 +2379,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-classic"
|
||||
version = "1.0.2"
|
||||
version = "1.0.3"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "async-timeout", marker = "python_full_version < '3.11'" },
|
||||
@@ -2589,7 +2589,7 @@ typing = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-core"
|
||||
version = "1.2.18"
|
||||
version = "1.2.19"
|
||||
source = { editable = "../core" }
|
||||
dependencies = [
|
||||
{ name = "jsonpatch" },
|
||||
|
||||
Reference in New Issue
Block a user