Skip to content

Commit 5668514

Browse files
Zie619claude
andcommitted
fix: pyproject.toml license format + TS SDK build fixes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 50b68c3 commit 5668514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trusera-agent-sdk/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[build-system]
2-
requires = ["hatchling"]
2+
requires = ["hatchling<1.25"]
33
build-backend = "hatchling.build"
44

55
[project]
66
name = "trusera-sdk"
77
version = "0.1.0"
88
description = "Python SDK for monitoring AI agents with Trusera"
99
readme = "README.md"
10-
license = "Apache-2.0"
10+
license = {text = "Apache-2.0"}
1111
requires-python = ">=3.9"
1212
authors = [{ name = "Trusera", email = "dev@trusera.dev" }]
1313
keywords = ["ai", "agents", "monitoring", "security", "observability"]

0 commit comments

Comments
 (0)