8000 fix: namedtuple member name can't start with underscore · pytauri/pytauri@3d5207d · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d5207d

Browse files
committed
fix: namedtuple member name can't start with underscore
ref: <python/typing#1979 (comment)>
1 parent a6ad4f0 commit 3d5207d

File tree

4 files changed

+159
-98
lines changed

4 files changed

+159
-98
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@rollup/plugin-terser": "^0.4.4",
2222
"@rollup/plugin-replace": "^6.0.1",
2323
"@types/node": "^22.7.4",
24-
"pyright": "^1.1.398",
24+
"pyright": "^1.1.400",
2525
"@commitlint/types": "^19.5.0",
2626
"@tauri-apps/api": "^2.5",
2727
"tauri-plugin-pytauri-api": "workspace:*"

0 commit comments

Comments
 (0)
0