Files
vectorize-io__hindsight/hindsight-api/pyproject.toml
T
Nicolò Boschi ebad478240 Release v0.9.2
- Update version to 0.9.2 in all components
- Regenerate OpenAPI spec and client SDKs
- Python packages: hindsight-api, hindsight-dev, hindsight-all, hindsight-embed
- Python client: hindsight-clients/python
- TypeScript client: hindsight-clients/typescript
- hindsight-all npm wrapper: hindsight-all-npm
- Rust CLI: hindsight-cli
- Control Plane: hindsight-control-plane
- Helm chart
- Sync documentation to version-0.9
2026-08-25 12:19:47 +02:00

27 lines
636 B
TOML

[build-system]
requires = ["setuptools>=77"]
build-backend = "setuptools.build_meta"
[project]
name = "hindsight-api"
version = "0.9.2"
description = "Hindsight: Agent Memory That Works Like Human Memory"
license = "MIT"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"hindsight-api-slim[all]==0.9.2",
]
[tool.uv.sources]
hindsight-api-slim = { workspace = true }
[project.scripts]
hindsight-api = "hindsight_api.main:main"
hindsight-worker = "hindsight_api.worker.main:main"
hindsight-local-mcp = "hindsight_api.mcp_local:main"
hindsight-admin = "hindsight_api.admin.cli:main"
[tool.setuptools]
packages = []