Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Unreleased
namespaces" for the ``crate`` namespace package, see `PEP 420`_
and `Package Discovery and Namespace Package » Finding namespace packages`_.

- Updated to ``crate-2.0.0``, which uses `orjson`_ for JSON marshalling.

.. _orjson: https://github.com/ijl/orjson
.. _Package Discovery and Namespace Package » Finding namespace packages: https://setuptools.pypa.io/en/latest/userguide/package_discovery.html#namespace-packages
.. _PEP 420: https://peps.python.org/pep-0420/

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
requirements = [
'colorama<1',
'Pygments>=2.4,<3',
'crate>=1.0.0.dev2',
'crate>=2.0.0.dev5',
'platformdirs<5',
'prompt-toolkit>=3.0,<4',
'tabulate>=0.9,<0.10',
Expand Down
Loading