fix(client): don't send Content-Type header on GET requests

This commit is contained in:
stainless-app[bot] 2025-07-12 02:01:35 +00:00
parent 63b90c4351
commit 54b122ff18
3 changed files with 12 additions and 5 deletions

View file

@ -39,7 +39,7 @@ Homepage = "https://github.com/sst/opencode-sdk-python"
Repository = "https://github.com/sst/opencode-sdk-python"
[project.optional-dependencies]
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.6"]
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
[tool.rye]
managed = true