basedpyright 1.27.1 → 1.28.0

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.
Files changed (98) hide show
  1. package/dist/pyright-langserver.js +1 -1
  2. package/dist/pyright-langserver.js.map +1 -1
  3. package/dist/pyright.js +1 -1
  4. package/dist/pyright.js.map +1 -1
  5. package/dist/typeshed-fallback/commit.txt +1 -1
  6. package/dist/typeshed-fallback/stdlib/_frozen_importlib_external.pyi +2 -2
  7. package/dist/typeshed-fallback/stdlib/asyncio/tasks.pyi +3 -1
  8. package/dist/typeshed-fallback/stdlib/bdb.pyi +1 -1
  9. package/dist/typeshed-fallback/stdlib/builtins.pyi +1 -1
  10. package/dist/typeshed-fallback/stdlib/codecs.pyi +23 -2
  11. package/dist/typeshed-fallback/stdlib/compileall.pyi +7 -7
  12. package/dist/typeshed-fallback/stdlib/contextlib.pyi +4 -8
  13. package/dist/typeshed-fallback/stdlib/email/__init__.pyi +28 -6
  14. package/dist/typeshed-fallback/stdlib/email/mime/message.pyi +2 -3
  15. package/dist/typeshed-fallback/stdlib/email/mime/multipart.pyi +3 -4
  16. package/dist/typeshed-fallback/stdlib/http/server.pyi +1 -1
  17. package/dist/typeshed-fallback/stubs/Pygments/pygments/lexers/__init__.pyi +1 -1
  18. package/dist/typeshed-fallback/stubs/boltons/METADATA.toml +1 -1
  19. package/dist/typeshed-fallback/stubs/boltons/boltons/cacheutils.pyi +45 -15
  20. package/dist/typeshed-fallback/stubs/boltons/boltons/dictutils.pyi +33 -20
  21. package/dist/typeshed-fallback/stubs/boltons/boltons/fileutils.pyi +18 -8
  22. package/dist/typeshed-fallback/stubs/boltons/boltons/formatutils.pyi +10 -8
  23. package/dist/typeshed-fallback/stubs/boltons/boltons/listutils.pyi +5 -8
  24. package/dist/typeshed-fallback/stubs/boltons/boltons/mathutils.pyi +10 -3
  25. package/dist/typeshed-fallback/stubs/boltons/boltons/mboxutils.pyi +10 -1
  26. package/dist/typeshed-fallback/stubs/boltons/boltons/namedutils.pyi +3 -3
  27. package/dist/typeshed-fallback/stubs/boltons/boltons/pathutils.pyi +5 -3
  28. package/dist/typeshed-fallback/stubs/boltons/boltons/setutils.pyi +48 -38
  29. package/dist/typeshed-fallback/stubs/boltons/boltons/statsutils.pyi +23 -12
  30. package/dist/typeshed-fallback/stubs/boltons/boltons/strutils.pyi +24 -20
  31. package/dist/typeshed-fallback/stubs/boltons/boltons/tbutils.pyi +29 -19
  32. package/dist/typeshed-fallback/stubs/boltons/boltons/timeutils.pyi +3 -3
  33. package/dist/typeshed-fallback/stubs/braintree/METADATA.toml +1 -1
  34. package/dist/typeshed-fallback/stubs/braintree/braintree/customer_session_gateway.pyi +17 -0
  35. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/__init__.pyi +13 -0
  36. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/enums/__init__.pyi +2 -0
  37. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/enums/recommendations.pyi +4 -0
  38. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/enums/recommended_payment_option.pyi +5 -0
  39. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/__init__.pyi +5 -0
  40. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/create_customer_session_input.pyi +23 -0
  41. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/customer_recommendations_input.pyi +22 -0
  42. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/customer_session_input.pyi +27 -0
  43. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/phone_input.pyi +14 -0
  44. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/update_customer_session_input.pyi +17 -0
  45. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/types/__init__.pyi +4 -0
  46. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/types/customer_recommendations_payload.pyi +8 -0
  47. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/types/payment_options.pyi +8 -0
  48. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/unions/__init__.pyi +1 -0
  49. package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/unions/customer_recommendations.pyi +7 -0
  50. package/dist/typeshed-fallback/stubs/braintree/braintree/util/graphql_client.pyi +8 -0
  51. package/dist/typeshed-fallback/stubs/decorator/METADATA.toml +1 -1
  52. package/dist/typeshed-fallback/stubs/decorator/decorator.pyi +3 -1
  53. package/dist/typeshed-fallback/stubs/django-import-export/METADATA.toml +1 -1
  54. package/dist/typeshed-fallback/stubs/hnswlib/METADATA.toml +4 -0
  55. package/dist/typeshed-fallback/stubs/hnswlib/hnswlib.pyi +62 -0
  56. package/dist/typeshed-fallback/stubs/peewee/METADATA.toml +1 -1
  57. package/dist/typeshed-fallback/stubs/peewee/peewee.pyi +4 -3
  58. package/dist/typeshed-fallback/stubs/psutil/METADATA.toml +1 -1
  59. package/dist/typeshed-fallback/stubs/psutil/psutil/__init__.pyi +0 -1
  60. package/dist/typeshed-fallback/stubs/psutil/psutil/_psaix.pyi +0 -6
  61. package/dist/typeshed-fallback/stubs/psutil/psutil/_pslinux.pyi +0 -3
  62. package/dist/typeshed-fallback/stubs/psutil/psutil/_pssunos.pyi +0 -7
  63. package/dist/typeshed-fallback/stubs/psutil/psutil/_pswindows.pyi +0 -3
  64. package/dist/typeshed-fallback/stubs/pyinstaller/METADATA.toml +1 -1
  65. package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/building/api.pyi +4 -4
  66. package/dist/typeshed-fallback/stubs/pyperclip/METADATA.toml +6 -0
  67. package/dist/typeshed-fallback/stubs/pyperclip/pyperclip/__init__.pyi +24 -0
  68. package/dist/typeshed-fallback/stubs/python-jose/METADATA.toml +1 -1
  69. package/dist/typeshed-fallback/stubs/python-jose/jose/backends/cryptography_backend.pyi +2 -1
  70. package/dist/typeshed-fallback/stubs/python-jose/jose/constants.pyi +3 -0
  71. package/dist/typeshed-fallback/stubs/python-jose/jose/utils.pyi +2 -0
  72. package/dist/typeshed-fallback/stubs/reportlab/METADATA.toml +1 -1
  73. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/renderPM.pyi +2 -0
  74. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/renderbase.pyi +1 -1
  75. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/shapes.pyi +5 -5
  76. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/transform.pyi +5 -5
  77. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/rl_accel.pyi +1 -1
  78. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/rl_safe_eval.pyi +0 -2
  79. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/testutils.pyi +6 -1
  80. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfbase/pdfmetrics.pyi +1 -0
  81. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfbase/ttfonts.pyi +35 -1
  82. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfgen/canvas.pyi +1 -0
  83. package/dist/typeshed-fallback/stubs/reportlab/reportlab/rl_config.pyi +1 -0
  84. package/dist/typeshed-fallback/stubs/reportlab/reportlab/rl_settings.pyi +1 -0
  85. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/util.pyi +2 -2
  86. package/dist/typeshed-fallback/stubs/simplejson/METADATA.toml +1 -1
  87. package/dist/typeshed-fallback/stubs/zstd/METADATA.toml +1 -1
  88. package/dist/typeshed-fallback/stubs/zstd/zstd.pyi +4 -0
  89. package/dist/typeshed-fallback/stubs/zxcvbn/METADATA.toml +1 -1
  90. package/dist/typeshed-fallback/stubs/zxcvbn/zxcvbn/__init__.pyi +1 -1
  91. package/package.json +1 -1
  92. package/dist/typeshed-fallback/stubs/psutil/psutil/_compat.pyi +0 -25
  93. package/dist/typeshed-fallback/stubs/pyOpenSSL/METADATA.toml +0 -9
  94. package/dist/typeshed-fallback/stubs/pyOpenSSL/OpenSSL/SSL.pyi +0 -206
  95. package/dist/typeshed-fallback/stubs/pyOpenSSL/OpenSSL/__init__.pyi +0 -0
  96. package/dist/typeshed-fallback/stubs/pyOpenSSL/OpenSSL/crypto.pyi +0 -188
  97. package/dist/typeshed-fallback/stubs/pyOpenSSL/OpenSSL/rand.pyi +0 -4
  98. package/dist/typeshed-fallback/stubs/pyOpenSSL/OpenSSL/version.pyi +0 -9

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.