File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
## Unreleased
4
4
- OCI: Started producing image ` ghcr.io/crate/cratedb-toolkit-ingest `
5
5
- I/O: Added drivers for ODBC and Oracle to ` cratedb-toolkit-ingest `
6
+ - I/O: Updated BSON library to support ARM64
6
7
7
8
## 2025/08/14 v0.0.38
8
9
- I/O: Updated to ` ingestr>=0.13.61 `
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ optional-dependencies.mongodb = [
206
206
" cratedb-toolkit[io,io-recipe]" ,
207
207
" orjson>=3.3.1,<4" ,
208
208
" pymongo>=3.10.1,<4.10" ,
209
- " python-bsonjs<0.7 " ,
209
+ " python-bsonjs<0.8 " ,
210
210
" rich>=3.3.2,<15" ,
211
211
" undatum<1.1" ,
212
212
]
Original file line number Diff line number Diff line change 2
2
# Failed to build `ibm-db==3.2.6`: `NameError: name 'arch_' is not defined`.
3
3
# https://github.com/crate/cratedb-toolkit/actions/runs/17011304532/job/48227731964?pr=508#step:9:3592
4
4
ibm-db; platform_machine != "aarch64"
5
+
6
+ # Support for ARM64 available since version 0.7.0.
7
+ # https://github.com/mongodb-labs/python-bsonjs/issues/81
8
+ python-bsonjs>=0.7; platform_machine == "aarch64"
You can’t perform that action at this time.
0 commit comments