We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2fc64 commit bb851bfCopy full SHA for bb851bf
postgrest/_async/client.py
@@ -48,6 +48,7 @@ def create_session(
48
base_url=base_url,
49
headers=headers,
50
timeout=timeout,
51
+ follow_redirects=True,
52
)
53
54
async def __aenter__(self) -> AsyncPostgrestClient:
postgrest/_sync/client.py
def __enter__(self) -> SyncPostgrestClient:
0 commit comments