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 f565280 commit 8f9b044Copy full SHA for 8f9b044
python/ta/pyproject.toml
@@ -12,17 +12,20 @@ authors = [
12
{ name = "Umesh Madan" },
13
{ name = "Guido van Rossum" },
14
]
15
-requires-python = ">=3.12.7,<3.14"
+requires-python = ">=3.12,<3.14"
16
dependencies = [
17
"azure-identity>=1.22.0",
18
"black>=25.1.0",
19
"build>=1.2.2.post1",
20
"colorama>=0.4.6",
21
"coverage>=7.9.1",
22
+ "logfire>=4.1.0",
23
"mcp[cli]>=1.12.1",
24
"numpy>=2.2.6",
25
"openai>=1.81.0",
26
+ "opentelemetry-instrumentation-httpx>=0.57b0",
27
"pydantic>=2.11.4",
28
+ "pydantic-ai-slim[openai]>=0.5.0",
29
"pyright==1.1.403",
30
"pytest>=8.3.5",
31
"pytest-asyncio>=0.26.0",
0 commit comments