Cameron Graybill

Results 3 issues of Cameron Graybill

in dacite/types.py:66 it is directly importing from typing - could it also try importing from typing_extensions? ```python def is_literal(type_: Type) -> bool: try: from typing import Literal # type: ignore...

enhancement

Hey, can you please cut a new release and upload it to npm? I need to use latest. Thanks!

### Tracer Version(s) 3.18.0 ### Python Version(s) 3.13.3 ### Pip Version(s) 25.3 ### Bug Report We're seeing this specifically in code that makes many concurrent calls to create spans with...

bug