We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cff12 commit 865613cCopy full SHA for 865613c
packages/pyright-scip/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# scip-python CHANGELOG
2
3
+## v0.6.6
4
+
5
+- Changes package listing to use Python's `importlib` instead of
6
+ `pip show` by default. On versions of pip 24.0 and older, `pip show`
7
+ is much slower. This also avoids parsing of unstructured data
8
+ returned by pip in favor of JSON.
9
10
## v0.6.5
11
12
- Fixes a crash when `pip show` returns more than 1MB of data. (#151)
packages/pyright-scip/package.json
@@ -1,6 +1,6 @@
{
"name": "@sourcegraph/scip-python",
- "version": "0.6.5",
+ "version": "0.6.6",
"description": "SCIP indexer for Python",
"main": "index.js",
"scripts": {
0 commit comments