Skip to content

Commit

Permalink
Dropped llama-index direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rishimo committed Jan 8, 2024
1 parent c558616 commit 679dd21
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
22 changes: 11 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "metaphor-connectors"
version = "0.13.101"
version = "0.13.102"
license = "Apache-2.0"
description = "A collection of Python-based 'connectors' that extract metadata from various sources to ingest into the Metaphor app."
authors = ["Metaphor <[email protected]>"]
Expand Down Expand Up @@ -34,7 +34,6 @@ gql = { extras = ["requests"], version = "^3.4.1", optional = true }
grpcio-tools = { version = "^1.59.3", optional = true }
jsonschema = "^4.18.6"
lkml = { version = "^1.3.1", optional = true }
llama-index = { version = "0.9.27", optional = true }
llama-hub = {version = "0.0.67", optional = true }
looker-sdk = { version = "^23.6.0", optional = true }
metaphor-models = "0.30.13"
Expand Down Expand Up @@ -86,7 +85,6 @@ all = [
"more-itertools",
"msal",
"msgraph-beta-sdk",
"llama-index",
"llama-hub",
"parse",
"pycarlo",
Expand Down Expand Up @@ -116,7 +114,7 @@ metabase = ["sql-metadata"]
monte_carlo = ["pycarlo"]
mssql = ["pymssql"]
mysql = ["pymysql", "SQLAlchemy"]
notion = ["llama-index", "llama-hub"]
notion = ["llama-hub"]
postgresql = ["asyncpg"]
power_bi = ["msal", "msgraph-beta-sdk", "sql-metadata"]
redshift = ["asyncpg", "sqllineage"]
Expand Down Expand Up @@ -187,4 +185,4 @@ skips = [
'B603',
'B607',
'B608'
]
]

0 comments on commit 679dd21

Please sign in to comment.