Skip to main content

Requirements

  • Python 3.9 or newer
  • pip, uv, or poetry
If you have not made a live 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
For PEP 621 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 uses httpx[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.