Skip to content

Remove requests as a dependency#478

Merged
bitterpanda63 merged 17 commits intomainfrom
remove-reliance-on-requests
Sep 12, 2025
Merged

Remove requests as a dependency#478
bitterpanda63 merged 17 commits intomainfrom
remove-reliance-on-requests

Conversation

@bitterpanda63
Copy link
Copy Markdown
Member

No description provided.

headers = {}
if json is not None:
data = json_dumps(json).encode("utf-8")
headers["Content-Type"] = "application/json"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function modifies the input headers parameter directly. More info

@bitterpanda63 bitterpanda63 merged commit cc760b7 into main Sep 12, 2025
80 of 83 checks passed
@bitterpanda63 bitterpanda63 deleted the remove-reliance-on-requests branch September 12, 2025 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants