From b42ba9c90831b7fc985f23dbe79ec31d04f39a1f Mon Sep 17 00:00:00 2001 From: Adithya Samavedhi Date: Tue, 14 Apr 2026 14:11:47 -0700 Subject: [PATCH] upgrade-python-to-3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 646963b..fffc3be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.7" description = "Python Client SDK for TTD Data API." authors = [{ name = "Speakeasy" },] readme = "README-PYPI.md" -requires-python = ">=3.10" +requires-python = ">=3.12" dependencies = [ "httpcore >=1.0.9", "httpx >=0.28.1",