Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion nuon/api/slack/slack_interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def _get_kwargs(

if not isinstance(body, Unset):
_kwargs["data"] = body.to_dict()

headers["Content-Type"] = "application/x-www-form-urlencoded"

_kwargs["headers"] = headers
Expand Down
1 change: 0 additions & 1 deletion nuon/api/slack/slack_slash_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def _get_kwargs(

if not isinstance(body, Unset):
_kwargs["data"] = body.to_dict()

headers["Content-Type"] = "application/x-www-form-urlencoded"

_kwargs["headers"] = headers
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@ name = "nuon"
version = "0.19.979"
description = "A client library for accessing Nuon"
authors = []
requires-python = ">=3.10"
requires-python = ">=3.11"
readme = "README.md"
dependencies = [
"httpx>=0.23.0,<0.29.0",
"httpx>=0.23.1,<0.29.0",
"attrs>=22.2.0",
"python-dateutil>=2.8.0,<3",
]

[tool.uv.build-backend]
Expand Down
Loading