Skip to content
Snippets Groups Projects
Commit 16f6efcbad0c authored by ijl's avatar ijl
Browse files

3.4.3

parent 6c2f8c41efbd
No related branches found
No related tags found
No related merge requests found
# Changelog
## 3.4.3 - 2020-10-30
### Fixed
- Fix regression in parsing similar `dict` keys.
## 3.4.2 - 2020-10-29
### Changed
......
......@@ -117,7 +117,7 @@
[[package]]
name = "orjson"
version = "3.4.2"
version = "3.4.3"
dependencies = [
"associative-cache",
"bytecount",
......
[package]
name = "orjson"
version = "3.4.2"
version = "3.4.3"
authors = ["ijl <ijl@mailbox.org>"]
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
edition = "2018"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment