Skip to content

Commit

Permalink
Loosen orjson dependency requirement (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
DCSBL authored Jan 5, 2025
1 parent 9767ff9 commit f3688a3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 27 deletions.
47 changes: 21 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ aiohttp = ">=3.0.0"
async-timeout = ">=4.0.3,<6.0.0"
multidict = "^6.0.5" ## To fix aiohttp dependency at python 3.12
backoff = "^2.2.1"
orjson = "^3.10.13"
orjson = "^3.10"
mashumaro = "^3.15"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit f3688a3

Please sign in to comment.