goose/scripts/provider-error-proxy/pyproject.toml
dependabot[bot] 83035e4b9b
chore(deps): bump aiohttp from 3.14.0 to 3.14.1 in /scripts/provider-error-proxy (#10740)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-29 09:52:05 -04:00

9 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.1",
"brotli>=1.1.0",
]