Frappe Error for bench update

This is what happens when I do bench update

Compiling Python Files…
*** Error compiling ‘…/apps/frappe/frappe/utils/commands.py’…
File “…/apps/frappe/frappe/utils/commands.py”, line 11
req = requests.get(f"https://api.github.com/users/{org}/repos", {“type”: “sources”, “per_page”: 200})
^
SyntaxError: invalid syntax

Is this a new installation and first attempt at updating? May we know the version of bench and operation environment?

Its to recent V 12.10

which OS?

Debian 9

Seems like PY3 code has slipped into a PY2 compatible version. Although, apart from the SyntaxError on bench update, you should not face any problems on your sites. This PR should fix it.

https://github.com/frappe/frappe/pull/11010

So this will come with next update?