Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies: Use more relaxed dependency pinning, to reduce Dependabot activity. Use crate>=1.0.0.dev2 for validation purposes. #716

Merged
merged 2 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion application/apache-kafka-flink-streaming/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions application/apache-superset/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
apache-superset
crate>=1.0.0.dev2
sqlalchemy-cratedb>=0.36.1,<1
3 changes: 2 additions & 1 deletion application/cratedb-toolkit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
cratedb-toolkit[influxdb,mongodb]==0.0.29
crate>=1.0.0.dev2
cratedb-toolkit[influxdb,mongodb]>=0.0.29
5 changes: 3 additions & 2 deletions by-dataframe/dask/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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
sqlalchemy-cratedb==0.40.0
pueblo>=0.0.10
sqlalchemy-cratedb>=0.40.0
5 changes: 3 additions & 2 deletions by-dataframe/pandas/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
pueblo>=0.0.10
sqlalchemy-cratedb>=0.40.0
2 changes: 1 addition & 1 deletion by-language/python-dbapi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
crate
crate>=1.0.0.dev2
1 change: 1 addition & 0 deletions by-language/python-sqlalchemy/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion framework/gradio/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
gradio==4.*
sqlalchemy-cratedb==0.40.0
sqlalchemy-cratedb>=0.40.0
2 changes: 1 addition & 1 deletion framework/streamlit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
streamlit==1.*
sqlalchemy-cratedb==0.40.0
sqlalchemy-cratedb>=0.40.0
6 changes: 3 additions & 3 deletions testing/native/python-pytest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
crash==0.31.5
crash>=0.31.5
crate>=1.0.0.dev2
pytest<9
pytest-cratedb==0.4.0
setuptools # Temporary, until next cr8 release.
pytest-cratedb>=0.4.0
6 changes: 3 additions & 3 deletions testing/native/python-unittest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cr8==0.27.2
crash==0.31.5
setuptools # Temporary, until next cr8 release.
cr8>=0.27.2
crash>=0.31.5
crate>=1.0.0.dev2
5 changes: 3 additions & 2 deletions testing/testcontainers/python-pytest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
crash==0.31.5
cratedb-toolkit[testing]==0.0.29
crash>=0.31.5
crate>=1.0.0.dev2
cratedb-toolkit[testing]>=0.0.29
pytest<9
5 changes: 3 additions & 2 deletions testing/testcontainers/python-unittest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
crash==0.31.5
cratedb-toolkit[testing]==0.0.29
crash>=0.31.5
crate>=1.0.0.dev2
cratedb-toolkit[testing]>=0.0.29
4 changes: 2 additions & 2 deletions topic/machine-learning/automl/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Real.
cratedb-toolkit[io]==0.0.29
pueblo[notebook,testing]==0.0.10
cratedb-toolkit[io]>=0.0.29
pueblo[notebook,testing]>=0.0.10

# Development.
# cratedb-toolkit[io] @ git+https://github.com/crate-workbench/cratedb-toolkit.git@7f3a493
Expand Down
3 changes: 2 additions & 1 deletion topic/machine-learning/automl/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Real.
crate>=1.0.0.dev2
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.40.0

# Development.
# mlflow-cratedb @ git+https://github.com/crate-workbench/mlflow-cratedb.git@main
4 changes: 2 additions & 2 deletions topic/machine-learning/llama-index/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -86,7 +86,7 @@ six==1.16.0
sniffio==1.3.1
soupsieve==2.6
SQLAlchemy==2.0.36
sqlalchemy-cratedb==0.40.0
sqlalchemy-cratedb>=0.40.0
striprtf==0.0.26
tenacity==8.5.0
tiktoken==0.8.0
Expand Down
3 changes: 2 additions & 1 deletion topic/machine-learning/llm-langchain/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Real.
crash
crate>=1.0.0.dev2
google-cloud-aiplatform<2
langchain-google-vertexai<3
langchain-openai<0.3
Expand All @@ -11,7 +12,7 @@ python-dotenv<2
requests<3
requests-cache<2
sqlalchemy==2.*
sqlalchemy-cratedb==0.40.0
sqlalchemy-cratedb>=0.40.0
unstructured<0.17

# Development.
Expand Down
4 changes: 2 additions & 2 deletions topic/machine-learning/mlops-mlflow/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Real.
cratedb-toolkit[io]==0.0.29
pueblo[notebook,testing]==0.0.10
cratedb-toolkit[io]>=0.0.29
pueblo[notebook,testing]>=0.0.10

# Development.
# cratedb-toolkit[io] @ git+https://github.com/crate-workbench/cratedb-toolkit.git@7f3a493
Expand Down
2 changes: 1 addition & 1 deletion topic/timeseries/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Real.
pueblo[notebook,testing]==0.0.10
pueblo[notebook,testing]>=0.0.10

# Development.
# pueblo[notebook,testing] @ git+https://github.com/pyveci/pueblo.git@amo/testbook
5 changes: 3 additions & 2 deletions topic/timeseries/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
cratedb-toolkit[datasets]==0.0.29
crate>=1.0.0.dev2
cratedb-toolkit[datasets]>=0.0.29
refinitiv-data<1.7
pandas==2.0.*
pycaret==3.3.2
pydantic<3
sqlalchemy==2.0.*
sqlalchemy-cratedb==0.40.0
sqlalchemy-cratedb>=0.40.0
Loading