@vercel/python 3.1.8 → 3.1.11
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.
- package/dist/index.js +1 -1
- package/package.json +3 -3
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
|
|
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.
|
|
3
|
+
"version": "3.1.11",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/execa": "^0.9.0",
|
|
24
24
|
"@types/jest": "27.4.1",
|
|
25
|
-
"@vercel/build-utils": "5.3.
|
|
25
|
+
"@vercel/build-utils": "5.3.2",
|
|
26
26
|
"@vercel/ncc": "0.24.0",
|
|
27
27
|
"execa": "^1.0.0",
|
|
28
28
|
"typescript": "4.3.4"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "6700630feb23bdb4e94ea727911a9e10aa546361"
|
|
31
31
|
}
|