Skip to content

Commit

Permalink
Update typeguard requirement from ==4.3.* to >=4.3,<4.5 (#4087)
Browse files Browse the repository at this point in the history
Updates the requirements on [typeguard](https://github.com/agronholm/typeguard) to permit the latest version.
- [Release notes](https://github.com/agronholm/typeguard/releases)
- [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/typeguard@4.3.0...4.4.0)

---
updated-dependencies:
- dependency-name: typeguard
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent 5e36fce commit beef0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"rich_argparse==1.5.2", # CLI help-formatter
"einops==0.8.0",
"decord==0.6.0",
"typeguard==4.3.*",
"typeguard>=4.3,<4.5",
"numba==0.60.0",
# TODO(ashwinvaidya17): https://github.com/openvinotoolkit/anomalib/issues/2126
"setuptools<70",
Expand Down

0 comments on commit beef0d1

Please sign in to comment.