Skip to content

Commit

Permalink
build(deps): pin overrides!=7.6.0 (#628)
Browse files Browse the repository at this point in the history
See mkorpela/overrides#121

Signed-off-by: Callahan Kovacs <[email protected]>
Co-authored-by: Alex Lowe <[email protected]>
  • Loading branch information
mr-cal and lengau committed Jan 23, 2024
1 parent c15e8df commit 20ad815
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ def is_rtd() -> bool:


install_requires = [
"overrides",
# see https://github.com/mkorpela/overrides/issues/121
"overrides!=7.6.0",
"PyYAML",
"pydantic>=1.9.0,<2.0.0",
"pydantic-yaml[pyyaml]>=0.11.0,<1.0.0",
Expand Down

0 comments on commit 20ad815

Please sign in to comment.