Skip to content

Commit

Permalink
Fixes issue of using wrapt 1.13 with Python 3.11
Browse files Browse the repository at this point in the history
The issue is: "ImportError: cannot import name 'formatargspec' from 'inspect'". More details: GrahamDumpleton/wrapt#196
  • Loading branch information
walter-hernandez committed Apr 2, 2024
1 parent 80c229f commit 155f520
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 @@ -31,7 +31,7 @@ dependencies = [
# Aligned pydantic version with server fastAPI
"pydantic >= 1.10.7",
# monitoring
"wrapt >= 1.13,< 1.15",
"wrapt >= 1.14,< 1.15",
# weaksupervision
"numpy < 1.24.0",
# for progressbars
Expand Down

0 comments on commit 155f520

Please sign in to comment.