@@ -7,8 +7,8 @@ authors = []
7
7
license = {text = " MIT" }
8
8
requires-python = " <4.0,>=3.9"
9
9
dependencies = [
10
- " langchain-core<1.0.0,>=0.3.33 " ,
11
- " langchain-text-splitters<1.0.0,>=0.3.3 " ,
10
+ " langchain-core<1.0.0,>=0.3.34rc2 " ,
11
+ " langchain-text-splitters<1.0.0,>=0.3.6rc2 " ,
12
12
" langsmith<0.4,>=0.1.17" ,
13
13
" pydantic<3.0.0,>=2.7.4" ,
14
14
" SQLAlchemy<3,>=1.4" ,
@@ -21,14 +21,14 @@ dependencies = [
21
21
" async-timeout<5.0.0,>=4.0.0; python_version < \" 3.11\" " ,
22
22
]
23
23
name = " langchain"
24
- version = " 0.3.18rc1 "
24
+ version = " 0.3.18rc2 "
25
25
description = " Building applications with LLMs through composability"
26
26
readme = " README.md"
27
27
28
28
[project .optional-dependencies ]
29
29
community = [" langchain-community" ]
30
- anthropic = [" langchain-anthropic" ]
31
- openai = [" langchain-openai" ]
30
+ anthropic = [" langchain-anthropic>=0.3.7rc1 " ]
31
+ openai = [" langchain-openai>=0.3.4rc1 " ]
32
32
cohere = [" langchain-cohere" ]
33
33
google-vertexai = [" langchain-google-vertexai" ]
34
34
google-genai = [" langchain-google-genai" ]
0 commit comments