Skip to content

Commit

Permalink
Merge pull request #567 from betcode-org/release/2.20.1
Browse files Browse the repository at this point in the history
orjson upgraded to 3.9.15
  • Loading branch information
liampauling committed Mar 12, 2024
2 parents fb7a2ce + da1b0bf commit f730238
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Release History

- Prevent race condition on snap when market cache has not finished populating

**Dependencies**

- orjson upgraded to 3.9.15

2.20.0 (2024-03-11)
+++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dynamic = ["version"]
[project.optional-dependencies]
speed = [
"ciso8601==2.3.1",
"orjson==3.9.13",
"orjson==3.9.15",
]
test = [
"black==24.2.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements-speed.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ciso8601==2.3.1
orjson==3.9.13
orjson==3.9.15

0 comments on commit f730238

Please sign in to comment.