File tree Expand file tree Collapse file tree 2 files changed +367
-364
lines changed
Expand file tree Collapse file tree 2 files changed +367
-364
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ authors = []
77license = { text = " MIT" }
88requires-python = " >=3.10.0,<4.0.0"
99dependencies = [
10- " langchain-core>=1.0.0a7 ,<2.0.0" ,
10+ " langchain-core>=1.0.0 ,<2.0.0" ,
1111 " openai>=1.109.1,<3.0.0" ,
1212 " tiktoken>=0.7.0,<1.0.0" ,
1313]
1414name = " langchain-openai"
15- version = " 1.0.0a4 "
15+ version = " 1.0.0 "
1616description = " An integration package connecting OpenAI and LangChain"
1717readme = " README.md"
1818
@@ -40,6 +40,7 @@ test = [
4040 " vcrpy>=7.0.0,<8.0.0" ,
4141 " numpy>=1.26.4; python_version<'3.13'" ,
4242 " numpy>=2.1.0; python_version>='3.13'" ,
43+ " langgraph-prebuilt>=0.7.0rc1" , # set explicitly until we have a stable version
4344 " langchain" ,
4445 " langchain-core" ,
4546 " langchain-tests" ,
You can’t perform that action at this time.
0 commit comments