11[tool .poetry ]
22name = " langchain"
3- version = " 0.1.9 "
3+ version = " 0.1.10 "
44description = " Building applications with LLMs through composability"
55authors = []
66license = " MIT"
@@ -12,9 +12,9 @@ langchain-server = "langchain.server:main"
1212
1313[tool .poetry .dependencies ]
1414python = " >=3.8.1,<4.0"
15- langchain-core = " >=0.1.26 ,<0.2"
15+ langchain-core = " >=0.1.28 ,<0.2"
1616langchain-text-splitters = " >=0.0.1,<0.1"
17- langchain-community = " >=0.0.21 ,<0.1"
17+ langchain-community = " >=0.0.25 ,<0.1"
1818langsmith = " ^0.1.0"
1919pydantic = " >=1,<3"
2020SQLAlchemy = " >=1.4,<3"
@@ -66,7 +66,6 @@ requests-toolbelt = {version = "^1.0.0", optional = true}
6666openlm = {version = " ^0.0.5" , optional = true }
6767scikit-learn = {version = " ^1.2.2" , optional = true }
6868azure-ai-formrecognizer = {version = " ^3.2.1" , optional = true }
69- azure-ai-vision = {version = " ^0.11.1b1" , optional = true }
7069azure-cognitiveservices-speech = {version = " ^1.28.0" , optional = true }
7170py-trello = {version = " ^0.19.0" , optional = true }
7271bibtexparser = {version = " ^1.4.0" , optional = true }
@@ -223,7 +222,6 @@ azure = [
223222 " openai" ,
224223 " azure-core" ,
225224 " azure-ai-formrecognizer" ,
226- " azure-ai-vision" ,
227225 " azure-cognitiveservices-speech" ,
228226 " azure-search-documents" ,
229227 " azure-ai-textanalytics" ,
0 commit comments