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 c367fd5 commit 774f2a5Copy full SHA for 774f2a5
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 = "4.1.0";
+const GLEAN_PARSER_VERSION = "4.1.1";
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==4.1.0
+glean_parser==4.1.1
0 commit comments