Skip to content

Commit f149dd4

Browse files
committed
Update to crate-2.0.0, which uses orjson for JSON marshalling
1 parent e2606ad commit f149dd4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Unreleased
4+
- Dependencies: Updated to `crate-2.0.0`, which uses `orjson` for JSON marshalling
45

56
## 2024/11/04 0.40.1
67
- CI: Verified support on Python 3.13

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dynamic = [
8282
]
8383
dependencies = [
8484
"backports.zoneinfo<1; python_version<'3.9'",
85-
"crate>=1.0.0.dev2,<2",
85+
"crate>=2.0.0.dev4,<3",
8686
"geojson<4,>=2.5",
8787
"importlib-resources; python_version<'3.9'",
8888
"sqlalchemy<2.1,>=1",

0 commit comments

Comments
 (0)