diff --git a/application/apache-kafka-flink-streaming/requirements.txt b/application/apache-kafka-flink-streaming/requirements.txt index b19c7ae6..1d2e5e02 100644 --- a/application/apache-kafka-flink-streaming/requirements.txt +++ b/application/apache-kafka-flink-streaming/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==0.34.0 +crate>=1.0.0.dev2 crcmod==1.7 dill==0.3.1.1 dnspython==2.6.1 diff --git a/application/apache-superset/requirements.txt b/application/apache-superset/requirements.txt index 2099a81a..22b657ee 100644 --- a/application/apache-superset/requirements.txt +++ b/application/apache-superset/requirements.txt @@ -1,2 +1,3 @@ apache-superset +crate>=1.0.0.dev2 sqlalchemy-cratedb>=0.36.1,<1 diff --git a/application/cratedb-toolkit/requirements.txt b/application/cratedb-toolkit/requirements.txt index cfd620db..6e8daa3c 100644 --- a/application/cratedb-toolkit/requirements.txt +++ b/application/cratedb-toolkit/requirements.txt @@ -1 +1,2 @@ +crate>=1.0.0.dev2 cratedb-toolkit[influxdb,mongodb]>=0.0.29 diff --git a/by-dataframe/dask/requirements.txt b/by-dataframe/dask/requirements.txt index 9911a7b7..2121bb87 100644 --- a/by-dataframe/dask/requirements.txt +++ b/by-dataframe/dask/requirements.txt @@ -1,5 +1,6 @@ click<9 colorlog<7 +crate>=1.0.0.dev2 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 diff --git a/by-dataframe/pandas/requirements.txt b/by-dataframe/pandas/requirements.txt index 73b34f36..578034bf 100644 --- a/by-dataframe/pandas/requirements.txt +++ b/by-dataframe/pandas/requirements.txt @@ -1,5 +1,6 @@ click<9 colorlog<7 +crate>=1.0.0.dev2 pandas==2.2.* pueblo>=0.0.10 sqlalchemy-cratedb>=0.40.0 diff --git a/by-language/python-dbapi/requirements.txt b/by-language/python-dbapi/requirements.txt index 9ac17d57..80a00975 100644 --- a/by-language/python-dbapi/requirements.txt +++ b/by-language/python-dbapi/requirements.txt @@ -1 +1 @@ -crate +crate>=1.0.0.dev2 diff --git a/by-language/python-sqlalchemy/requirements.txt b/by-language/python-sqlalchemy/requirements.txt index 1e53d67b..97a53e98 100644 --- a/by-language/python-sqlalchemy/requirements.txt +++ b/by-language/python-sqlalchemy/requirements.txt @@ -1,5 +1,6 @@ click<9 colorlog<7 +crate>=1.0.0.dev2 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/testing/native/python-pytest/requirements.txt b/testing/native/python-pytest/requirements.txt index d819f4d9..78f637c4 100644 --- a/testing/native/python-pytest/requirements.txt +++ b/testing/native/python-pytest/requirements.txt @@ -1,3 +1,4 @@ crash>=0.31.5 +crate>=1.0.0.dev2 pytest<9 pytest-cratedb>=0.4.0 diff --git a/testing/native/python-unittest/requirements.txt b/testing/native/python-unittest/requirements.txt index 2f910e01..dcc2fedf 100644 --- a/testing/native/python-unittest/requirements.txt +++ b/testing/native/python-unittest/requirements.txt @@ -1,2 +1,3 @@ cr8>=0.27.2 crash>=0.31.5 +crate>=1.0.0.dev2 diff --git a/testing/testcontainers/python-pytest/requirements.txt b/testing/testcontainers/python-pytest/requirements.txt index daa273fc..e3d51bc5 100644 --- a/testing/testcontainers/python-pytest/requirements.txt +++ b/testing/testcontainers/python-pytest/requirements.txt @@ -1,3 +1,4 @@ crash>=0.31.5 +crate>=1.0.0.dev2 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 c60cd324..4db9f764 100644 --- a/testing/testcontainers/python-unittest/requirements.txt +++ b/testing/testcontainers/python-unittest/requirements.txt @@ -1,2 +1,3 @@ crash>=0.31.5 +crate>=1.0.0.dev2 cratedb-toolkit[testing]>=0.0.29 diff --git a/topic/machine-learning/automl/requirements.txt b/topic/machine-learning/automl/requirements.txt index 0226a7d9..3131d7b6 100644 --- a/topic/machine-learning/automl/requirements.txt +++ b/topic/machine-learning/automl/requirements.txt @@ -1,4 +1,5 @@ # Real. +crate>=1.0.0.dev2 mlflow-cratedb==2.14.1 plotly<5.25 pycaret[models,parallel,test]==3.3.2 diff --git a/topic/machine-learning/llama-index/requirements.txt b/topic/machine-learning/llama-index/requirements.txt index 13fcc2de..ad580877 100644 --- a/topic/machine-learning/llama-index/requirements.txt +++ b/topic/machine-learning/llama-index/requirements.txt @@ -11,7 +11,7 @@ certifi==2024.8.30 cffi==1.17.1 charset-normalizer==3.4.0 click==8.1.7 -crate==1.0.0.dev1 +crate>=1.0.0.dev2 cryptography==43.0.3 dataclasses-json==0.6.7 Deprecated==1.2.14 diff --git a/topic/machine-learning/llm-langchain/requirements.txt b/topic/machine-learning/llm-langchain/requirements.txt index e40324a7..e8dc5d0d 100644 --- a/topic/machine-learning/llm-langchain/requirements.txt +++ b/topic/machine-learning/llm-langchain/requirements.txt @@ -1,5 +1,6 @@ # Real. crash +crate>=1.0.0.dev2 google-cloud-aiplatform<2 langchain-google-vertexai<3 langchain-openai<0.3 diff --git a/topic/timeseries/requirements.txt b/topic/timeseries/requirements.txt index 56145da7..4406d205 100644 --- a/topic/timeseries/requirements.txt +++ b/topic/timeseries/requirements.txt @@ -1,3 +1,4 @@ +crate>=1.0.0.dev2 cratedb-toolkit[datasets]>=0.0.29 refinitiv-data<1.7 pandas==2.0.*