Skip to content

Commit

Permalink
Update package versions in pyproject.toml and poetry.lock
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
  • Loading branch information
Pipboyguy committed Jun 13, 2024
1 parent 31e1895 commit 9400e02
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ pyathena = {version = ">=2.9.6", optional = true}
weaviate-client = {version = ">=3.22", optional = true}
adlfs = {version = ">=2022.4.0", optional = true}
pyodbc = {version = "^4.0.39", optional = true}
qdrant-client = {version = ">=1.6.4", optional = true, extras = ["fastembed"]}
qdrant-client = {version = "^1.6.4", optional = true, extras = ["fastembed"]}
databricks-sql-connector = {version = ">=3", optional = true}
clickhouse-driver = { version = ">=0.2.7", optional = true }
clickhouse-connect = { version = ">=0.7.7", optional = true }
lancedb = { version = ">=0.6", optional = true, extras = ["emdeddings"] }
lancedb = { version = ">=0.8.2", optional = true, markers = "python_version >= '3.9'", extras = ["emdeddings"] }
deltalake = { version = ">=0.17.4", optional = true }

[tool.poetry.extras]
Expand Down Expand Up @@ -215,7 +215,7 @@ dbt-duckdb = ">=1.2.0"
pymongo = ">=4.3.3"
pandas = ">2"
alive-progress = ">=3.0.1"
pyarrow = "<15.0.1"
pyarrow = ">=14.0.0"
psycopg2-binary = ">=2.9"

[tool.black] # https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html#configuration-via-a-file
Expand Down

0 comments on commit 9400e02

Please sign in to comment.