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.
- package/dist/pyright-langserver.js +1 -1
- package/dist/pyright-langserver.js.map +1 -1
- package/dist/pyright.js +1 -1
- package/dist/pyright.js.map +1 -1
- package/dist/typeshed-fallback/commit.txt +1 -1
- package/dist/typeshed-fallback/stdlib/_frozen_importlib_external.pyi +2 -2
- package/dist/typeshed-fallback/stdlib/asyncio/tasks.pyi +3 -1
- package/dist/typeshed-fallback/stdlib/bdb.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/builtins.pyi +1 -1
- package/dist/typeshed-fallback/stdlib/codecs.pyi +23 -2
- package/dist/typeshed-fallback/stdlib/compileall.pyi +7 -7
- package/dist/typeshed-fallback/stdlib/contextlib.pyi +4 -8
- package/dist/typeshed-fallback/stdlib/email/__init__.pyi +28 -6
- package/dist/typeshed-fallback/stdlib/email/mime/message.pyi +2 -3
- package/dist/typeshed-fallback/stdlib/email/mime/multipart.pyi +3 -4
- package/dist/typeshed-fallback/stdlib/http/server.pyi +1 -1
- package/dist/typeshed-fallback/stubs/Pygments/pygments/lexers/__init__.pyi +1 -1
- package/dist/typeshed-fallback/stubs/boltons/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/boltons/boltons/cacheutils.pyi +45 -15
- package/dist/typeshed-fallback/stubs/boltons/boltons/dictutils.pyi +33 -20
- package/dist/typeshed-fallback/stubs/boltons/boltons/fileutils.pyi +18 -8
- package/dist/typeshed-fallback/stubs/boltons/boltons/formatutils.pyi +10 -8
- package/dist/typeshed-fallback/stubs/boltons/boltons/listutils.pyi +5 -8
- package/dist/typeshed-fallback/stubs/boltons/boltons/mathutils.pyi +10 -3
- package/dist/typeshed-fallback/stubs/boltons/boltons/mboxutils.pyi +10 -1
- package/dist/typeshed-fallback/stubs/boltons/boltons/namedutils.pyi +3 -3
- package/dist/typeshed-fallback/stubs/boltons/boltons/pathutils.pyi +5 -3
- package/dist/typeshed-fallback/stubs/boltons/boltons/setutils.pyi +48 -38
- package/dist/typeshed-fallback/stubs/boltons/boltons/statsutils.pyi +23 -12
- package/dist/typeshed-fallback/stubs/boltons/boltons/strutils.pyi +24 -20
- package/dist/typeshed-fallback/stubs/boltons/boltons/tbutils.pyi +29 -19
- package/dist/typeshed-fallback/stubs/boltons/boltons/timeutils.pyi +3 -3
- package/dist/typeshed-fallback/stubs/braintree/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/braintree/braintree/customer_session_gateway.pyi +17 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/__init__.pyi +13 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/enums/__init__.pyi +2 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/enums/recommendations.pyi +4 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/enums/recommended_payment_option.pyi +5 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/__init__.pyi +5 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/create_customer_session_input.pyi +23 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/customer_recommendations_input.pyi +22 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/customer_session_input.pyi +27 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/phone_input.pyi +14 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/inputs/update_customer_session_input.pyi +17 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/types/__init__.pyi +4 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/types/customer_recommendations_payload.pyi +8 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/types/payment_options.pyi +8 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/unions/__init__.pyi +1 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/graphql/unions/customer_recommendations.pyi +7 -0
- package/dist/typeshed-fallback/stubs/braintree/braintree/util/graphql_client.pyi +8 -0
- package/dist/typeshed-fallback/stubs/decorator/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/decorator/decorator.pyi +3 -1
- package/dist/typeshed-fallback/stubs/django-import-export/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/hnswlib/METADATA.toml +4 -0
- package/dist/typeshed-fallback/stubs/hnswlib/hnswlib.pyi +62 -0
- package/dist/typeshed-fallback/stubs/peewee/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/peewee/peewee.pyi +4 -3
- package/dist/typeshed-fallback/stubs/psutil/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/psutil/psutil/__init__.pyi +0 -1
- package/dist/typeshed-fallback/stubs/psutil/psutil/_psaix.pyi +0 -6
- package/dist/typeshed-fallback/stubs/psutil/psutil/_pslinux.pyi +0 -3
- package/dist/typeshed-fallback/stubs/psutil/psutil/_pssunos.pyi +0 -7
- package/dist/typeshed-fallback/stubs/psutil/psutil/_pswindows.pyi +0 -3
- package/dist/typeshed-fallback/stubs/pyinstaller/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/pyinstaller/PyInstaller/building/api.pyi +4 -4
- package/dist/typeshed-fallback/stubs/pyperclip/METADATA.toml +6 -0
- package/dist/typeshed-fallback/stubs/pyperclip/pyperclip/__init__.pyi +24 -0
- package/dist/typeshed-fallback/stubs/python-jose/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/python-jose/jose/backends/cryptography_backend.pyi +2 -1
- package/dist/typeshed-fallback/stubs/python-jose/jose/constants.pyi +3 -0
- package/dist/typeshed-fallback/stubs/python-jose/jose/utils.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/renderPM.pyi +2 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/renderbase.pyi +1 -1
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/shapes.pyi +5 -5
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/transform.pyi +5 -5
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/rl_accel.pyi +1 -1
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/rl_safe_eval.pyi +0 -2
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/testutils.pyi +6 -1
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfbase/pdfmetrics.pyi +1 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfbase/ttfonts.pyi +35 -1
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfgen/canvas.pyi +1 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/rl_config.pyi +1 -0
- package/dist/typeshed-fallback/stubs/reportlab/reportlab/rl_settings.pyi +1 -0
- package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/util.pyi +2 -2
- package/dist/typeshed-fallback/stubs/simplejson/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/zstd/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/zstd/zstd.pyi +4 -0
- package/dist/typeshed-fallback/stubs/zxcvbn/METADATA.toml +1 -1
- package/dist/typeshed-fallback/stubs/zxcvbn/zxcvbn/__init__.pyi +1 -1
- package/package.json +1 -1
- package/dist/typeshed-fallback/stubs/psutil/psutil/_compat.pyi +0 -25
- package/dist/typeshed-fallback/stubs/pyOpenSSL/METADATA.toml +0 -9
- package/dist/typeshed-fallback/stubs/pyOpenSSL/OpenSSL/SSL.pyi +0 -206
- package/dist/typeshed-fallback/stubs/pyOpenSSL/OpenSSL/__init__.pyi +0 -0
- package/dist/typeshed-fallback/stubs/pyOpenSSL/OpenSSL/crypto.pyi +0 -188
- package/dist/typeshed-fallback/stubs/pyOpenSSL/OpenSSL/rand.pyi +0 -4
- 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.