Skip to content

Commit 9da6696

Browse files
authored
chore: make openapi-llm an optional dependency (#8958)
* openapi-llm should be and optional dependency * rm empty line
1 parent 10f11d4 commit 9da6696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ dependencies = [
5858
"numpy",
5959
"python-dateutil",
6060
"jsonschema", # JsonSchemaValidator, Tool
61-
"openapi-llm>=0.4.1", # OpenAPIConnector
6261
"haystack-experimental",
6362
]
6463

@@ -120,8 +119,9 @@ extra-dependencies = [
120119
"nltk>=3.9.1", # NLTKDocumentSplitter
121120

122121
# OpenAPI
123-
"jsonref", # OpenAPIServiceConnector, OpenAPIServiceToFunctions
122+
"jsonref", # OpenAPIServiceConnector, OpenAPIServiceToFunctions
124123
"openapi3",
124+
"openapi-llm>=0.4.1", # OpenAPIConnector
125125

126126
# Tracing
127127
"opentelemetry-sdk",

0 commit comments

Comments
 (0)