Skip to content

Commit

Permalink
temporarily restrict latest typeguard version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-held committed Aug 17, 2023
1 parent 59b49fb commit 0c33416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"mypy",
"types-tabulate",
"types-PyYAML",
"typeguard>=4.0.0", # cabinetry#391
"typeguard>=4.0.0,!=4.1.0,!=4.1.1", # cabinetry#391, cabinetry#428
"black",
]
)
Expand Down

0 comments on commit 0c33416

Please sign in to comment.