From a473b14b14ee306bb4a36e11b0ac11c9ec003286 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 17 Jan 2025 21:27:20 +0100 Subject: [PATCH] Dependencies: Update to `crate>=2.0.0.dev6`, restoring JSON marshalling --- application/apache-superset/requirements.txt | 2 +- application/cratedb-toolkit/requirements.txt | 2 +- application/records/requirements.txt | 2 +- by-dataframe/dask/requirements.txt | 3 +-- by-dataframe/pandas/requirements.txt | 2 +- by-language/python-dbapi/requirements.txt | 2 +- by-language/python-sqlalchemy/requirements.txt | 2 +- framework/flink/kafka-jdbcsink-python/requirements.txt | 2 +- framework/gradio/requirements.txt | 2 +- framework/records/requirements.txt | 2 +- framework/streamlit/requirements.txt | 2 +- testing/native/python-pytest/requirements.txt | 2 +- testing/native/python-unittest/requirements.txt | 2 +- testing/testcontainers/python-pytest/requirements.txt | 2 +- testing/testcontainers/python-unittest/requirements.txt | 2 +- topic/machine-learning/automl/requirements.txt | 3 +-- topic/timeseries/requirements.txt | 3 +-- 17 files changed, 17 insertions(+), 20 deletions(-) diff --git a/application/apache-superset/requirements.txt b/application/apache-superset/requirements.txt index 2c2dc107..5377e7b6 100644 --- a/application/apache-superset/requirements.txt +++ b/application/apache-superset/requirements.txt @@ -1,3 +1,3 @@ apache-superset flask-jwt-extended>=4.7.1 -sqlalchemy-cratedb>=0.41.0.dev1 +sqlalchemy-cratedb>=0.41.0.dev2 diff --git a/application/cratedb-toolkit/requirements.txt b/application/cratedb-toolkit/requirements.txt index 6697324c..4df51de1 100644 --- a/application/cratedb-toolkit/requirements.txt +++ b/application/cratedb-toolkit/requirements.txt @@ -1,2 +1,2 @@ -crate>=2.0.0.dev5 +crate>=2.0.0.dev6 cratedb-toolkit[influxdb,mongodb]>=0.0.30 diff --git a/application/records/requirements.txt b/application/records/requirements.txt index b37d7304..19de8fd4 100644 --- a/application/records/requirements.txt +++ b/application/records/requirements.txt @@ -1,3 +1,3 @@ records<0.7 -sqlalchemy-cratedb>=0.41.0.dev1 +sqlalchemy-cratedb>=0.41.0.dev2 tablib[ods] diff --git a/by-dataframe/dask/requirements.txt b/by-dataframe/dask/requirements.txt index c2f9443e..34797e35 100644 --- a/by-dataframe/dask/requirements.txt +++ b/by-dataframe/dask/requirements.txt @@ -1,7 +1,6 @@ click<9 colorlog<7 -crate>=2.0.0.dev5 dask[dataframe]>=2024.4.1 # Python 3.11.9 breaks previous Dask distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask pueblo>=0.0.10 -sqlalchemy-cratedb>=0.41.0.dev1 +sqlalchemy-cratedb>=0.41.0.dev2 diff --git a/by-dataframe/pandas/requirements.txt b/by-dataframe/pandas/requirements.txt index f4e7034e..83d4dbb6 100644 --- a/by-dataframe/pandas/requirements.txt +++ b/by-dataframe/pandas/requirements.txt @@ -1,6 +1,6 @@ click<9 colorlog<7 -crate>=2.0.0.dev5 +crate>=2.0.0.dev6 pandas==2.2.* pueblo>=0.0.10 sqlalchemy-cratedb[all] @ git+https://github.com/crate-workbench/sqlalchemy-cratedb@amo/postgresql-async diff --git a/by-language/python-dbapi/requirements.txt b/by-language/python-dbapi/requirements.txt index 9f2beff2..a0a811d7 100644 --- a/by-language/python-dbapi/requirements.txt +++ b/by-language/python-dbapi/requirements.txt @@ -1 +1 @@ -crate>=2.0.0.dev5 +crate>=2.0.0.dev6 diff --git a/by-language/python-sqlalchemy/requirements.txt b/by-language/python-sqlalchemy/requirements.txt index 4e63b2fc..ecaa3a76 100644 --- a/by-language/python-sqlalchemy/requirements.txt +++ b/by-language/python-sqlalchemy/requirements.txt @@ -1,6 +1,6 @@ click<9 colorlog<7 -crate>=2.0.0.dev5 +crate>=2.0.0.dev6 pueblo>=0.0.7 sqlalchemy>=2,<2.1 sqlalchemy-cratedb[all] @ git+https://github.com/crate-workbench/sqlalchemy-cratedb@amo/postgresql-async diff --git a/framework/flink/kafka-jdbcsink-python/requirements.txt b/framework/flink/kafka-jdbcsink-python/requirements.txt index 78018b62..76436b8e 100644 --- a/framework/flink/kafka-jdbcsink-python/requirements.txt +++ b/framework/flink/kafka-jdbcsink-python/requirements.txt @@ -5,7 +5,7 @@ avro-python3==1.10.2 certifi==2024.2.2 charset-normalizer==3.3.2 cloudpickle==2.2.1 -crate>=2.0.0.dev5 +crate>=2.0.0.dev6 crcmod==1.7 dill==0.3.1.1 dnspython==2.6.1 diff --git a/framework/gradio/requirements.txt b/framework/gradio/requirements.txt index e08be331..2db61f10 100644 --- a/framework/gradio/requirements.txt +++ b/framework/gradio/requirements.txt @@ -1,2 +1,2 @@ gradio==4.* -sqlalchemy-cratedb>=0.41.0.dev1 +sqlalchemy-cratedb>=0.41.0.dev2 diff --git a/framework/records/requirements.txt b/framework/records/requirements.txt index 7c20ca9f..1a75ee10 100644 --- a/framework/records/requirements.txt +++ b/framework/records/requirements.txt @@ -1,3 +1,3 @@ records<0.7 -sqlalchemy-cratedb>=0.41.0.dev1 +sqlalchemy-cratedb>=0.41.0.dev2 tablib[pandas] diff --git a/framework/streamlit/requirements.txt b/framework/streamlit/requirements.txt index 8f0dcbd3..5b41dedc 100644 --- a/framework/streamlit/requirements.txt +++ b/framework/streamlit/requirements.txt @@ -1,2 +1,2 @@ streamlit==1.* -sqlalchemy-cratedb>=0.41.0.dev1 +sqlalchemy-cratedb>=0.41.0.dev2 diff --git a/testing/native/python-pytest/requirements.txt b/testing/native/python-pytest/requirements.txt index 9ec1f3a3..80e69ed5 100644 --- a/testing/native/python-pytest/requirements.txt +++ b/testing/native/python-pytest/requirements.txt @@ -1,4 +1,4 @@ crash>=0.31.5 -crate>=2.0.0.dev5 +crate>=2.0.0.dev6 pytest<9 pytest-cratedb>=0.4.0 diff --git a/testing/native/python-unittest/requirements.txt b/testing/native/python-unittest/requirements.txt index 7cb28de7..2ff81f71 100644 --- a/testing/native/python-unittest/requirements.txt +++ b/testing/native/python-unittest/requirements.txt @@ -1,3 +1,3 @@ cr8>=0.27.2 crash>=0.31.5 -crate>=2.0.0.dev5 +crate>=2.0.0.dev6 diff --git a/testing/testcontainers/python-pytest/requirements.txt b/testing/testcontainers/python-pytest/requirements.txt index 5cbf02e4..9dc2ffae 100644 --- a/testing/testcontainers/python-pytest/requirements.txt +++ b/testing/testcontainers/python-pytest/requirements.txt @@ -1,4 +1,4 @@ crash>=0.31.5 -crate>=2.0.0.dev5 +crate>=2.0.0.dev6 cratedb-toolkit[testing]>=0.0.29 pytest<9 diff --git a/testing/testcontainers/python-unittest/requirements.txt b/testing/testcontainers/python-unittest/requirements.txt index b4afe5c8..b5d3b616 100644 --- a/testing/testcontainers/python-unittest/requirements.txt +++ b/testing/testcontainers/python-unittest/requirements.txt @@ -1,3 +1,3 @@ crash>=0.31.5 -crate>=2.0.0.dev5 +crate>=2.0.0.dev6 cratedb-toolkit[testing]>=0.0.29 diff --git a/topic/machine-learning/automl/requirements.txt b/topic/machine-learning/automl/requirements.txt index ad03ed0f..7d037f1e 100644 --- a/topic/machine-learning/automl/requirements.txt +++ b/topic/machine-learning/automl/requirements.txt @@ -1,12 +1,11 @@ # Real. -crate>=2.0.0.dev5 mlflow-cratedb==2.14.1 plotly<5.25 pycaret[models,parallel,test]==3.3.2 pydantic<3 python-dotenv<2 sqlalchemy==2.* -sqlalchemy-cratedb>=0.41.0.dev1 +sqlalchemy-cratedb>=0.41.0.dev2 # Development. # mlflow-cratedb @ git+https://github.com/crate-workbench/mlflow-cratedb.git@main diff --git a/topic/timeseries/requirements.txt b/topic/timeseries/requirements.txt index e08f02d7..d8456fb4 100644 --- a/topic/timeseries/requirements.txt +++ b/topic/timeseries/requirements.txt @@ -1,8 +1,7 @@ -crate>=2.0.0.dev5 cratedb-toolkit[datasets]>=0.0.30 refinitiv-data<1.7 pandas==2.0.* pycaret==3.3.2 pydantic<3 sqlalchemy==2.0.* -sqlalchemy-cratedb>=0.41.0.dev1 +sqlalchemy-cratedb>=0.41.0.dev2