Skip to content

Commit fc5ed39

Browse files
authored
Remove deprecated strict parameter from PoolManager (#269)
Resolve warning raised by urllib3: > DeprecationWarning: The 'strict' parameter is no longer needed on Python 3+. > This will raise an error in urllib3 v2.1.0.
1 parent b472775 commit fc5ed39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arango/http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def init_poolmanager(
117117
dict(
118118
num_pools=connections,
119119
maxsize=maxsize,
120-
strict=True,
121120
timeout=self._connection_timeout,
122121
)
123122
)

0 commit comments

Comments
 (0)