4.46.10
(fix): Fix wire test generation to use endpoint ID for lookup instead of path matching.
This fixes a bug where wire tests would call the wrong client methods when multiple
namespaces have endpoints with the same HTTP method and path pattern (e.g., POST /v2/Services).
4.46.9
(fix): Fix wire test generation to filter out nop values when generating method arguments.
This prevents invalid Python syntax like param= without a value when an example
contains an invalid enum value or undefined property.