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 994a8bb commit 124cf80Copy full SHA for 124cf80
glean/src/cli.ts
@@ -27,7 +27,7 @@ const LOG_TAG = "CLI";
27
const VIRTUAL_ENVIRONMENT_DIR = process.env.VIRTUAL_ENV || path.join(process.cwd(), ".venv");
28
29
// The version of glean_parser to install from PyPI.
30
-const GLEAN_PARSER_VERSION = "6.2.1";
+const GLEAN_PARSER_VERSION = "7.2.1";
31
32
// This script runs a given Python module as a "main" module, like
33
// `python -m module`. However, it first checks that the installed
samples/qt/requirements.txt
@@ -1 +1 @@
1
-glean_parser==6.2.1
+glean_parser==7.2.1
0 commit comments