We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e063b commit b11dc4cCopy full SHA for b11dc4c
src/finch/_base_client.py
@@ -777,6 +777,7 @@ def __init__(
777
proxies=proxies,
778
transport=transport,
779
limits=limits,
780
+ follow_redirects=True,
781
)
782
783
def is_closed(self) -> bool:
@@ -1318,6 +1319,7 @@ def __init__(
1318
1319
1320
1321
1322
1323
1324
1325
0 commit comments