Skip to content

Commit 3fc8939

Browse files
chore: limit requests library version under 2.32 (#1203)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent f734977 commit 3fc8939

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/1203.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: limit requests library version under 2.32

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"Pint>=0.18,<1",
3434
"protobuf>=3.20.2,<6",
3535
"pyvista>=0.37.0,<1",
36-
"requests>=2,<3",
36+
"requests>=2,<2.32",
3737
"scipy>=1.7.3,<2",
3838
"semver>=3,<4",
3939
"six>=1.16.0,<2",

0 commit comments

Comments
 (0)