We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
crate-2.0.0
orjson
1 parent e2606ad commit f149dd4Copy full SHA for f149dd4
CHANGES.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
## Unreleased
4
+- Dependencies: Updated to `crate-2.0.0`, which uses `orjson` for JSON marshalling
5
6
## 2024/11/04 0.40.1
7
- CI: Verified support on Python 3.13
pyproject.toml
@@ -82,7 +82,7 @@ dynamic = [
82
]
83
dependencies = [
84
"backports.zoneinfo<1; python_version<'3.9'",
85
- "crate>=1.0.0.dev2,<2",
+ "crate>=2.0.0.dev4,<3",
86
"geojson<4,>=2.5",
87
"importlib-resources; python_version<'3.9'",
88
"sqlalchemy<2.1,>=1",
0 commit comments