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 e4cb123 commit f99cac3Copy full SHA for f99cac3
glean/src/cli.ts
@@ -19,7 +19,7 @@ const LOG_TAG = "CLI";
19
const VIRTUAL_ENVIRONMENT_DIR = ".venv";
20
21
// The version of glean_parser to install from PyPI.
22
-const GLEAN_PARSER_VERSION = "3.8.0";
+const GLEAN_PARSER_VERSION = "4.0.0";
23
24
// This script runs a given Python module as a "main" module, like
25
// `python -m module`. However, it first checks that the installed
samples/qt-qml-app/requirements.txt
@@ -1,3 +1,3 @@
1
PySide2==5.15.2
2
shiboken2==5.15.2
3
-glean_parser==3.8.0
+glean_parser==4.0.0
0 commit comments