Files
pyfconfig/requirements.txt
woggioni-opencode-agent 47d2280970
CI / Build and push docker image (push) Successful in 1m25s
Upgrade to kaya 0.0.3 with trusted-proxy forwarded header support
- bump kaya-core/kaya-rsgi to >= 0.0.3 and add kaya-forwarded: forwarded
  header handling is no longer built into core, it is opt-in via
  ForwardedHeadersMixin and gated on trusted proxy CIDRs
- add TRUSTED_PROXY_CIDRS setting (comma-separated CIDRs, validated at
  startup; empty means no proxy is trusted) and wire the mixin in app.py
- cover trusted/untrusted peers, all-trusted chains and the RFC 7239
  Forwarded header with port in the test suite
- document the new variable in README, .env.example and docker-compose.yml
2026-09-05 16:18:37 +08:00

53 lines
1.2 KiB
Plaintext

#
# This file is autogenerated by pip-compile with Python 3.14
# by the following command:
#
# pip-compile --allow-unsafe --extra-index-url=https://pypi.org/simple --index-url=https://gitea.woggioni.net/api/packages/woggioni/pypi/simple --no-index --output-file=requirements.txt pyproject.toml
#
--index-url https://gitea.woggioni.net/api/packages/woggioni/pypi/simple
--extra-index-url https://pypi.org/simple
anyio==4.15.0
# via httpx
certifi==2026.7.22
# via
# httpcore
# httpx
click==8.5.0
# via granian
granian==2.8.2
# via
# kaya-rsgi
# pyfconfig (pyproject.toml)
h11==0.16.0
# via httpcore
httpcore==1.0.9
# via httpx
httpx==0.28.1
# via pyfconfig (pyproject.toml)
idna==3.19
# via
# anyio
# httpx
kaya-core==0.0.3
# via
# kaya-forwarded
# kaya-rsgi
# pyfconfig (pyproject.toml)
kaya-forwarded==0.0.3
# via pyfconfig (pyproject.toml)
kaya-rsgi==0.0.3
# via pyfconfig (pyproject.toml)
pwo==0.1.2
# via
# kaya-core
# kaya-rsgi
# pyfconfig (pyproject.toml)
rloop==0.5.0
# via pyfconfig (pyproject.toml)
typing-extensions==4.16.0
# via
# anyio
# kaya-core
# pwo