Skip to content

Commit

Permalink
Fix langchain
Browse files Browse the repository at this point in the history
Patched urllib3 not to load problematic emscripten shim. See:
cloudflare/pyodide@f1c7495
  • Loading branch information
hoodmane committed Mar 20, 2024
1 parent 2c05989 commit a09d636
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/pyodide_bucket.bzl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do not edit this file by hand. See docs/pyodide.md for info on how to generate it.
# These variables are factored out here because they are being shared by the WORKSPACE files in
# both edgeworker and workerd, as well as src/pyodide/BUILD.bazel
PYODIDE_PACKAGE_BUCKET_URL = "https://pub-45d734c4145d4285b343833ee450ef38.r2.dev/20240318/"
PYODIDE_GITHUB_RELEASE_URL = "https://github.com/cloudflare/pyodide-build-scripts/releases/download/20240318/"
PYODIDE_LOCK_SHA256 = "7c6cd007fdaada9570c0987d2da444c265a04e567ff559e8d2d71d9623910694"
PYODIDE_PACKAGES_TAR_ZIP_SHA256 = "f056234c42107bf34a6e6c19407e1cc755553722e0ed4d7723cc7431f135e01a"
PYODIDE_PACKAGE_BUCKET_URL = "https://pub-45d734c4145d4285b343833ee450ef38.r2.dev/20240320/"
PYODIDE_GITHUB_RELEASE_URL = "https://github.com/cloudflare/pyodide-build-scripts/releases/download/20240320/"
PYODIDE_LOCK_SHA256 = "a176311d4c449aac4ef7a333977af8b6e08224c115a9a6d05c04592c841b8a58"
PYODIDE_PACKAGES_TAR_ZIP_SHA256 = "e191bae60aad75f6a9c33fac5c0ff1ad2b0e564bdd7a07fbdc848df4b62c60a1"

0 comments on commit a09d636

Please sign in to comment.