-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Once pyodide/pyodide#5692 is released (presumably 0.27.8), we can upgrade Pyodide and simplify this logic:
pydantic-ai/mcp-run-python/src/runCode.ts
Lines 16 to 19 in ae0c3ce
// remove once https://github.com/pyodide/pyodide/pull/5514 is released | |
const realConsoleLog = console.log | |
// deno-lint-ignore no-explicit-any | |
console.log = (...args: any[]) => log('debug', args.join(' ')) |
Related to:
Metadata
Metadata
Assignees
Labels
No labels