chore(internal): codegen related update

This commit is contained in:
stainless-app[bot] 2025-12-03 03:57:15 +00:00
parent 9022bea168
commit b92dba5555
3 changed files with 83 additions and 70 deletions

View file

@ -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",