Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add follow_redirects=True
Browse files Browse the repository at this point in the history
juancarlospaco committed May 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 15532b5 commit 8da1780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postgrest/_sync/client.py
Original file line number Diff line number Diff line change
@@ -47,6 +47,7 @@ def create_session(
base_url=base_url,
headers=headers,
timeout=timeout,
follow_redirects=True,
)

def __enter__(self) -> SyncPostgrestClient:

0 comments on commit 8da1780

Please sign in to comment.