Skip to content

Conversation

@zastrowm
Copy link
Member

@zastrowm zastrowm commented Jun 5, 2025

All PRs in the SDK currently have a mypy linting error: #178:

Run hatch run test-lint
Creating environment: default
Installing project in development mode
Checking dependencies
Creating environment: hatch-static-analysis
Checking dependencies
Syncing dependencies
cmd [1] | ruff check
All checks passed!
cmd [2] | mypy -p src
src/strands/telemetry/tracer.py:16: error: Module "opentelemetry.sdk.resources" has no attribute "Resource"  [attr-defined]
Found 1 error in 1 file (checked 51 source files)

this fixes that.

See open-telemetry/opentelemetry-python#4615 but it looks like an OpenTelemetrySDK update caused type errors

See open-telemetry/opentelemetry-python#4615 but it looks like an OpenTelemetrySDK update caused type errors
@zastrowm zastrowm requested a review from a team as a code owner June 5, 2025 20:10
@zastrowm zastrowm merged commit c5eb3ee into strands-agents:main Jun 6, 2025
10 checks passed
Unshure pushed a commit to Unshure/sdk-python that referenced this pull request Jul 2, 2025
…gents#180)

See open-telemetry/opentelemetry-python#4615 but it looks like an OpenTelemetrySDK update caused type errors

---------

Co-authored-by: Mackenzie Zastrow <[email protected]>
jsamuel1 pushed a commit to jsamuel1/sdk-python that referenced this pull request Jul 9, 2025
…gents#180)

See open-telemetry/opentelemetry-python#4615 but it looks like an OpenTelemetrySDK update caused type errors

---------

Co-authored-by: Mackenzie Zastrow <[email protected]>
dbschmigelski pushed a commit to Ketansuhaas/sdk-python that referenced this pull request Jul 24, 2025
…gents#180)

See open-telemetry/opentelemetry-python#4615 but it looks like an OpenTelemetrySDK update caused type errors

---------

Co-authored-by: Mackenzie Zastrow <[email protected]>
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.

2 participants