diff --git a/.github/workflows/application-cratedb-toolkit.yml b/.github/workflows/application-cratedb-toolkit.yml index c455cc42..4d5a8d6a 100644 --- a/.github/workflows/application-cratedb-toolkit.yml +++ b/.github/workflows/application-cratedb-toolkit.yml @@ -51,6 +51,9 @@ jobs: env: CRATE_HEAP_SIZE: 4g + env: + PIP_PRE: true + steps: - name: Acquire sources diff --git a/.github/workflows/lang-python-sqlalchemy.yml b/.github/workflows/lang-python-sqlalchemy.yml index 52738dec..08384bf9 100644 --- a/.github/workflows/lang-python-sqlalchemy.yml +++ b/.github/workflows/lang-python-sqlalchemy.yml @@ -49,6 +49,9 @@ jobs: env: CRATE_HEAP_SIZE: 4g + env: + PIP_PRE: true + steps: - name: Acquire sources diff --git a/.github/workflows/testing-native-python.yml b/.github/workflows/testing-native-python.yml index dd0a8a02..9a79a72b 100644 --- a/.github/workflows/testing-native-python.yml +++ b/.github/workflows/testing-native-python.yml @@ -40,6 +40,9 @@ jobs: python-version: [ '3.8', '3.12' ] cratedb-version: [ 'nightly' ] + env: + PIP_PRE: true + steps: - name: Acquire sources diff --git a/.github/workflows/testing-testcontainers-python.yml b/.github/workflows/testing-testcontainers-python.yml index 04583977..2135c613 100644 --- a/.github/workflows/testing-testcontainers-python.yml +++ b/.github/workflows/testing-testcontainers-python.yml @@ -40,6 +40,9 @@ jobs: python-version: [ '3.8', '3.12' ] cratedb-version: [ 'nightly' ] + env: + PIP_PRE: true + steps: - name: Acquire sources diff --git a/application/apache-superset/requirements.txt b/application/apache-superset/requirements.txt index f148c87d..2c2dc107 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.40.1 +sqlalchemy-cratedb>=0.41.0.dev1 diff --git a/application/cratedb-toolkit/requirements.txt b/application/cratedb-toolkit/requirements.txt index e2d10110..6697324c 100644 --- a/application/cratedb-toolkit/requirements.txt +++ b/application/cratedb-toolkit/requirements.txt @@ -1,2 +1,2 @@ -crate>=1.0.0.dev2 +crate>=2.0.0.dev5 cratedb-toolkit[influxdb,mongodb]>=0.0.30 diff --git a/application/records/requirements.txt b/application/records/requirements.txt index 7bfcd8a6..b37d7304 100644 --- a/application/records/requirements.txt +++ b/application/records/requirements.txt @@ -1,3 +1,3 @@ records<0.7 -sqlalchemy-cratedb<0.41 +sqlalchemy-cratedb>=0.41.0.dev1 tablib[ods] diff --git a/by-dataframe/dask/requirements.txt b/by-dataframe/dask/requirements.txt index 2121bb87..c2f9443e 100644 --- a/by-dataframe/dask/requirements.txt +++ b/by-dataframe/dask/requirements.txt @@ -1,7 +1,7 @@ click<9 colorlog<7 -crate>=1.0.0.dev2 +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.40.0 +sqlalchemy-cratedb>=0.41.0.dev1 diff --git a/by-dataframe/pandas/requirements.txt b/by-dataframe/pandas/requirements.txt index af6e86e5..f4e7034e 100644 --- a/by-dataframe/pandas/requirements.txt +++ b/by-dataframe/pandas/requirements.txt @@ -1,6 +1,6 @@ click<9 colorlog<7 -crate>=1.0.0.dev2 +crate>=2.0.0.dev5 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 80a00975..9f2beff2 100644 --- a/by-language/python-dbapi/requirements.txt +++ b/by-language/python-dbapi/requirements.txt @@ -1 +1 @@ -crate>=1.0.0.dev2 +crate>=2.0.0.dev5 diff --git a/by-language/python-sqlalchemy/requirements.txt b/by-language/python-sqlalchemy/requirements.txt index 97a53e98..4e63b2fc 100644 --- a/by-language/python-sqlalchemy/requirements.txt +++ b/by-language/python-sqlalchemy/requirements.txt @@ -1,6 +1,6 @@ click<9 colorlog<7 -crate>=1.0.0.dev2 +crate>=2.0.0.dev5 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 1d2e5e02..78018b62 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>=1.0.0.dev2 +crate>=2.0.0.dev5 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 cb66b4ab..e08be331 100644 --- a/framework/gradio/requirements.txt +++ b/framework/gradio/requirements.txt @@ -1,2 +1,2 @@ gradio==4.* -sqlalchemy-cratedb>=0.40.0 +sqlalchemy-cratedb>=0.41.0.dev1 diff --git a/framework/records/requirements.txt b/framework/records/requirements.txt index b7ab3b8f..7c20ca9f 100644 --- a/framework/records/requirements.txt +++ b/framework/records/requirements.txt @@ -1,3 +1,3 @@ records<0.7 -sqlalchemy-cratedb<0.41 +sqlalchemy-cratedb>=0.41.0.dev1 tablib[pandas] diff --git a/framework/streamlit/requirements.txt b/framework/streamlit/requirements.txt index e208e288..8f0dcbd3 100644 --- a/framework/streamlit/requirements.txt +++ b/framework/streamlit/requirements.txt @@ -1,2 +1,2 @@ streamlit==1.* -sqlalchemy-cratedb>=0.40.0 +sqlalchemy-cratedb>=0.41.0.dev1 diff --git a/testing/native/python-pytest/requirements.txt b/testing/native/python-pytest/requirements.txt index 78f637c4..9ec1f3a3 100644 --- a/testing/native/python-pytest/requirements.txt +++ b/testing/native/python-pytest/requirements.txt @@ -1,4 +1,4 @@ crash>=0.31.5 -crate>=1.0.0.dev2 +crate>=2.0.0.dev5 pytest<9 pytest-cratedb>=0.4.0 diff --git a/testing/native/python-unittest/requirements.txt b/testing/native/python-unittest/requirements.txt index dcc2fedf..7cb28de7 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>=1.0.0.dev2 +crate>=2.0.0.dev5 diff --git a/testing/testcontainers/python-pytest/requirements.txt b/testing/testcontainers/python-pytest/requirements.txt index e3d51bc5..5cbf02e4 100644 --- a/testing/testcontainers/python-pytest/requirements.txt +++ b/testing/testcontainers/python-pytest/requirements.txt @@ -1,4 +1,4 @@ crash>=0.31.5 -crate>=1.0.0.dev2 +crate>=2.0.0.dev5 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 4db9f764..b4afe5c8 100644 --- a/testing/testcontainers/python-unittest/requirements.txt +++ b/testing/testcontainers/python-unittest/requirements.txt @@ -1,3 +1,3 @@ crash>=0.31.5 -crate>=1.0.0.dev2 +crate>=2.0.0.dev5 cratedb-toolkit[testing]>=0.0.29 diff --git a/topic/machine-learning/automl/requirements.txt b/topic/machine-learning/automl/requirements.txt index 3131d7b6..ad03ed0f 100644 --- a/topic/machine-learning/automl/requirements.txt +++ b/topic/machine-learning/automl/requirements.txt @@ -1,12 +1,12 @@ # Real. -crate>=1.0.0.dev2 +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.40.0 +sqlalchemy-cratedb>=0.41.0.dev1 # 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 669ed02b..e08f02d7 100644 --- a/topic/timeseries/requirements.txt +++ b/topic/timeseries/requirements.txt @@ -1,8 +1,8 @@ -crate>=1.0.0.dev2 +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.40.0 +sqlalchemy-cratedb>=0.41.0.dev1