Browse Source
- Fix Python 3.8 compatibility by importing Annotated from typing_extensions when running on Python < 3.9 - Simplify get_typed_signature to not use get_type_hints which was causing issues with Pydantic v1 parameter detection (Header, Cookie, Query, etc.) - Instead, expand globalns with module namespace to help resolve forward references while keeping the original annotation resolution logic intact 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>pull/14557/head
2 changed files with 22 additions and 29 deletions
Loading…
Reference in new issue