Skip to content

Commit f006bc4

Browse files
authored
feat(langchain): add model-profiles as optional dependency (#33794)
1 parent 0a44264 commit f006bc4

File tree

2 files changed

+344
-5
lines changed

2 files changed

+344
-5
lines changed

libs/langchain_v1/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ description = "Building applications with LLMs through composability"
1818
readme = "README.md"
1919

2020
[project.optional-dependencies]
21+
model-profiles = ["langchain-model-profiles"]
2122
community = ["langchain-community"]
2223
anthropic = ["langchain-anthropic"]
2324
openai = ["langchain-openai"]
24-
#azure-ai = ["langchain-azure-ai"]
25+
azure-ai = ["langchain-azure-ai"]
2526
#cohere = ["langchain-cohere"]
2627
google-vertexai = ["langchain-google-vertexai"]
2728
google-genai = ["langchain-google-genai"]

0 commit comments

Comments
 (0)