mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 02:53:16 +00:00
release(anthropic): 1.4 (#36018)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
"""Version information for langchain-anthropic."""
|
||||
|
||||
__version__ = "1.3.5"
|
||||
__version__ = "1.4.0"
|
||||
|
||||
@@ -20,7 +20,7 @@ classifiers = [
|
||||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||
]
|
||||
|
||||
version = "1.3.5"
|
||||
version = "1.4.0"
|
||||
requires-python = ">=3.10.0,<4.0.0"
|
||||
dependencies = [
|
||||
"anthropic>=0.85.0,<1.0.0",
|
||||
|
||||
2
libs/partners/anthropic/uv.lock
generated
2
libs/partners/anthropic/uv.lock
generated
@@ -561,7 +561,7 @@ typing = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-anthropic"
|
||||
version = "1.3.5"
|
||||
version = "1.4.0"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "anthropic" },
|
||||
|
||||
Reference in New Issue
Block a user