You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tavily): pin zod to v3 to avoid "Type instantiation is excessively deep and possibly infinite" error
With Zod 3.25.68+ we're observing elevated incidence count of "Type instantiation is excessively deep and possibly infinite," which is caused by packages importing from `"zod"` rather than `"zod/v3"`
0 commit comments