We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5424372 commit ed1837dCopy full SHA for ed1837d
pyproject.toml
@@ -1,11 +1,11 @@
1
[build-system]
2
-requires = ["hatchling"] # Removed hatch-vcs for manual version testing
+requires = ["hatchling", "hatch-vcs"]
3
build-backend = "hatchling.build"
4
5
6
[project]
7
name = "strands-agents"
8
-version = "1.18.0dev" # Temporary override for testing thought_signature fix
+dynamic = ["version"] # Version determined by git tags
9
description = "A model-driven approach to building AI agents in just a few lines of code"
10
readme = "README.md"
11
requires-python = ">=3.10"
@@ -38,7 +38,6 @@ dependencies = [
38
"opentelemetry-api>=1.30.0,<2.0.0",
39
"opentelemetry-sdk>=1.30.0,<2.0.0",
40
"opentelemetry-instrumentation-threading>=0.51b0,<1.00b0",
41
- "hatch>=1.15.1",
42
]
43
44
0 commit comments