Skip to content

fix: add Python 3.10 markers for GenAI instrumentation packages#20

Merged
deborahjacob-botanu merged 2 commits intomainfrom
developer-deborah
Feb 7, 2026
Merged

fix: add Python 3.10 markers for GenAI instrumentation packages#20
deborahjacob-botanu merged 2 commits intomainfrom
developer-deborah

Conversation

@deborahjacob-botanu
Copy link
Collaborator

Five GenAI instrumentation packages (anthropic, vertexai, google-generativeai, langchain, crewai) require Python >= 3.10. Add environment markers so pip install succeeds on Python 3.9. Also fix trailing whitespace from merge.

Summary

Changes

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • CI / build / tooling

Testing

  • Unit tests pass (pytest)
  • Lint passes (ruff check)
  • Type check passes (mypy)

Checklist

  • My code follows the project's coding style
  • I have added SPDX headers to new files
  • I have added tests for my changes
  • I have updated documentation if needed
  • All commits are signed off (git commit -s) per the DCO

deborahjacob-botanu and others added 2 commits February 6, 2026 22:00
Five GenAI instrumentation packages (anthropic, vertexai,
google-generativeai, langchain, crewai) require Python >= 3.10.
Add environment markers so pip install succeeds on Python 3.9.
Also fix trailing whitespace from merge.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Deborah Jacob <deborah@botanu.ai>
httpx 0.28+ removed the `app` parameter from Client.__init__(),
breaking starlette < 0.30's TestClient. Cap httpx on Python 3.9
where starlette is pinned to < 0.30.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Deborah Jacob <deborah@botanu.ai>
@deborahjacob-botanu deborahjacob-botanu merged commit f4ab42e into main Feb 7, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments