@vercel/python 3.1.9 → 3.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -3767,7 +3767,7 @@ async function pipInstall(pipPath, workPath, args) {
3767
3767
  }
3768
3768
  }
3769
3769
  // note that any internal dependency that vc_init.py requires that's installed
3770
- // with this function can get overriden by a newer version from requirements.txt,
3770
+ // with this function can get overridden by a newer version from requirements.txt,
3771
3771
  // so vc_init should do runtime version checks to be compatible with any recent
3772
3772
  // version of its dependencies
3773
3773
  async function installRequirement({ pythonPath, pipPath, dependency, version, workPath, meta, args = [], }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/python",
3
- "version": "3.1.9",
3
+ "version": "3.1.10",
4
4
  "main": "./dist/index.js",
5
5
  "license": "MIT",
6
6
  "homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
@@ -27,5 +27,5 @@
27
27
  "execa": "^1.0.0",
28
28
  "typescript": "4.3.4"
29
29
  },
30
- "gitHead": "b52d01f809b80734ed1ab61df82f299f11a04720"
30
+ "gitHead": "ebb5e2b208b14c6dbef325f47643d99008d50700"
31
31
  }