basedpyright 1.17.1 → 1.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -562,3 +562,11 @@ class Doc:
562
562
  def __init__(self, documentation: str, /) -> None: ...
563
563
  def __hash__(self) -> int: ...
564
564
  def __eq__(self, other: object) -> bool: ...
565
+
566
+
567
+ # PEP 747 (Draft)
568
+
569
+ if sys.version_info >= (3, 14):
570
+ from typing import TypeForm
571
+ else:
572
+ TypeForm: _SpecialForm
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "basedpyright",
3
3
  "displayName": "basedpyright",
4
4
  "description": "a pyright fork with various type checking improvements, improved vscode support and pylance features built into the language server",
5
- "version": "1.17.1",
5
+ "version": "1.17.2",
6
6
  "license": "MIT",
7
7
  "author": {
8
8
  "name": "detachhead"