Skip to content

Commit

Permalink
remove urllib3 limitation (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariostieriansys authored Jul 19, 2024
1 parent b748956 commit edc6fc9
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 @@ -30,7 +30,7 @@ dependencies = [
"ansys-api-pyensight==0.4.1",
"requests>=2.28.2",
"docker>=6.1.0",
"urllib3<2",
"urllib3<3.0.0",
"numpy>=1.21.0,<2",
"Pillow>=9.3.0",
"pypng>=0.0.20",
Expand Down

0 comments on commit edc6fc9

Please sign in to comment.