Skip to content

Commit 6506924

Browse files
committed
chore: Downgrade to Python 3.13
This avoids long building times due to missing wheels of transitive dependencies
1 parent dae51ed commit 6506924

File tree

2 files changed

+9
-624
lines changed

2 files changed

+9
-624
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "agentic-layer-sdk"
33
version = "0.1.0"
44
readme = "README.md"
5-
requires-python = ">=3.12"
5+
requires-python = ">=3.12,<3.14"
66
dependencies = [
77
"agentic-layer-sdk-adk",
88
]

0 commit comments

Comments
 (0)