Skip to content

Commit

Permalink
Update to crate-2.0.0, which uses orjson for JSON marshalling
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 16, 2025
1 parent e2606ad commit f149dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

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

## 2024/11/04 0.40.1
- CI: Verified support on Python 3.13
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dynamic = [
]
dependencies = [
"backports.zoneinfo<1; python_version<'3.9'",
"crate>=1.0.0.dev2,<2",
"crate>=2.0.0.dev4,<3",
"geojson<4,>=2.5",
"importlib-resources; python_version<'3.9'",
"sqlalchemy<2.1,>=1",
Expand Down

0 comments on commit f149dd4

Please sign in to comment.