diff --git a/ibis-server/poetry.lock b/ibis-server/poetry.lock index ae3182837..9a09f5b31 100644 --- a/ibis-server/poetry.lock +++ b/ibis-server/poetry.lock @@ -1921,13 +1921,15 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "ibis-framework" -version = "10.5.0" +version = "10.6.0" description = "The portable Python dataframe library" optional = false python-versions = ">=3.9" groups = ["main"] -files = [] -develop = false +files = [ + {file = "ibis_framework-10.6.0-py3-none-any.whl", hash = "sha256:f33b73075710425548f474c60489ac33adee499fa71736a4583f77b21b6f7ab8"}, + {file = "ibis_framework-10.6.0.tar.gz", hash = "sha256:58dae8c926f4cef611e90e289ce8ff3ff00a06c1be32ecae4d9bede68f806f8a"}, +] [package.dependencies] atpublic = ">=2.3" @@ -1967,7 +1969,7 @@ datafusion = ["datafusion (>=0.6)", "numpy (>=1.23.2,<3)", "pandas (>=1.5.3,<3)" decompiler = ["black (>=22.1.0)"] deltalake = ["deltalake (>=0.9.0)"] druid = ["numpy (>=1.23.2,<3)", "pandas (>=1.5.3,<3)", "pyarrow (>=10.0.1)", "pyarrow-hotfix (>=0.4)", "pydruid (>=0.6.7)", "rich (>=12.4.4)"] -duckdb = ["duckdb (>=0.10.3)", "numpy (>=1.23.2,<3)", "packaging (>=21.3)", "pandas (>=1.5.3,<3)", "pyarrow (>=10.0.1)", "pyarrow-hotfix (>=0.4)", "rich (>=12.4.4)"] +duckdb = ["duckdb (>=0.10.3,!=1.3.0)", "numpy (>=1.23.2,<3)", "packaging (>=21.3)", "pandas (>=1.5.3,<3)", "pyarrow (>=10.0.1)", "pyarrow-hotfix (>=0.4)", "rich (>=12.4.4)"] examples = ["pins[gcs] (>=0.8.3)"] exasol = ["numpy (>=1.23.2,<3)", "pandas (>=1.5.3,<3)", "pyarrow (>=10.0.1)", "pyarrow-hotfix (>=0.4)", "pyexasol (>=0.25.2)", "rich (>=12.4.4)"] flink = ["numpy (>=1.23.2,<3)", "pandas (>=1.5.3,<3)", "pyarrow (>=10.0.1)", "pyarrow-hotfix (>=0.4)", "rich (>=12.4.4)"] @@ -1978,19 +1980,13 @@ mysql = ["mysqlclient (>=2.2.4)", "numpy (>=1.23.2,<3)", "pandas (>=1.5.3,<3)", oracle = ["numpy (>=1.23.2,<3)", "oracledb (>=1.3.1)", "packaging (>=21.3)", "pandas (>=1.5.3,<3)", "pyarrow (>=10.0.1)", "pyarrow-hotfix (>=0.4)", "rich (>=12.4.4)"] polars = ["numpy (>=1.23.2,<3)", "packaging (>=21.3)", "pandas (>=1.5.3,<3)", "polars (>=1)", "pyarrow (>=10.0.1)", "pyarrow-hotfix (>=0.4)", "rich (>=12.4.4)"] postgres = ["numpy (>=1.23.2,<3)", "pandas (>=1.5.3,<3)", "psycopg[binary] (>=3.2.0)", "pyarrow (>=10.0.1)", "pyarrow-hotfix (>=0.4)", "rich (>=12.4.4)"] -pyspark = ["numpy (>=1.23.2,<3)", "packaging (>=21.3)", "pandas (>=1.5.3,<3)", "pyarrow (>=10.0.1)", "pyarrow-hotfix (>=0.4)", "pyspark (>=3.3.3)", "rich (>=12.4.4)"] +pyspark = ["numpy (>=1.23.2,<3)", "packaging (>=21.3)", "pandas (>=1.5.3,<3)", "pyarrow (>=10.0.1)", "pyarrow-hotfix (>=0.4)", "pyspark (>=3.3.3,<4)", "rich (>=12.4.4)"] risingwave = ["numpy (>=1.23.2,<3)", "pandas (>=1.5.3,<3)", "psycopg2 (>=2.8.4)", "pyarrow (>=10.0.1)", "pyarrow-hotfix (>=0.4)", "rich (>=12.4.4)"] snowflake = ["numpy (>=1.23.2,<3)", "pandas (>=1.5.3,<3)", "pyarrow (>=10.0.1)", "pyarrow-hotfix (>=0.4)", "rich (>=12.4.4)", "snowflake-connector-python (>=3.0.2,!=3.3.0b1)"] sqlite = ["numpy (>=1.23.2,<3)", "pandas (>=1.5.3,<3)", "pyarrow (>=10.0.1)", "pyarrow-hotfix (>=0.4)", "regex (>=2021.7.6)", "rich (>=12.4.4)"] trino = ["numpy (>=1.23.2,<3)", "pandas (>=1.5.3,<3)", "pyarrow (>=10.0.1)", "pyarrow-hotfix (>=0.4)", "rich (>=12.4.4)", "trino (>=0.321)"] visualization = ["graphviz (>=0.16)"] -[package.source] -type = "git" -url = "https://github.com/Canner/ibis.git" -reference = "canner/10.5.1" -resolved_reference = "5ae812dd818227c9108c397380a73d39c4548908" - [[package]] name = "identify" version = "2.6.12" @@ -5573,4 +5569,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.12" -content-hash = "46f918068b74c994b21910b4c0a8fac35b210ae6349c0a73e17aad622ac4da07" +content-hash = "4db2887ccc9749740cb32856011fbba5d8f38a2f96c889f632585fc457b9ca4e" diff --git a/ibis-server/pyproject.toml b/ibis-server/pyproject.toml index 48e857e74..456fd7df8 100644 --- a/ibis-server/pyproject.toml +++ b/ibis-server/pyproject.toml @@ -10,7 +10,7 @@ packages = [{ include = "app" }] python = ">=3.11,<3.12" fastapi = { version = "0.115.12", extras = ["standard"] } pydantic = "2.10.6" -ibis-framework = { git = "https://github.com/Canner/ibis.git", branch = "canner/10.5.1", extras = [ +ibis-framework = { version = "10.6.0", extras = [ "athena", "bigquery", "clickhouse",