mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-05-10 04:10:49 +00:00
fix(client): don't send Content-Type header on GET requests
This commit is contained in:
parent
63b90c4351
commit
54b122ff18
3 changed files with 12 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue