Skip to content

Commit

Permalink
fix minimal websockets version
Browse files Browse the repository at this point in the history
some imports won't work in 14.1 version
  • Loading branch information
petrjasek committed Feb 21, 2025
1 parent badf78b commit 49c2bde
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 @@ -39,7 +39,7 @@
"sentry-sdk[flask]>=2.0.0,<3.0.0", # Replacing raven[flask]>=5.10,<7.0
"requests>=2.7.0,<3.0",
"boto3>=1.26,<2.0",
"websockets>=14.1,<16",
"websockets>=14.2,<16",
"PyYAML>=6.0.1",
"lxml>=5.2.2,<5.4",
"lxml_html_clean>=0.1.1,<0.5",
Expand Down

0 comments on commit 49c2bde

Please sign in to comment.