mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-05-18 23:53:38 +00:00
chore(internal): codegen related update
This commit is contained in:
parent
9022bea168
commit
b92dba5555
3 changed files with 83 additions and 70 deletions
|
|
@ -7,14 +7,16 @@ license = "MIT"
|
|||
authors = [
|
||||
{ name = "Opencode", email = "support@sst.dev" },
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
"httpx>=0.23.0, <1",
|
||||
"pydantic>=1.9.0, <3",
|
||||
"typing-extensions>=4.10, <5",
|
||||
"anyio>=3.5.0, <5",
|
||||
"distro>=1.7.0, <2",
|
||||
"sniffio",
|
||||
"httpx>=0.23.0, <1",
|
||||
"pydantic>=1.9.0, <3",
|
||||
"typing-extensions>=4.10, <5",
|
||||
"anyio>=3.5.0, <5",
|
||||
"distro>=1.7.0, <2",
|
||||
"sniffio",
|
||||
]
|
||||
|
||||
requires-python = ">= 3.9"
|
||||
classifiers = [
|
||||
"Typing :: Typed",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue