Requirements
- Python 3.9 or newer
pip,uv, orpoetry
remember and recall call yet, start with the Quickstart.
Install
PyPI lists the package as
tex-sdk. You import tex in Python:Check version
Pin versions
requirements.txt
pyproject.toml, add "tex-sdk>=1.1.0,<2" under [project].dependencies.
For Poetry, use tex-sdk = "^1.1.0" under [tool.poetry.dependencies].
HTTP/2 and proxies
The SDK useshttpx[http2]. If your proxy strips HTTP/2, disable it when you construct the client:
Types
Type stubs ship with the package (py.typed). Mypy and Pyright pick them up automatically. You do not need a separate types- package.
Next: configure the client
Environment variables, timeouts, and lifecycle hooks.

