SDK Maturity

Both TypeScript and Python SDKs are currently in beta, and there may be breaking changes between versions without a major version update.

Beta Status

Our SDKs are currently in beta, which means:
  • Active development: We’re actively improving and adding features
  • Breaking changes: There may be breaking changes between versions
  • Feedback welcome: We encourage feedback and bug reports
  • Production ready: The SDKs are stable enough for production use

Version Management

We recommend pinning usage to a specific package version to avoid breaking changes unless you are intentionally looking for the latest version.

TypeScript SDK

{
  "dependencies": {
    "fathom-typescript": "0.0.30"
  }
}

Python SDK

pip install fathom-python==0.0.30
Or in requirements.txt:
fathom-python==0.0.30