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
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
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]

0 commit comments

Comments
 (0)