Files
goose/scripts/provider-error-proxy/pyproject.toml
T
dependabot[bot] 2712dd8817 chore(deps): bump aiohttp from 3.13.4 to 3.14.0 in /scripts/provider-error-proxy (#9594)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-15 14:05:00 +00:00

10 lines
215 B
TOML

[project]
name = "provider-error-proxy"
version = "0.1.0"
description = "HTTP proxy for simulating provider errors in Goose"
requires-python = ">=3.11"
dependencies = [
"aiohttp>=3.14.0",
"brotli>=1.1.0",
]