mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(anthropic): add version (#35293)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"""Claude (Anthropic) partner package for LangChain."""
|
||||
|
||||
from langchain_anthropic._version import __version__
|
||||
from langchain_anthropic.chat_models import (
|
||||
ChatAnthropic,
|
||||
convert_to_anthropic_tool,
|
||||
@@ -9,5 +10,6 @@ from langchain_anthropic.llms import AnthropicLLM
|
||||
__all__ = [
|
||||
"AnthropicLLM",
|
||||
"ChatAnthropic",
|
||||
"__version__",
|
||||
"convert_to_anthropic_tool",
|
||||
]
|
||||
|
||||
3
libs/partners/anthropic/langchain_anthropic/_version.py
Normal file
3
libs/partners/anthropic/langchain_anthropic/_version.py
Normal file
@@ -0,0 +1,3 @@
|
||||
"""Version information for langchain-anthropic."""
|
||||
|
||||
__version__ = "1.3.3"
|
||||
Reference in New Issue
Block a user