Summary
We are using TrueForge standalone mode and attempting to run a real isolated
sandbox verification for an incident-response workflow.
The TrueForge API itself is healthy and reachable, but sandbox initialization
fails when the sandbox attempts to install:
pydantic>=2.0.0,<3.0.0
The failure appears to be at the proxy/package-index connectivity layer.
Environment
- TrueForge:
v0.1.4 standalone
- OS: Ubuntu 26.04 LTS under WSL2
- Python:
/usr/bin/python3.14
- TrueForge API:
http://localhost:8790
- Public tunnel:
https://trueforge.octiqai.com
- Cloudflare tunnel is used only to expose the TrueForge API
- Standalone SQLite storage
- LocalSandboxProvider is being used
The TrueForge API is reachable and /api/v1/models returns HTTP 200.
Reproduction
When TrueForge attempts to create a sandbox, initialization fails while
bootstrapping the sandbox virtual environment:
Failed to pip install pydantic>=2.0.0,<3.0.0 into sandbox .venv
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None,
status=None)) after connection broken by another exception:
ProxyError('Cannot connect to proxy.',
RemoteDisconnected('Remote end closed connection without response)')
...
ERROR: Could not find a version that satisfies the requirement
pydantic<3.0.0,>=2.0.0 (from versions: none)
ERROR: No matching distribution found for
pydantic<3.0.0,>=2.0.0
Summary
We are using TrueForge standalone mode and attempting to run a real isolated
sandbox verification for an incident-response workflow.
The TrueForge API itself is healthy and reachable, but sandbox initialization
fails when the sandbox attempts to install:
pydantic>=2.0.0,<3.0.0The failure appears to be at the proxy/package-index connectivity layer.
Environment
v0.1.4standalone/usr/bin/python3.14http://localhost:8790https://trueforge.octiqai.comThe TrueForge API is reachable and
/api/v1/modelsreturnsHTTP 200.Reproduction
When TrueForge attempts to create a sandbox, initialization fails while
bootstrapping the sandbox virtual environment: