Skip to content

Commit 605bc5b

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

File tree

21 files changed

+32
-20
lines changed

21 files changed

+32
-20
lines changed

.github/workflows/application-cratedb-toolkit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
env:
5252
CRATE_HEAP_SIZE: 4g
5353

54+
env:
55+
PIP_PRE: true
56+
5457
steps:
5558

5659
- name: Acquire sources

.github/workflows/lang-python-sqlalchemy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
env:
5050
CRATE_HEAP_SIZE: 4g
5151

52+
env:
53+
PIP_PRE: true
54+
5255
steps:
5356

5457
- name: Acquire sources

.github/workflows/testing-native-python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
python-version: [ '3.8', '3.12' ]
4141
cratedb-version: [ 'nightly' ]
4242

43+
env:
44+
PIP_PRE: true
45+
4346
steps:
4447

4548
- name: Acquire sources

.github/workflows/testing-testcontainers-python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
python-version: [ '3.8', '3.12' ]
4141
cratedb-version: [ 'nightly' ]
4242

43+
env:
44+
PIP_PRE: true
45+
4346
steps:
4447

4548
- name: Acquire sources
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

0 commit comments

Comments
 (0)