mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
security(deps-dev): update pyarrow requirement (#593)
Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. Updates `pyarrow` to 21.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v10.0.0...apache-arrow-21.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 21.0.0 dependency-type: direct:development dependency-group: arrow-features ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
56fb5d4e1e
commit
b1be9bec51
+2
-2
@@ -118,8 +118,8 @@ parse-docling = ["docling>=1.0.0"]
|
||||
|
||||
# ---- Database Connectors ----
|
||||
db-snowflake = ["snowflake-connector-python>=4.5.0", "cryptography>=48.0.0"]
|
||||
db-arrow = ["pyarrow>=10.0.0"]
|
||||
ingest-parquet = ["pyarrow>=10.0.0"]
|
||||
db-arrow = ["pyarrow>=21.0.0"]
|
||||
ingest-parquet = ["pyarrow>=21.0.0"]
|
||||
|
||||
db-all = [
|
||||
"semantica[db-snowflake,db-arrow]"
|
||||
|
||||
Reference in New Issue
Block a user