Skip to content
Open
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,046 changes: 201 additions & 845 deletions client-sdks/stainless/openapi.yml

Large diffs are not rendered by default.

886 changes: 142 additions & 744 deletions docs/static/deprecated-ogx-spec.yaml

Large diffs are not rendered by default.

886 changes: 142 additions & 744 deletions docs/static/experimental-ogx-spec.yaml

Large diffs are not rendered by default.

1,054 changes: 205 additions & 849 deletions docs/static/ogx-spec.yaml

Large diffs are not rendered by default.

1,046 changes: 201 additions & 845 deletions docs/static/stainless-ogx-spec.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ constraint-dependencies = [
"gitpython>=3.1.47", # Command injection via Git options bypass
"h11>=0.16.0",
"idna>=3.15",
"pydantic>=2.11.9,<2.12.0", # 2.12 breaks int coercion in openai.types.model.Model during test replay
"pydantic>=2.13.4",
"lxml>=6.1.0", # CVE-2026-41066: XML entity expansion with default resolve_entities=True
"pillow>=12.2.0", # CVE-2026-40192 + 4 more: heap overflow, OOB write, DoS
"protobuf>=5.29.6", # CVE-2025-4565 + CVE-2026-0994: parsing vulnerabilities
Expand Down
2 changes: 1 addition & 1 deletion src/ogx_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
dependencies = [
"openai>=2.38.0",
"fastapi>=0.115.0,<1.0",
"pydantic>=2.11.9",
"pydantic>=2.13.4",
"jsonschema>=4.26.0",
"opentelemetry-sdk>=1.42.1",
"opentelemetry-exporter-otlp-proto-http>=1.42.1",
Expand Down
138 changes: 71 additions & 67 deletions src/ogx_api/uv.lock

Large diffs are not rendered by default.

111 changes: 72 additions & 39 deletions uv.lock

Large diffs are not rendered by default.

Loading