Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vachillo committed Sep 19, 2024
1 parent e9cc823 commit 73fad5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ qdrant-client = { version = "^1.10.1", optional = true }
astrapy = { version = "^1.4", optional = true }
pusher = {version = "^3.3.2", optional = true}
ollama = {version = "^0.3.0", optional = true}
duckduckgo-search = "6.2.12"
duckduckgo-search = {version="^6.2.12", optional = true}
sqlalchemy = {version = "^2.0.31", optional = true}
opentelemetry-sdk = {version = "^1.25.0", optional = true}
opentelemetry-api = {version = "^1.25.0", optional = true}
Expand Down

0 comments on commit 73fad5f

Please sign in to comment.