Bug Fixes
- ASM: add support for psycopg2 adapt mechanism to LazyTaintList, preventing a ProgrammingError when using psycopg2 with IAST.
- langchain: This fix resolves an issue with tagging pydantic SecretStr type api keys.
- lib injection: Fix permissions error raised when non-root users copy single step instrumentation files.
- This fix resolves an issue where type-checking would fail on valid application code due to a type hint on
Span.set_tags
that was too restrictive.