Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update testing dependencies and cattrs minimum version #354

Merged
merged 2 commits into from
Oct 31, 2024
Merged
Changes from 1 commit
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
Next Next commit
Update cattrs required version
  • Loading branch information
madig committed Oct 31, 2024
commit b7148152ce0d2fff26f42cd819189b059c5458e4
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -27,9 +27,9 @@ content-type = "text/markdown"

[project.optional-dependencies]
lxml = ["lxml"]
converters = ["cattrs >= 22.2.0"]
json = ["cattrs >= 22.2.0", "orjson ; platform_python_implementation != 'PyPy'"]
msgpack = ["cattrs >= 22.2.0", "msgpack"]
converters = ["cattrs >= 24.1"]
json = ["cattrs >= 24.1", "orjson ; platform_python_implementation != 'PyPy'"]
msgpack = ["cattrs >= 24.1", "msgpack"]

[tool.setuptools]
package-dir = { "" = "src" }