- Update version to 0.4.19 in all components - Regenerate OpenAPI spec and client SDKs - Python packages: hindsight-api, hindsight-dev, hindsight-all, hindsight-litellm, hindsight-crewai, hindsight-pydantic-ai, hindsight-hermes, hindsight-agno, hindsight-embed - Python client: hindsight-clients/python - TypeScript client: hindsight-clients/typescript - Rust CLI: hindsight-cli - Control Plane: hindsight-control-plane - OpenClaw integration: hindsight-integrations/openclaw - AI SDK integration: hindsight-integrations/ai-sdk - Chat SDK integration: hindsight-integrations/chat - Helm chart - Sync documentation to version-0.4
33 lines
764 B
TOML
33 lines
764 B
TOML
[build-system]
|
|
requires = ["setuptools>=61"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "hindsight-all-slim"
|
|
version = "0.4.19"
|
|
description = "Hindsight: Agent Memory That Works Like Human Memory - Slim All-in-One Bundle"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"hindsight-api-slim>=0.4.17",
|
|
"hindsight-client>=0.0.7",
|
|
"hindsight-embed>=0.1.0",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
hindsight-api-slim = { workspace = true }
|
|
hindsight-client = { workspace = true }
|
|
hindsight-embed = { workspace = true }
|
|
|
|
[project.optional-dependencies]
|
|
test = [
|
|
"pytest>=7.0.0",
|
|
"pytest-asyncio>=0.21.0",
|
|
]
|
|
|
|
[tool.setuptools]
|
|
packages = []
|
|
|
|
[tool.pytest.ini_options]
|
|
asyncio_mode = "auto"
|
|
asyncio_default_fixture_loop_scope = "function"
|