Skip to content

Commit e2a0452

Browse files
Update README to reflect Python 3.10+ requirement
The package now requires Python 3.10+ due to security fixes for langchain-core>=1.2.11 and langsmith>=0.6.3 dependencies. Updated: - Badge: Python 3.9+ → Python 3.10+ - Requirements section: Python 3.9+ → Python 3.10+ Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 2235438 commit e2a0452

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> OpenTelemetry extension for LLM observability: track conversations, workflows, and costs
44
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6-
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
6+
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
77

88
## Overview
99

@@ -67,7 +67,7 @@ pip install last9-genai[otlp]
6767
```
6868

6969
**Requirements:**
70-
- Python 3.9+
70+
- Python 3.10+
7171
- `opentelemetry-api>=1.20.0`
7272
- `opentelemetry-sdk>=1.20.0`
7373

0 commit comments

Comments
 (0)