Skip to content

Commit a6c5de6

Browse files
committed
Update to crate-2.0.0, which uses orjson for JSON marshalling
1 parent 3c6c3f1 commit a6c5de6

File tree

17 files changed

+20
-20
lines changed

17 files changed

+20
-20
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
apache-superset
22
flask-jwt-extended>=4.7.1
3-
sqlalchemy-cratedb>=0.40.1
3+
sqlalchemy-cratedb>=0.41.0.dev1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
crate>=1.0.0.dev2
1+
crate>=2.0.0.dev5
22
cratedb-toolkit[influxdb,mongodb]>=0.0.30

application/records/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
records<0.7
2-
sqlalchemy-cratedb<0.41
2+
sqlalchemy-cratedb>=0.41.0.dev1
33
tablib[ods]

by-dataframe/dask/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
click<9
22
colorlog<7
3-
crate>=1.0.0.dev2
3+
crate>=2.0.0.dev5
44
dask[dataframe]>=2024.4.1 # Python 3.11.9 breaks previous Dask
55
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask
66
pueblo>=0.0.10
7-
sqlalchemy-cratedb>=0.40.0
7+
sqlalchemy-cratedb>=0.41.0.dev1

by-dataframe/pandas/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
click<9
22
colorlog<7
3-
crate>=1.0.0.dev2
3+
crate>=2.0.0.dev5
44
pandas==2.2.*
55
pueblo>=0.0.10
66
sqlalchemy-cratedb[all] @ git+https://github.com/crate-workbench/sqlalchemy-cratedb@amo/postgresql-async
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
crate>=1.0.0.dev2
1+
crate>=2.0.0.dev5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
click<9
22
colorlog<7
3-
crate>=1.0.0.dev2
3+
crate>=2.0.0.dev5
44
pueblo>=0.0.7
55
sqlalchemy>=2,<2.1
66
sqlalchemy-cratedb[all] @ git+https://github.com/crate-workbench/sqlalchemy-cratedb@amo/postgresql-async

framework/flink/kafka-jdbcsink-python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ avro-python3==1.10.2
55
certifi==2024.2.2
66
charset-normalizer==3.3.2
77
cloudpickle==2.2.1
8-
crate>=1.0.0.dev2
8+
crate>=2.0.0.dev5
99
crcmod==1.7
1010
dill==0.3.1.1
1111
dnspython==2.6.1

framework/gradio/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
gradio==4.*
2-
sqlalchemy-cratedb>=0.40.0
2+
sqlalchemy-cratedb>=0.41.0.dev1

framework/records/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
records<0.7
2-
sqlalchemy-cratedb<0.41
2+
sqlalchemy-cratedb>=0.41.0.dev1
33
tablib[pandas]

framework/streamlit/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
streamlit==1.*
2-
sqlalchemy-cratedb>=0.40.0
2+
sqlalchemy-cratedb>=0.41.0.dev1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
crash>=0.31.5
2-
crate>=1.0.0.dev2
2+
crate>=2.0.0.dev5
33
pytest<9
44
pytest-cratedb>=0.4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cr8>=0.27.2
22
crash>=0.31.5
3-
crate>=1.0.0.dev2
3+
crate>=2.0.0.dev5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
crash>=0.31.5
2-
crate>=1.0.0.dev2
2+
crate>=2.0.0.dev5
33
cratedb-toolkit[testing]>=0.0.29
44
pytest<9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
crash>=0.31.5
2-
crate>=1.0.0.dev2
2+
crate>=2.0.0.dev5
33
cratedb-toolkit[testing]>=0.0.29
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Real.
2-
crate>=1.0.0.dev2
2+
crate>=2.0.0.dev5
33
mlflow-cratedb==2.14.1
44
plotly<5.25
55
pycaret[models,parallel,test]==3.3.2
66
pydantic<3
77
python-dotenv<2
88
sqlalchemy==2.*
9-
sqlalchemy-cratedb>=0.40.0
9+
sqlalchemy-cratedb>=0.41.0.dev1
1010

1111
# Development.
1212
# mlflow-cratedb @ git+https://github.com/crate-workbench/mlflow-cratedb.git@main

topic/timeseries/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
crate>=1.0.0.dev2
1+
crate>=2.0.0.dev5
22
cratedb-toolkit[datasets]>=0.0.30
33
refinitiv-data<1.7
44
pandas==2.0.*
55
pycaret==3.3.2
66
pydantic<3
77
sqlalchemy==2.0.*
8-
sqlalchemy-cratedb>=0.40.0
8+
sqlalchemy-cratedb>=0.41.0.dev1

0 commit comments

Comments
 (0)