Skip to content

Commit

Permalink
deps: restrain cattrs to a working version
Browse files Browse the repository at this point in the history
  • Loading branch information
delfick committed Sep 13, 2024
1 parent 78f9739 commit f9a5ec4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/strcs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Changelog
---------

.. _release-0.4.1:

0.4.1 - TBD

* Added a dependency constraint to cattrs. Seems that newer version of cattrs
breaks this library

.. _release-0.4.0:

0.4.0 - 15 October 2023
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ authors = [
]
dependencies = [
"attrs>=22.2.0",
"cattrs>=22.2.0",
"cattrs>=22.2.0,<=23.2.3",
]

[project.optional-dependencies]
tests = [
"noseOfYeti[black]==2.4.8",
"pytest==8.0.1",
"attrs>=23.1.0",
"cattrs>=23.1.2",
"cattrs>=23.1.2,<=23.2.3",
]

[project.urls]
Expand Down

0 comments on commit f9a5ec4

Please sign in to comment.