basedpyright 1.28.4 → 1.28.5

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 (988) 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/VERSIONS +0 -4
  7. package/dist/typeshed-fallback/stdlib/_ast.pyi +0 -11
  8. package/dist/typeshed-fallback/stdlib/_asyncio.pyi +17 -32
  9. package/dist/typeshed-fallback/stdlib/_blake2.pyi +36 -77
  10. package/dist/typeshed-fallback/stdlib/_codecs.pyi +4 -18
  11. package/dist/typeshed-fallback/stdlib/_collections_abc.pyi +2 -2
  12. package/dist/typeshed-fallback/stdlib/_contextvars.pyi +7 -12
  13. package/dist/typeshed-fallback/stdlib/_ctypes.pyi +5 -8
  14. package/dist/typeshed-fallback/stdlib/_curses.pyi +34 -40
  15. package/dist/typeshed-fallback/stdlib/_hashlib.pyi +136 -147
  16. package/dist/typeshed-fallback/stdlib/_queue.pyi +4 -8
  17. package/dist/typeshed-fallback/stdlib/_socket.pyi +26 -39
  18. package/dist/typeshed-fallback/stdlib/_tracemalloc.pyi +6 -10
  19. package/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi +3 -2
  20. package/dist/typeshed-fallback/stdlib/_weakrefset.pyi +7 -11
  21. package/dist/typeshed-fallback/stdlib/aifc.pyi +1 -13
  22. package/dist/typeshed-fallback/stdlib/argparse.pyi +20 -63
  23. package/dist/typeshed-fallback/stdlib/array.pyi +3 -10
  24. package/dist/typeshed-fallback/stdlib/ast.pyi +16 -41
  25. package/dist/typeshed-fallback/stdlib/asyncio/__init__.pyi +3 -178
  26. package/dist/typeshed-fallback/stdlib/asyncio/base_events.pyi +2 -5
  27. package/dist/typeshed-fallback/stdlib/asyncio/events.pyi +20 -33
  28. package/dist/typeshed-fallback/stdlib/asyncio/locks.pyi +6 -24
  29. package/dist/typeshed-fallback/stdlib/asyncio/queues.pyi +7 -10
  30. package/dist/typeshed-fallback/stdlib/asyncio/sslproto.pyi +1 -1
  31. package/dist/typeshed-fallback/stdlib/asyncio/tasks.pyi +1 -3
  32. package/dist/typeshed-fallback/stdlib/asyncio/transports.pyi +4 -2
  33. package/dist/typeshed-fallback/stdlib/asyncio/unix_events.pyi +13 -24
  34. package/dist/typeshed-fallback/stdlib/base64.pyi +0 -4
  35. package/dist/typeshed-fallback/stdlib/builtins.pyi +121 -132
  36. package/dist/typeshed-fallback/stdlib/bz2.pyi +9 -29
  37. package/dist/typeshed-fallback/stdlib/code.pyi +7 -7
  38. package/dist/typeshed-fallback/stdlib/collections/__init__.pyi +64 -73
  39. package/dist/typeshed-fallback/stdlib/colorsys.pyi +1 -1
  40. package/dist/typeshed-fallback/stdlib/compileall.pyi +1 -25
  41. package/dist/typeshed-fallback/stdlib/concurrent/futures/_base.pyi +13 -31
  42. package/dist/typeshed-fallback/stdlib/concurrent/futures/process.pyi +22 -28
  43. package/dist/typeshed-fallback/stdlib/concurrent/futures/thread.pyi +7 -11
  44. package/dist/typeshed-fallback/stdlib/contextlib.pyi +3 -8
  45. package/dist/typeshed-fallback/stdlib/csv.pyi +1 -3
  46. package/dist/typeshed-fallback/stdlib/ctypes/__init__.pyi +103 -60
  47. package/dist/typeshed-fallback/stdlib/ctypes/wintypes.pyi +10 -2
  48. package/dist/typeshed-fallback/stdlib/dataclasses.pyi +13 -25
  49. package/dist/typeshed-fallback/stdlib/datetime.pyi +15 -19
  50. package/dist/typeshed-fallback/stdlib/difflib.pyi +8 -16
  51. package/dist/typeshed-fallback/stdlib/distutils/command/bdist_msi.pyi +1 -2
  52. package/dist/typeshed-fallback/stdlib/distutils/fancy_getopt.pyi +1 -1
  53. package/dist/typeshed-fallback/stdlib/encodings/raw_unicode_escape.pyi +5 -16
  54. package/dist/typeshed-fallback/stdlib/encodings/unicode_escape.pyi +5 -16
  55. package/dist/typeshed-fallback/stdlib/enum.pyi +3 -10
  56. package/dist/typeshed-fallback/stdlib/fcntl.pyi +4 -6
  57. package/dist/typeshed-fallback/stdlib/filecmp.pyi +7 -10
  58. package/dist/typeshed-fallback/stdlib/fileinput.pyi +7 -11
  59. package/dist/typeshed-fallback/stdlib/fractions.pyi +2 -13
  60. package/dist/typeshed-fallback/stdlib/ftplib.pyi +12 -37
  61. package/dist/typeshed-fallback/stdlib/functools.pyi +22 -34
  62. package/dist/typeshed-fallback/stdlib/gc.pyi +3 -7
  63. package/dist/typeshed-fallback/stdlib/hashlib.pyi +8 -26
  64. package/dist/typeshed-fallback/stdlib/hmac.pyi +2 -11
  65. package/dist/typeshed-fallback/stdlib/http/__init__.pyi +3 -6
  66. package/dist/typeshed-fallback/stdlib/http/client.pyi +3 -6
  67. package/dist/typeshed-fallback/stdlib/http/cookies.pyi +7 -11
  68. package/dist/typeshed-fallback/stdlib/imaplib.pyi +6 -29
  69. package/dist/typeshed-fallback/stdlib/importlib/abc.pyi +42 -43
  70. package/dist/typeshed-fallback/stdlib/importlib/metadata/__init__.pyi +4 -5
  71. package/dist/typeshed-fallback/stdlib/importlib/resources/__init__.pyi +18 -13
  72. package/dist/typeshed-fallback/stdlib/importlib/resources/_common.pyi +2 -2
  73. package/dist/typeshed-fallback/stdlib/importlib/resources/_functional.pyi +2 -2
  74. package/dist/typeshed-fallback/stdlib/inspect.pyi +1 -2
  75. package/dist/typeshed-fallback/stdlib/ipaddress.pyi +10 -14
  76. package/dist/typeshed-fallback/stdlib/itertools.pyi +4 -7
  77. package/dist/typeshed-fallback/stdlib/keyword.pyi +7 -12
  78. package/dist/typeshed-fallback/stdlib/linecache.pyi +1 -5
  79. package/dist/typeshed-fallback/stdlib/logging/__init__.pyi +20 -47
  80. package/dist/typeshed-fallback/stdlib/logging/handlers.pyi +34 -72
  81. package/dist/typeshed-fallback/stdlib/mailbox.pyi +13 -18
  82. package/dist/typeshed-fallback/stdlib/math.pyi +10 -21
  83. package/dist/typeshed-fallback/stdlib/multiprocessing/managers.pyi +7 -11
  84. package/dist/typeshed-fallback/stdlib/multiprocessing/pool.pyi +7 -12
  85. package/dist/typeshed-fallback/stdlib/multiprocessing/queues.pyi +8 -13
  86. package/dist/typeshed-fallback/stdlib/multiprocessing/shared_memory.pyi +7 -10
  87. package/dist/typeshed-fallback/stdlib/nntplib.pyi +0 -5
  88. package/dist/typeshed-fallback/stdlib/nt.pyi +2 -2
  89. package/dist/typeshed-fallback/stdlib/opcode.pyi +1 -17
  90. package/dist/typeshed-fallback/stdlib/optparse.pyi +1 -1
  91. package/dist/typeshed-fallback/stdlib/os/__init__.pyi +46 -73
  92. package/dist/typeshed-fallback/stdlib/pathlib.pyi +5 -11
  93. package/dist/typeshed-fallback/stdlib/pkgutil.pyi +1 -3
  94. package/dist/typeshed-fallback/stdlib/platform.pyi +23 -34
  95. package/dist/typeshed-fallback/stdlib/plistlib.pyi +2 -32
  96. package/dist/typeshed-fallback/stdlib/posix.pyi +5 -6
  97. package/dist/typeshed-fallback/stdlib/pstats.pyi +16 -23
  98. package/dist/typeshed-fallback/stdlib/queue.pyi +8 -11
  99. package/dist/typeshed-fallback/stdlib/random.pyi +6 -19
  100. package/dist/typeshed-fallback/stdlib/re.pyi +7 -11
  101. package/dist/typeshed-fallback/stdlib/shutil.pyi +10 -16
  102. package/dist/typeshed-fallback/stdlib/signal.pyi +2 -3
  103. package/dist/typeshed-fallback/stdlib/smtplib.pyi +8 -17
  104. package/dist/typeshed-fallback/stdlib/socket.pyi +56 -65
  105. package/dist/typeshed-fallback/stdlib/ssl.pyi +0 -2
  106. package/dist/typeshed-fallback/stdlib/statistics.pyi +1 -3
  107. package/dist/typeshed-fallback/stdlib/string.pyi +2 -9
  108. package/dist/typeshed-fallback/stdlib/subprocess.pyi +19 -554
  109. package/dist/typeshed-fallback/stdlib/sunau.pyi +0 -4
  110. package/dist/typeshed-fallback/stdlib/symtable.pyi +2 -6
  111. package/dist/typeshed-fallback/stdlib/sys/__init__.pyi +4 -10
  112. package/dist/typeshed-fallback/stdlib/tarfile.pyi +1 -5
  113. package/dist/typeshed-fallback/stdlib/tempfile.pyi +13 -18
  114. package/dist/typeshed-fallback/stdlib/threading.pyi +1 -6
  115. package/dist/typeshed-fallback/stdlib/time.pyi +1 -1
  116. package/dist/typeshed-fallback/stdlib/tkinter/__init__.pyi +134 -135
  117. package/dist/typeshed-fallback/stdlib/tkinter/colorchooser.pyi +4 -12
  118. package/dist/typeshed-fallback/stdlib/tkinter/commondialog.pyi +1 -3
  119. package/dist/typeshed-fallback/stdlib/tkinter/dialog.pyi +1 -3
  120. package/dist/typeshed-fallback/stdlib/tkinter/dnd.pyi +1 -3
  121. package/dist/typeshed-fallback/stdlib/tkinter/filedialog.pyi +15 -17
  122. package/dist/typeshed-fallback/stdlib/tkinter/font.pyi +1 -2
  123. package/dist/typeshed-fallback/stdlib/tkinter/messagebox.pyi +1 -12
  124. package/dist/typeshed-fallback/stdlib/trace.pyi +1 -5
  125. package/dist/typeshed-fallback/stdlib/tracemalloc.pyi +4 -11
  126. package/dist/typeshed-fallback/stdlib/types.pyi +49 -55
  127. package/dist/typeshed-fallback/stdlib/typing.pyi +46 -68
  128. package/dist/typeshed-fallback/stdlib/typing_extensions.pyi +41 -47
  129. package/dist/typeshed-fallback/stdlib/unittest/async_case.pyi +2 -2
  130. package/dist/typeshed-fallback/stdlib/unittest/case.pyi +9 -48
  131. package/dist/typeshed-fallback/stdlib/unittest/mock.pyi +0 -3
  132. package/dist/typeshed-fallback/stdlib/urllib/parse.pyi +8 -17
  133. package/dist/typeshed-fallback/stdlib/urllib/request.pyi +1 -1
  134. package/dist/typeshed-fallback/stdlib/urllib/response.pyi +2 -5
  135. package/dist/typeshed-fallback/stdlib/uuid.pyi +1 -7
  136. package/dist/typeshed-fallback/stdlib/venv/__init__.pyi +4 -26
  137. package/dist/typeshed-fallback/stdlib/warnings.pyi +8 -9
  138. package/dist/typeshed-fallback/stdlib/wave.pyi +1 -8
  139. package/dist/typeshed-fallback/stdlib/weakref.pyi +18 -24
  140. package/dist/typeshed-fallback/stdlib/xml/dom/minidom.pyi +42 -86
  141. package/dist/typeshed-fallback/stdlib/xml/etree/ElementInclude.pyi +3 -10
  142. package/dist/typeshed-fallback/stdlib/xml/etree/ElementTree.pyi +3 -14
  143. package/dist/typeshed-fallback/stdlib/xml/sax/expatreader.pyi +1 -5
  144. package/dist/typeshed-fallback/stdlib/zipfile/__init__.pyi +14 -20
  145. package/dist/typeshed-fallback/stdlib/zoneinfo/__init__.pyi +28 -35
  146. package/dist/typeshed-fallback/stubs/Authlib/authlib/__init__.pyi +7 -3
  147. package/dist/typeshed-fallback/stubs/Authlib/authlib/common/encoding.pyi +26 -10
  148. package/dist/typeshed-fallback/stubs/Authlib/authlib/common/errors.pyi +11 -16
  149. package/dist/typeshed-fallback/stubs/Authlib/authlib/common/security.pyi +3 -1
  150. package/dist/typeshed-fallback/stubs/Authlib/authlib/common/urls.pyi +4 -4
  151. package/dist/typeshed-fallback/stubs/Authlib/authlib/consts.pyi +7 -7
  152. package/dist/typeshed-fallback/stubs/Authlib/authlib/deprecate.pyi +1 -5
  153. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/__init__.pyi +2 -4
  154. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/rfc7519/claims.pyi +2 -2
  155. package/dist/typeshed-fallback/stubs/Authlib/authlib/jose/util.pyi +7 -3
  156. package/dist/typeshed-fallback/stubs/Flask-SocketIO/flask_socketio/test_client.pyi +1 -1
  157. package/dist/typeshed-fallback/stubs/JACK-Client/METADATA.toml +2 -2
  158. package/dist/typeshed-fallback/stubs/JACK-Client/jack/__init__.pyi +12 -13
  159. package/dist/typeshed-fallback/stubs/Markdown/markdown/__init__.pyi +3 -0
  160. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/extra.pyi +1 -3
  161. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/meta.pyi +0 -2
  162. package/dist/typeshed-fallback/stubs/Markdown/markdown/extensions/smarty.pyi +1 -2
  163. package/dist/typeshed-fallback/stubs/Markdown/markdown/treeprocessors.pyi +2 -2
  164. package/dist/typeshed-fallback/stubs/Markdown/markdown/util.pyi +12 -12
  165. package/dist/typeshed-fallback/stubs/PyYAML/yaml/composer.pyi +2 -0
  166. package/dist/typeshed-fallback/stubs/PyYAML/yaml/constructor.pyi +2 -0
  167. package/dist/typeshed-fallback/stubs/PyYAML/yaml/dumper.pyi +2 -0
  168. package/dist/typeshed-fallback/stubs/PyYAML/yaml/emitter.pyi +2 -0
  169. package/dist/typeshed-fallback/stubs/PyYAML/yaml/error.pyi +2 -0
  170. package/dist/typeshed-fallback/stubs/PyYAML/yaml/loader.pyi +2 -0
  171. package/dist/typeshed-fallback/stubs/PyYAML/yaml/parser.pyi +2 -0
  172. package/dist/typeshed-fallback/stubs/PyYAML/yaml/reader.pyi +2 -0
  173. package/dist/typeshed-fallback/stubs/PyYAML/yaml/representer.pyi +5 -3
  174. package/dist/typeshed-fallback/stubs/PyYAML/yaml/resolver.pyi +2 -0
  175. package/dist/typeshed-fallback/stubs/PyYAML/yaml/scanner.pyi +2 -0
  176. package/dist/typeshed-fallback/stubs/PyYAML/yaml/serializer.pyi +2 -0
  177. package/dist/typeshed-fallback/stubs/WTForms/wtforms/form.pyi +2 -0
  178. package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/__init__.pyi +2 -0
  179. package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/base.pyi +1 -1
  180. package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/tempfile/__init__.pyi +2 -0
  181. package/dist/typeshed-fallback/stubs/aiofiles/aiofiles/threadpool/__init__.pyi +2 -0
  182. package/dist/typeshed-fallback/stubs/auth0-python/METADATA.toml +3 -0
  183. package/dist/typeshed-fallback/stubs/auth0-python/auth0/__init__.pyi +7 -0
  184. package/dist/typeshed-fallback/stubs/auth0-python/auth0/asyncify.pyi +6 -0
  185. package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/__init__.pyi +10 -0
  186. package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/async_token_verifier.pyi +27 -0
  187. package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/back_channel_login.pyi +4 -0
  188. package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/base.pyi +31 -0
  189. package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/client_authentication.pyi +13 -0
  190. package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/database.pyi +21 -0
  191. package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/delegated.pyi +12 -0
  192. package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/enterprise.pyi +5 -0
  193. package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/get_token.pyi +21 -0
  194. package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/passwordless.pyi +5 -0
  195. package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/pushed_authorization_requests.pyi +4 -0
  196. package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/revoke_token.pyi +4 -0
  197. package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/social.pyi +4 -0
  198. package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/token_verifier.pyi +29 -0
  199. package/dist/typeshed-fallback/stubs/auth0-python/auth0/authentication/users.pyi +11 -0
  200. package/dist/typeshed-fallback/stubs/auth0-python/auth0/exceptions.pyi +14 -0
  201. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/__init__.pyi +63 -0
  202. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/actions.pyi +64 -0
  203. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/async_auth0.pyi +15 -0
  204. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/attack_protection.pyi +30 -0
  205. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/auth0.pyi +67 -0
  206. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/blacklists.pyi +21 -0
  207. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/branding.pyi +38 -0
  208. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/client_credentials.pyi +26 -0
  209. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/client_grants.pyi +60 -0
  210. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/clients.pyi +44 -0
  211. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/connections.pyi +48 -0
  212. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/custom_domains.pyi +28 -0
  213. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/device_credentials.pyi +44 -0
  214. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/email_templates.pyi +24 -0
  215. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/emails.pyi +26 -0
  216. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/grants.pyi +34 -0
  217. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/guardian.pyi +38 -0
  218. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/hooks.pyi +52 -0
  219. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/jobs.pyi +42 -0
  220. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/log_streams.pyi +29 -0
  221. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/logs.pyi +44 -0
  222. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/organizations.pyi +134 -0
  223. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/prompts.pyi +28 -0
  224. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/resource_servers.pyi +28 -0
  225. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/roles.pyi +63 -0
  226. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/rules.pyi +46 -0
  227. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/rules_configs.pyi +24 -0
  228. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/stats.pyi +24 -0
  229. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/tenants.pyi +22 -0
  230. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/tickets.pyi +22 -0
  231. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/user_blocks.pyi +26 -0
  232. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/users.pyi +117 -0
  233. package/dist/typeshed-fallback/stubs/auth0-python/auth0/management/users_by_email.pyi +24 -0
  234. package/dist/typeshed-fallback/stubs/auth0-python/auth0/rest.pyi +48 -0
  235. package/dist/typeshed-fallback/stubs/auth0-python/auth0/rest_async.pyi +29 -0
  236. package/dist/typeshed-fallback/stubs/auth0-python/auth0/types.pyi +5 -0
  237. package/dist/typeshed-fallback/stubs/auth0-python/auth0/utils.pyi +1 -0
  238. package/dist/typeshed-fallback/stubs/boltons/boltons/debugutils.pyi +2 -0
  239. package/dist/typeshed-fallback/stubs/boltons/boltons/dictutils.pyi +2 -0
  240. package/dist/typeshed-fallback/stubs/boltons/boltons/excutils.pyi +2 -0
  241. package/dist/typeshed-fallback/stubs/boltons/boltons/fileutils.pyi +2 -0
  242. package/dist/typeshed-fallback/stubs/boltons/boltons/formatutils.pyi +9 -0
  243. package/dist/typeshed-fallback/stubs/boltons/boltons/gcutils.pyi +2 -0
  244. package/dist/typeshed-fallback/stubs/boltons/boltons/jsonutils.pyi +2 -0
  245. package/dist/typeshed-fallback/stubs/boltons/boltons/listutils.pyi +2 -0
  246. package/dist/typeshed-fallback/stubs/boltons/boltons/namedutils.pyi +2 -0
  247. package/dist/typeshed-fallback/stubs/boltons/boltons/pathutils.pyi +2 -0
  248. package/dist/typeshed-fallback/stubs/boltons/boltons/queueutils.pyi +2 -0
  249. package/dist/typeshed-fallback/stubs/boltons/boltons/setutils.pyi +2 -0
  250. package/dist/typeshed-fallback/stubs/boltons/boltons/strutils.pyi +35 -0
  251. package/dist/typeshed-fallback/stubs/boltons/boltons/tableutils.pyi +2 -0
  252. package/dist/typeshed-fallback/stubs/boltons/boltons/tbutils.pyi +11 -0
  253. package/dist/typeshed-fallback/stubs/cffi/cffi/__init__.pyi +7 -3
  254. package/dist/typeshed-fallback/stubs/cffi/cffi/backend_ctypes.pyi +2 -1
  255. package/dist/typeshed-fallback/stubs/cffi/cffi/cffi_opcode.pyi +88 -88
  256. package/dist/typeshed-fallback/stubs/cffi/cffi/ffiplatform.pyi +5 -4
  257. package/dist/typeshed-fallback/stubs/cffi/cffi/model.pyi +58 -56
  258. package/dist/typeshed-fallback/stubs/cffi/cffi/pkgconfig.pyi +5 -3
  259. package/dist/typeshed-fallback/stubs/cffi/cffi/recompiler.pyi +34 -32
  260. package/dist/typeshed-fallback/stubs/cffi/cffi/verifier.pyi +22 -18
  261. package/dist/typeshed-fallback/stubs/click-default-group/click_default_group.pyi +1 -0
  262. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/__init__.pyi +11 -0
  263. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/format/__init__.pyi +15 -0
  264. package/dist/typeshed-fallback/stubs/console-menu/consolemenu/items/__init__.pyi +2 -0
  265. package/dist/typeshed-fallback/stubs/croniter/METADATA.toml +1 -1
  266. package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/hijri.pyi +2 -3
  267. package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/hijri_parser.pyi +8 -7
  268. package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/jalali.pyi +2 -2
  269. package/dist/typeshed-fallback/stubs/dateparser/dateparser/calendars/jalali_parser.pyi +1 -1
  270. package/dist/typeshed-fallback/stubs/dateparser/dateparser/conf.pyi +5 -6
  271. package/dist/typeshed-fallback/stubs/dateparser/dateparser/data/languages_info.pyi +5 -3
  272. package/dist/typeshed-fallback/stubs/dateparser/dateparser/date.pyi +18 -18
  273. package/dist/typeshed-fallback/stubs/dateparser/dateparser/date_parser.pyi +11 -4
  274. package/dist/typeshed-fallback/stubs/dateparser/dateparser/freshness_date_parser.pyi +11 -7
  275. package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/__init__.pyi +2 -0
  276. package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/dictionary.pyi +16 -12
  277. package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/loader.pyi +4 -3
  278. package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/locale.pyi +2 -1
  279. package/dist/typeshed-fallback/stubs/dateparser/dateparser/languages/validation.pyi +6 -5
  280. package/dist/typeshed-fallback/stubs/dateparser/dateparser/parser.pyi +46 -35
  281. package/dist/typeshed-fallback/stubs/dateparser/dateparser/timezone_parser.pyi +15 -14
  282. package/dist/typeshed-fallback/stubs/dateparser/dateparser/timezones.pyi +3 -1
  283. package/dist/typeshed-fallback/stubs/dateparser/dateparser/utils/__init__.pyi +2 -1
  284. package/dist/typeshed-fallback/stubs/dateparser/dateparser/utils/strptime.pyi +4 -3
  285. package/dist/typeshed-fallback/stubs/dateparser/dateparser_data/settings.pyi +3 -3
  286. package/dist/typeshed-fallback/stubs/decorator/decorator.pyi +8 -8
  287. package/dist/typeshed-fallback/stubs/editdistance/editdistance/__init__.pyi +2 -0
  288. package/dist/typeshed-fallback/stubs/flake8/METADATA.toml +1 -1
  289. package/dist/typeshed-fallback/stubs/gdb/gdb/__init__.pyi +0 -1
  290. package/dist/typeshed-fallback/stubs/geopandas/geopandas/tools/geocoding.pyi +1 -1
  291. package/dist/typeshed-fallback/stubs/gevent/gevent/_abstract_linkable.pyi +2 -0
  292. package/dist/typeshed-fallback/stubs/gevent/gevent/_ffi/loop.pyi +7 -1
  293. package/dist/typeshed-fallback/stubs/gevent/gevent/_ffi/watcher.pyi +2 -0
  294. package/dist/typeshed-fallback/stubs/gevent/gevent/_greenlet_primitives.pyi +2 -0
  295. package/dist/typeshed-fallback/stubs/gevent/gevent/_ident.pyi +2 -0
  296. package/dist/typeshed-fallback/stubs/gevent/gevent/_imap.pyi +2 -0
  297. package/dist/typeshed-fallback/stubs/gevent/gevent/ares.pyi +5 -0
  298. package/dist/typeshed-fallback/stubs/gevent/gevent/backdoor.pyi +2 -0
  299. package/dist/typeshed-fallback/stubs/gevent/gevent/baseserver.pyi +2 -0
  300. package/dist/typeshed-fallback/stubs/gevent/gevent/event.pyi +2 -0
  301. package/dist/typeshed-fallback/stubs/gevent/gevent/events.pyi +32 -0
  302. package/dist/typeshed-fallback/stubs/gevent/gevent/exceptions.pyi +2 -0
  303. package/dist/typeshed-fallback/stubs/gevent/gevent/fileobject.pyi +2 -0
  304. package/dist/typeshed-fallback/stubs/gevent/gevent/greenlet.pyi +2 -0
  305. package/dist/typeshed-fallback/stubs/gevent/gevent/hub.pyi +2 -0
  306. package/dist/typeshed-fallback/stubs/gevent/gevent/libev/__init__.pyi +1 -0
  307. package/dist/typeshed-fallback/stubs/gevent/gevent/libev/corecext.pyi +10 -0
  308. package/dist/typeshed-fallback/stubs/gevent/gevent/libev/corecffi.pyi +10 -0
  309. package/dist/typeshed-fallback/stubs/gevent/gevent/libuv/__init__.pyi +1 -0
  310. package/dist/typeshed-fallback/stubs/gevent/gevent/libuv/loop.pyi +2 -0
  311. package/dist/typeshed-fallback/stubs/gevent/gevent/libuv/watcher.pyi +2 -0
  312. package/dist/typeshed-fallback/stubs/gevent/gevent/local.pyi +2 -0
  313. package/dist/typeshed-fallback/stubs/gevent/gevent/monkey/__init__.pyi +28 -0
  314. package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/__init__.pyi +2 -0
  315. package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/ares.pyi +2 -0
  316. package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/blocking.pyi +2 -0
  317. package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/dnspython.pyi +2 -0
  318. package/dist/typeshed-fallback/stubs/gevent/gevent/resolver/thread.pyi +2 -0
  319. package/dist/typeshed-fallback/stubs/gevent/gevent/resolver_ares.pyi +5 -0
  320. package/dist/typeshed-fallback/stubs/gevent/gevent/resolver_thread.pyi +1 -0
  321. package/dist/typeshed-fallback/stubs/gevent/gevent/server.pyi +2 -0
  322. package/dist/typeshed-fallback/stubs/gevent/gevent/signal.pyi +2 -0
  323. package/dist/typeshed-fallback/stubs/gevent/gevent/threadpool.pyi +2 -0
  324. package/dist/typeshed-fallback/stubs/gevent/gevent/timeout.pyi +2 -0
  325. package/dist/typeshed-fallback/stubs/gevent/gevent/util.pyi +2 -0
  326. package/dist/typeshed-fallback/stubs/gevent/gevent/win32util.pyi +2 -0
  327. package/dist/typeshed-fallback/stubs/greenlet/greenlet/__init__.pyi +1 -0
  328. package/dist/typeshed-fallback/stubs/hdbcli/METADATA.toml +1 -1
  329. package/dist/typeshed-fallback/stubs/hdbcli/hdbcli/__init__.pyi +2 -0
  330. package/dist/typeshed-fallback/stubs/hdbcli/hdbcli/dbapi.pyi +13 -13
  331. package/dist/typeshed-fallback/stubs/httplib2/httplib2/__init__.pyi +14 -0
  332. package/dist/typeshed-fallback/stubs/icalendar/METADATA.toml +1 -1
  333. package/dist/typeshed-fallback/stubs/icalendar/icalendar/prop.pyi +124 -86
  334. package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/equivalent_timezone_ids.pyi +2 -4
  335. package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/tzid.pyi +0 -1
  336. package/dist/typeshed-fallback/stubs/icalendar/icalendar/timezone/zoneinfo.pyi +1 -6
  337. package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/common.pyi +7 -5
  338. package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jwe.pyi +17 -15
  339. package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jwk.pyi +163 -54
  340. package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jws.pyi +27 -15
  341. package/dist/typeshed-fallback/stubs/jwcrypto/jwcrypto/jwt.pyi +6 -5
  342. package/dist/typeshed-fallback/stubs/libsass/sass.pyi +17 -0
  343. package/dist/typeshed-fallback/stubs/libsass/sassutils/builder.pyi +2 -0
  344. package/dist/typeshed-fallback/stubs/libsass/sassutils/distutils.pyi +2 -0
  345. package/dist/typeshed-fallback/stubs/libsass/sassutils/wsgi.pyi +2 -0
  346. package/dist/typeshed-fallback/stubs/mypy-extensions/mypy_extensions.pyi +10 -12
  347. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/__init__.pyi +44 -0
  348. package/dist/typeshed-fallback/stubs/mysqlclient/MySQLdb/constants/__init__.pyi +2 -0
  349. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/__init__.pyi +7 -2
  350. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/common.pyi +65 -48
  351. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/__init__.pyi +23 -21
  352. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/access_token.pyi +2 -2
  353. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/request_token.pyi +2 -2
  354. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/resource.pyi +2 -2
  355. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/signature_only.pyi +2 -2
  356. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/signature.pyi +28 -21
  357. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth1/rfc5849/utils.pyi +17 -8
  358. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/__init__.pyi +1 -0
  359. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/__init__.pyi +2 -2
  360. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/backend_application.pyi +11 -5
  361. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/base.pyi +85 -60
  362. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/legacy_application.pyi +36 -4
  363. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/mobile_application.pyi +10 -9
  364. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/service_application.pyi +42 -20
  365. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/web_application.pyi +37 -13
  366. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/authorization.pyi +12 -10
  367. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/base.pyi +13 -9
  368. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/introspect.pyi +7 -4
  369. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/metadata.pyi +4 -4
  370. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/pre_configured.pyi +5 -5
  371. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/resource.pyi +9 -7
  372. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/revocation.pyi +7 -4
  373. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/token.pyi +11 -9
  374. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/errors.pyi +24 -15
  375. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/authorization_code.pyi +18 -12
  376. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/base.pyi +58 -22
  377. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/client_credentials.pyi +8 -5
  378. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/implicit.pyi +14 -8
  379. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/refresh_token.pyi +21 -7
  380. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.pyi +8 -5
  381. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/parameters.pyi +38 -15
  382. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/request_validator.pyi +3 -2
  383. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/tokens.pyi +46 -39
  384. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc6749/utils.pyi +16 -7
  385. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc8628/__init__.pyi +3 -0
  386. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc8628/clients/__init__.pyi +1 -0
  387. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/oauth2/rfc8628/clients/device.pyi +40 -0
  388. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/userinfo.pyi +2 -1
  389. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/authorization_code.pyi +2 -1
  390. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/base.pyi +2 -2
  391. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/dispatchers.pyi +2 -1
  392. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/hybrid.pyi +2 -1
  393. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/implicit.pyi +2 -1
  394. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/refresh_token.pyi +2 -1
  395. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/openid/connect/core/request_validator.pyi +2 -2
  396. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/signals.pyi +4 -5
  397. package/dist/typeshed-fallback/stubs/oauthlib/oauthlib/uri_validate.pyi +42 -41
  398. package/dist/typeshed-fallback/stubs/passlib/passlib/__init__.pyi +3 -0
  399. package/dist/typeshed-fallback/stubs/passlib/passlib/apache.pyi +83 -40
  400. package/dist/typeshed-fallback/stubs/passlib/passlib/context.pyi +2 -0
  401. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_blowfish/__init__.pyi +2 -0
  402. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_blowfish/base.pyi +2 -0
  403. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_blowfish/unrolled.pyi +2 -0
  404. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/_md4.pyi +2 -0
  405. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/digest.pyi +12 -0
  406. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/scrypt/__init__.pyi +2 -0
  407. package/dist/typeshed-fallback/stubs/passlib/passlib/crypto/scrypt/_builtin.pyi +2 -0
  408. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/argon2.pyi +2 -0
  409. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/bcrypt.pyi +2 -0
  410. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/cisco.pyi +2 -0
  411. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/des_crypt.pyi +2 -0
  412. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/digests.pyi +2 -0
  413. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/django.pyi +11 -0
  414. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/fshp.pyi +2 -0
  415. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/md5_crypt.pyi +2 -0
  416. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/misc.pyi +2 -0
  417. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/mssql.pyi +2 -0
  418. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/pbkdf2.pyi +2 -0
  419. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/phpass.pyi +2 -0
  420. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/postgres.pyi +2 -0
  421. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/roundup.pyi +2 -0
  422. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/scram.pyi +2 -0
  423. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/scrypt.pyi +2 -0
  424. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/sha1_crypt.pyi +2 -0
  425. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/sha2_crypt.pyi +2 -0
  426. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/sun_md5_crypt.pyi +2 -0
  427. package/dist/typeshed-fallback/stubs/passlib/passlib/handlers/windows.pyi +11 -2
  428. package/dist/typeshed-fallback/stubs/passlib/passlib/hosts.pyi +9 -7
  429. package/dist/typeshed-fallback/stubs/passlib/passlib/ifc.pyi +2 -0
  430. package/dist/typeshed-fallback/stubs/passlib/passlib/pwd.pyi +115 -33
  431. package/dist/typeshed-fallback/stubs/passlib/passlib/registry.pyi +11 -8
  432. package/dist/typeshed-fallback/stubs/passlib/passlib/totp.pyi +11 -0
  433. package/dist/typeshed-fallback/stubs/passlib/passlib/utils/__init__.pyi +36 -24
  434. package/dist/typeshed-fallback/stubs/passlib/passlib/utils/binary.pyi +53 -21
  435. package/dist/typeshed-fallback/stubs/passlib/passlib/utils/decor.pyi +9 -0
  436. package/dist/typeshed-fallback/stubs/passlib/passlib/utils/handlers.pyi +20 -0
  437. package/dist/typeshed-fallback/stubs/passlib/passlib/utils/md4.pyi +2 -0
  438. package/dist/typeshed-fallback/stubs/passlib/passlib/utils/pbkdf2.pyi +10 -0
  439. package/dist/typeshed-fallback/stubs/passlib/passlib/win32.pyi +13 -4
  440. package/dist/typeshed-fallback/stubs/peewee/peewee.pyi +78 -0
  441. package/dist/typeshed-fallback/stubs/pep8-naming/METADATA.toml +0 -4
  442. package/dist/typeshed-fallback/stubs/pep8-naming/pep8ext_naming.pyi +134 -16
  443. package/dist/typeshed-fallback/stubs/pika/pika/__init__.pyi +4 -0
  444. package/dist/typeshed-fallback/stubs/pika/pika/adapters/asyncio_connection.pyi +7 -4
  445. package/dist/typeshed-fallback/stubs/pika/pika/adapters/base_connection.pyi +2 -1
  446. package/dist/typeshed-fallback/stubs/pika/pika/adapters/blocking_connection.pyi +2 -1
  447. package/dist/typeshed-fallback/stubs/pika/pika/adapters/gevent_connection.pyi +2 -1
  448. package/dist/typeshed-fallback/stubs/pika/pika/adapters/select_connection.pyi +2 -1
  449. package/dist/typeshed-fallback/stubs/pika/pika/adapters/tornado_connection.pyi +2 -1
  450. package/dist/typeshed-fallback/stubs/pika/pika/adapters/twisted_connection.pyi +2 -1
  451. package/dist/typeshed-fallback/stubs/pika/pika/adapters/utils/selector_ioloop_adapter.pyi +2 -1
  452. package/dist/typeshed-fallback/stubs/pika/pika/callback.pyi +23 -12
  453. package/dist/typeshed-fallback/stubs/pika/pika/connection.pyi +11 -10
  454. package/dist/typeshed-fallback/stubs/pika/pika/diagnostic_utils.pyi +7 -1
  455. package/dist/typeshed-fallback/stubs/pika/pika/exceptions.pyi +13 -11
  456. package/dist/typeshed-fallback/stubs/pika/pika/heartbeat.pyi +2 -2
  457. package/dist/typeshed-fallback/stubs/pika/pika/spec.pyi +338 -332
  458. package/dist/typeshed-fallback/stubs/pika/pika/tcp_socket_opts.pyi +7 -4
  459. package/dist/typeshed-fallback/stubs/pika/pika/validators.pyi +12 -4
  460. package/dist/typeshed-fallback/stubs/polib/polib.pyi +13 -0
  461. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/internal/containers.pyi +5 -5
  462. package/dist/typeshed-fallback/stubs/protobuf/google/protobuf/message.pyi +4 -7
  463. package/dist/typeshed-fallback/stubs/psutil/psutil/_common.pyi +93 -0
  464. package/dist/typeshed-fallback/stubs/psutil/psutil/_psposix.pyi +2 -0
  465. package/dist/typeshed-fallback/stubs/pyflakes/METADATA.toml +1 -1
  466. package/dist/typeshed-fallback/stubs/pyflakes/pyflakes/api.pyi +4 -4
  467. package/dist/typeshed-fallback/stubs/pyflakes/pyflakes/checker.pyi +29 -30
  468. package/dist/typeshed-fallback/stubs/pyflakes/pyflakes/messages.pyi +59 -54
  469. package/dist/typeshed-fallback/stubs/pyserial/serial/win32.pyi +85 -0
  470. package/dist/typeshed-fallback/stubs/pytz/METADATA.toml +1 -1
  471. package/dist/typeshed-fallback/stubs/pytz/pytz/__init__.pyi +17 -0
  472. package/dist/typeshed-fallback/stubs/pytz/pytz/reference.pyi +2 -0
  473. package/dist/typeshed-fallback/stubs/pytz/pytz/tzinfo.pyi +2 -0
  474. package/dist/typeshed-fallback/stubs/qrcode/METADATA.toml +1 -1
  475. package/dist/typeshed-fallback/stubs/regex/regex/regex.pyi +3 -8
  476. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/__init__.pyi +2 -0
  477. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/eanbc.pyi +2 -0
  478. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/ecc200datamatrix.pyi +2 -0
  479. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/usps4s.pyi +2 -0
  480. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/barcode/widgets.pyi +15 -0
  481. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/svgpath.pyi +2 -0
  482. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/transform.pyi +15 -0
  483. package/dist/typeshed-fallback/stubs/reportlab/reportlab/graphics/utils.pyi +2 -0
  484. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/arciv.pyi +2 -0
  485. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/formatters.pyi +2 -0
  486. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/pygments2xpre.pyi +2 -0
  487. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/rl_accel.pyi +14 -0
  488. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/rltempfile.pyi +2 -0
  489. package/dist/typeshed-fallback/stubs/reportlab/reportlab/lib/styles.pyi +2 -0
  490. package/dist/typeshed-fallback/stubs/reportlab/reportlab/pdfgen/canvas.pyi +2 -0
  491. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/frames.pyi +2 -0
  492. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/multicol.pyi +2 -0
  493. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/paragraph.pyi +2 -0
  494. package/dist/typeshed-fallback/stubs/reportlab/reportlab/platypus/xpreformatted.pyi +2 -0
  495. package/dist/typeshed-fallback/stubs/reportlab/reportlab/rl_settings.pyi +69 -0
  496. package/dist/typeshed-fallback/stubs/requests/requests/sessions.pyi +0 -3
  497. package/dist/typeshed-fallback/stubs/retry/retry/__init__.pyi +2 -0
  498. package/dist/typeshed-fallback/stubs/rfc3339-validator/METADATA.toml +2 -0
  499. package/dist/typeshed-fallback/stubs/rfc3339-validator/rfc3339_validator.pyi +10 -0
  500. package/dist/typeshed-fallback/stubs/setuptools/METADATA.toml +1 -1
  501. package/dist/typeshed-fallback/stubs/setuptools/distutils/compilers/C/unix.pyi +1 -0
  502. package/dist/typeshed-fallback/stubs/setuptools/distutils/unixccompiler.pyi +1 -0
  503. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/_msvccompiler.pyi +2 -0
  504. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/__init__.pyi +2 -2
  505. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/build.pyi +0 -2
  506. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/command/install.pyi +3 -2
  507. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/msvc.pyi +2 -7
  508. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/compilers/C/unix.pyi +16 -0
  509. package/dist/typeshed-fallback/stubs/setuptools/setuptools/_distutils/unixccompiler.pyi +3 -0
  510. package/dist/typeshed-fallback/stubs/setuptools/setuptools/dist.pyi +0 -2
  511. package/dist/typeshed-fallback/stubs/shapely/shapely/_ragged_array.pyi +2 -0
  512. package/dist/typeshed-fallback/stubs/shapely/shapely/_typing.pyi +1 -1
  513. package/dist/typeshed-fallback/stubs/simplejson/simplejson/__init__.pyi +14 -0
  514. package/dist/typeshed-fallback/stubs/simplejson/simplejson/decoder.pyi +2 -0
  515. package/dist/typeshed-fallback/stubs/simplejson/simplejson/scanner.pyi +2 -0
  516. package/dist/typeshed-fallback/stubs/singledispatch/singledispatch.pyi +2 -0
  517. package/dist/typeshed-fallback/stubs/six/six/moves/_dummy_thread.pyi +1 -6
  518. package/dist/typeshed-fallback/stubs/toposort/toposort.pyi +2 -0
  519. package/dist/typeshed-fallback/stubs/tqdm/tqdm/_main.pyi +1 -3
  520. package/dist/typeshed-fallback/stubs/tqdm/tqdm/_tqdm.pyi +1 -10
  521. package/dist/typeshed-fallback/stubs/tqdm/tqdm/_tqdm_gui.pyi +1 -6
  522. package/dist/typeshed-fallback/stubs/tqdm/tqdm/_tqdm_notebook.pyi +1 -6
  523. package/dist/typeshed-fallback/stubs/tqdm/tqdm/contrib/logging.pyi +1 -1
  524. package/dist/typeshed-fallback/stubs/ujson/ujson.pyi +6 -6
  525. package/dist/typeshed-fallback/stubs/whatthepatch/whatthepatch/__init__.pyi +2 -0
  526. package/dist/typeshed-fallback/stubs/workalendar/workalendar/africa/__init__.pyi +14 -0
  527. package/dist/typeshed-fallback/stubs/workalendar/workalendar/america/__init__.pyi +88 -0
  528. package/dist/typeshed-fallback/stubs/workalendar/workalendar/asia/__init__.pyi +16 -0
  529. package/dist/typeshed-fallback/stubs/workalendar/workalendar/astronomy.pyi +2 -0
  530. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/__init__.pyi +141 -0
  531. package/dist/typeshed-fallback/stubs/workalendar/workalendar/europe/scotland/mixins/__init__.pyi +24 -0
  532. package/dist/typeshed-fallback/stubs/workalendar/workalendar/oceania/__init__.pyi +17 -0
  533. package/dist/typeshed-fallback/stubs/workalendar/workalendar/usa/__init__.pyi +72 -0
  534. package/dist/typeshed-fallback/stubs/xlrd/METADATA.toml +2 -0
  535. package/dist/typeshed-fallback/stubs/xlrd/xlrd/__init__.pyi +41 -0
  536. package/dist/typeshed-fallback/stubs/xlrd/xlrd/biffh.pyi +176 -0
  537. package/dist/typeshed-fallback/stubs/xlrd/xlrd/book.pyi +151 -0
  538. package/dist/typeshed-fallback/stubs/xlrd/xlrd/compdoc.pyi +54 -0
  539. package/dist/typeshed-fallback/stubs/xlrd/xlrd/formatting.pyi +111 -0
  540. package/dist/typeshed-fallback/stubs/xlrd/xlrd/formula.pyi +87 -0
  541. package/dist/typeshed-fallback/stubs/xlrd/xlrd/info.pyi +4 -0
  542. package/dist/typeshed-fallback/stubs/xlrd/xlrd/sheet.pyi +163 -0
  543. package/dist/typeshed-fallback/stubs/xlrd/xlrd/timemachine.pyi +19 -0
  544. package/dist/typeshed-fallback/stubs/xlrd/xlrd/xldate.pyi +24 -0
  545. package/dist/typeshed-fallback/stubs/zstd/METADATA.toml +1 -1
  546. package/package.json +1 -1
  547. package/dist/typeshed-fallback/stdlib/_dummy_thread.pyi +0 -33
  548. package/dist/typeshed-fallback/stdlib/_dummy_threading.pyi +0 -56
  549. package/dist/typeshed-fallback/stdlib/dummy_threading.pyi +0 -2
  550. package/dist/typeshed-fallback/stdlib/encodings/mac_centeuro.pyi +0 -21
  551. package/dist/typeshed-fallback/stubs/commonmark/METADATA.toml +0 -6
  552. package/dist/typeshed-fallback/stubs/commonmark/commonmark/__init__.pyi +0 -5
  553. package/dist/typeshed-fallback/stubs/commonmark/commonmark/blocks.pyi +0 -167
  554. package/dist/typeshed-fallback/stubs/commonmark/commonmark/cmark.pyi +0 -1
  555. package/dist/typeshed-fallback/stubs/commonmark/commonmark/common.pyi +0 -35
  556. package/dist/typeshed-fallback/stubs/commonmark/commonmark/dump.pyi +0 -3
  557. package/dist/typeshed-fallback/stubs/commonmark/commonmark/entitytrans.pyi +0 -1
  558. package/dist/typeshed-fallback/stubs/commonmark/commonmark/inlines.pyi +0 -65
  559. package/dist/typeshed-fallback/stubs/commonmark/commonmark/main.pyi +0 -3
  560. package/dist/typeshed-fallback/stubs/commonmark/commonmark/node.pyi +0 -51
  561. package/dist/typeshed-fallback/stubs/commonmark/commonmark/normalize_reference.pyi +0 -1
  562. package/dist/typeshed-fallback/stubs/commonmark/commonmark/render/__init__.pyi +0 -0
  563. package/dist/typeshed-fallback/stubs/commonmark/commonmark/render/html.pyi +0 -38
  564. package/dist/typeshed-fallback/stubs/commonmark/commonmark/render/renderer.pyi +0 -7
  565. package/dist/typeshed-fallback/stubs/commonmark/commonmark/render/rst.pyi +0 -26
  566. package/dist/typeshed-fallback/stubs/humanfriendly/METADATA.toml +0 -8
  567. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/__init__.pyi +0 -57
  568. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/case.pyi +0 -27
  569. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/cli.pyi +0 -13
  570. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/compat.pyi +0 -13
  571. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/decorators.pyi +0 -3
  572. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/deprecation.pyi +0 -14
  573. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/prompts.pyi +0 -14
  574. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/sphinx.pyi +0 -15
  575. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/tables.pyi +0 -6
  576. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/terminal/__init__.pyi +0 -38
  577. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/terminal/html.pyi +0 -32
  578. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/terminal/spinners.pyi +0 -42
  579. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/testing.pyi +0 -87
  580. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/text.pyi +0 -17
  581. package/dist/typeshed-fallback/stubs/humanfriendly/humanfriendly/usage.pyi +0 -7
  582. package/dist/typeshed-fallback/stubs/influxdb-client/METADATA.toml +0 -16
  583. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/__init__.pyi +0 -427
  584. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_async/__init__.pyi +0 -0
  585. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_async/api_client.pyi +0 -65
  586. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_async/rest.pyi +0 -96
  587. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_sync/__init__.pyi +0 -0
  588. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_sync/api_client.pyi +0 -65
  589. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/_sync/rest.pyi +0 -103
  590. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/__init__.pyi +0 -41
  591. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/_base.pyi +0 -60
  592. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/_pages.pyi +0 -37
  593. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/authorizations_api.pyi +0 -23
  594. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/bucket_api.pyi +0 -24
  595. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/delete_api.pyi +0 -10
  596. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/delete_api_async.pyi +0 -10
  597. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/exceptions.pyi +0 -13
  598. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/flux_csv_parser.pyi +0 -75
  599. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/flux_table.pyi +0 -56
  600. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/influxdb_client.pyi +0 -72
  601. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/influxdb_client_async.pyi +0 -56
  602. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/invokable_scripts_api.pyi +0 -26
  603. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/labels_api.pyi +0 -11
  604. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/logging_handler.pyi +0 -14
  605. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/organizations_api.pyi +0 -10
  606. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/query_api.pyi +0 -51
  607. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/query_api_async.pyi +0 -39
  608. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/tasks_api.pyi +0 -40
  609. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/users_api.pyi +0 -10
  610. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/__init__.pyi +0 -0
  611. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/date_utils.pyi +0 -16
  612. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/date_utils_pandas.pyi +0 -5
  613. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/helpers.pyi +0 -4
  614. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/util/multiprocessing_helper.pyi +0 -25
  615. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/warnings.pyi +0 -7
  616. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write/__init__.pyi +0 -41
  617. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write/dataframe_serializer.pyi +0 -15
  618. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write/point.pyi +0 -40
  619. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write/retry.pyi +0 -40
  620. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write_api.pyi +0 -112
  621. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/client/write_api_async.pyi +0 -38
  622. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/configuration.pyi +0 -50
  623. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/__init__.pyi +0 -373
  624. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/add_resource_member_request_body.pyi +0 -19
  625. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/analyze_query_response.pyi +0 -15
  626. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/analyze_query_response_errors.pyi +0 -33
  627. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/array_expression.pyi +0 -21
  628. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/ast_response.pyi +0 -15
  629. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/authorization.pyi +0 -67
  630. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/authorization_post_request.pyi +0 -32
  631. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/authorization_update_request.pyi +0 -19
  632. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/authorizations.pyi +0 -19
  633. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/axes.pyi +0 -19
  634. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/axis.pyi +0 -43
  635. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/axis_scale.pyi +0 -12
  636. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bad_statement.pyi +0 -21
  637. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/band_view_properties.pyi +0 -157
  638. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/binary_expression.pyi +0 -35
  639. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/block.pyi +0 -21
  640. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/boolean_literal.pyi +0 -21
  641. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket.pyi +0 -73
  642. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket_links.pyi +0 -39
  643. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket_metadata_manifest.pyi +0 -48
  644. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket_retention_rules.pyi +0 -22
  645. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/bucket_shard_mapping.pyi +0 -19
  646. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/buckets.pyi +0 -19
  647. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_aggregate_function_type.pyi +0 -12
  648. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_config.pyi +0 -33
  649. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_config_aggregate_window.pyi +0 -19
  650. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_functions_type.pyi +0 -15
  651. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builder_tags_type.pyi +0 -25
  652. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/builtin_statement.pyi +0 -21
  653. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/call_expression.pyi +0 -27
  654. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/cell.pyi +0 -48
  655. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/cell_links.pyi +0 -15
  656. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/cell_update.pyi +0 -29
  657. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/cell_with_view_properties.pyi +0 -32
  658. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check.pyi +0 -17
  659. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_base.pyi +0 -88
  660. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_base_links.pyi +0 -34
  661. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_discriminator.pyi +0 -30
  662. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_patch.pyi +0 -25
  663. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_status_level.pyi +0 -15
  664. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/check_view_properties.pyi +0 -67
  665. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/checks.pyi +0 -19
  666. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/column_data_type.pyi +0 -15
  667. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/column_semantic_type.pyi +0 -13
  668. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/conditional_expression.pyi +0 -35
  669. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/config.pyi +0 -15
  670. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/constant_variable_properties.pyi +0 -21
  671. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/create_cell.pyi +0 -43
  672. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/create_dashboard_request.pyi +0 -25
  673. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/custom_check.pyi +0 -35
  674. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboard.pyi +0 -43
  675. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboard_color.pyi +0 -38
  676. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboard_query.pyi +0 -33
  677. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboard_with_view_properties.pyi +0 -43
  678. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dashboards.pyi +0 -19
  679. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/date_time_literal.pyi +0 -21
  680. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbr_ps.pyi +0 -15
  681. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbrp.pyi +0 -50
  682. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbrp_create.pyi +0 -37
  683. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbrp_get.pyi +0 -15
  684. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dbrp_update.pyi +0 -19
  685. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/deadman_check.pyi +0 -75
  686. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/decimal_places.pyi +0 -19
  687. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/delete_predicate_request.pyi +0 -25
  688. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dialect.pyi +0 -38
  689. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dict_expression.pyi +0 -21
  690. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/dict_item.pyi +0 -23
  691. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/duration.pyi +0 -25
  692. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/duration_literal.pyi +0 -21
  693. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/error.pyi +0 -33
  694. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/expression.pyi +0 -13
  695. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/expression_statement.pyi +0 -21
  696. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/field.pyi +0 -33
  697. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/file.pyi +0 -38
  698. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/float_literal.pyi +0 -21
  699. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/flux_response.pyi +0 -15
  700. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/flux_suggestion.pyi +0 -19
  701. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/flux_suggestions.pyi +0 -15
  702. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/function_expression.pyi +0 -27
  703. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/gauge_view_properties.pyi +0 -70
  704. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/greater_threshold.pyi +0 -27
  705. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/health_check.pyi +0 -43
  706. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/heatmap_view_properties.pyi +0 -167
  707. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/histogram_view_properties.pyi +0 -95
  708. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/http_notification_endpoint.pyi +0 -66
  709. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/http_notification_rule.pyi +0 -40
  710. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/http_notification_rule_base.pyi +0 -48
  711. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/identifier.pyi +0 -21
  712. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/import_declaration.pyi +0 -19
  713. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/index_expression.pyi +0 -27
  714. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/integer_literal.pyi +0 -21
  715. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/is_onboarding.pyi +0 -15
  716. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label.pyi +0 -33
  717. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label_create_request.pyi +0 -25
  718. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label_mapping.pyi +0 -15
  719. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label_response.pyi +0 -19
  720. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/label_update.pyi +0 -19
  721. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/labels_response.pyi +0 -19
  722. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/language_request.pyi +0 -15
  723. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/legacy_authorization_post_request.pyi +0 -37
  724. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/lesser_threshold.pyi +0 -27
  725. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/line_plus_single_stat_properties.pyi +0 -162
  726. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/line_protocol_error.pyi +0 -38
  727. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/line_protocol_length_error.pyi +0 -19
  728. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/links.pyi +0 -21
  729. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/list_stacks_response.pyi +0 -15
  730. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/log_event.pyi +0 -25
  731. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/logical_expression.pyi +0 -35
  732. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/logs.pyi +0 -15
  733. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/map_variable_properties.pyi +0 -21
  734. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/markdown_view_properties.pyi +0 -27
  735. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema.pyi +0 -48
  736. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema_column.pyi +0 -25
  737. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema_create_request.pyi +0 -19
  738. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema_list.pyi +0 -15
  739. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/measurement_schema_update_request.pyi +0 -15
  740. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/member_assignment.pyi +0 -27
  741. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/member_expression.pyi +0 -23
  742. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/metadata_backup.pyi +0 -25
  743. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/model_property.pyi +0 -25
  744. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/mosaic_view_properties.pyi +0 -160
  745. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/node.pyi +0 -10
  746. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint.pyi +0 -17
  747. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base.pyi +0 -68
  748. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base_links.pyi +0 -29
  749. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_discriminator.pyi +0 -26
  750. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_type.pyi +0 -14
  751. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_update.pyi +0 -25
  752. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_endpoints.pyi +0 -19
  753. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule.pyi +0 -17
  754. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule_base.pyi +0 -128
  755. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule_base_links.pyi +0 -34
  756. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule_discriminator.pyi +0 -38
  757. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rule_update.pyi +0 -25
  758. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/notification_rules.pyi +0 -19
  759. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/object_expression.pyi +0 -21
  760. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/onboarding_request.pyi +0 -48
  761. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/onboarding_response.pyi +0 -33
  762. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/option_statement.pyi +0 -21
  763. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/organization.pyi +0 -50
  764. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/organization_links.pyi +0 -49
  765. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/organizations.pyi +0 -19
  766. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/package.pyi +0 -33
  767. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/package_clause.pyi +0 -19
  768. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_endpoint.pyi +0 -36
  769. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule.pyi +0 -40
  770. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule_base.pyi +0 -48
  771. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/paren_expression.pyi +0 -21
  772. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/password_reset_body.pyi +0 -15
  773. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_bucket_request.pyi +0 -25
  774. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_dashboard_request.pyi +0 -25
  775. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_organization_request.pyi +0 -19
  776. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_retention_rule.pyi +0 -22
  777. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_stack_request.pyi +0 -33
  778. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/patch_stack_request_additional_resources.pyi +0 -25
  779. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/permission.pyi +0 -19
  780. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/permission_resource.pyi +0 -38
  781. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pipe_expression.pyi +0 -27
  782. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/pipe_literal.pyi +0 -17
  783. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_bucket_request.pyi +0 -40
  784. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_check.pyi +0 -17
  785. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_notification_endpoint.pyi +0 -17
  786. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_notification_rule.pyi +0 -17
  787. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_organization_request.pyi +0 -19
  788. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_restore_kv_response.pyi +0 -15
  789. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/post_stack_request.pyi +0 -33
  790. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/property_key.pyi +0 -13
  791. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/query.pyi +0 -43
  792. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/query_edit_mode.pyi +0 -12
  793. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/query_variable_properties.pyi +0 -21
  794. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/query_variable_properties_values.pyi +0 -19
  795. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/range_threshold.pyi +0 -37
  796. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/ready.pyi +0 -25
  797. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/regexp_literal.pyi +0 -21
  798. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/remote_connection.pyi +0 -48
  799. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/remote_connection_creation_request.pyi +0 -48
  800. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/remote_connection_update_request.pyi +0 -43
  801. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/remote_connections.pyi +0 -15
  802. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/renamable_field.pyi +0 -25
  803. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/replication.pyi +0 -77
  804. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/replication_creation_request.pyi +0 -57
  805. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/replication_update_request.pyi +0 -47
  806. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/replications.pyi +0 -15
  807. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_member.pyi +0 -24
  808. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_members.pyi +0 -19
  809. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_members_links.pyi +0 -11
  810. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_owner.pyi +0 -24
  811. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/resource_owners.pyi +0 -19
  812. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/restored_bucket_mappings.pyi +0 -25
  813. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/retention_policy_manifest.pyi +0 -43
  814. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/return_statement.pyi +0 -21
  815. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/routes.pyi +0 -103
  816. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/routes_external.pyi +0 -15
  817. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/routes_query.pyi +0 -29
  818. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/routes_system.pyi +0 -25
  819. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/rule_status_level.pyi +0 -16
  820. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/run.pyi +0 -60
  821. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/run_links.pyi +0 -21
  822. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/run_manually.pyi +0 -15
  823. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/runs.pyi +0 -19
  824. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scatter_view_properties.pyi +0 -172
  825. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/schema_type.pyi +0 -12
  826. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scraper_target_request.pyi +0 -43
  827. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scraper_target_response.pyi +0 -41
  828. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scraper_target_responses.pyi +0 -15
  829. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script.pyi +0 -58
  830. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script_create_request.pyi +0 -33
  831. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script_invocation_params.pyi +0 -15
  832. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script_language.pyi +0 -14
  833. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/script_update_request.pyi +0 -19
  834. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/scripts.pyi +0 -15
  835. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/secret_keys.pyi +0 -15
  836. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/secret_keys_response.pyi +0 -17
  837. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/shard_group_manifest.pyi +0 -43
  838. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/shard_manifest.pyi +0 -19
  839. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/shard_owner.pyi +0 -15
  840. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/simple_table_view_properties.pyi +0 -45
  841. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/single_stat_view_properties.pyi +0 -75
  842. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/slack_notification_endpoint.pyi +0 -36
  843. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule.pyi +0 -41
  844. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule_base.pyi +0 -53
  845. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule.pyi +0 -42
  846. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule_base.pyi +0 -58
  847. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/source.pyi +0 -93
  848. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/source_links.pyi +0 -29
  849. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/sources.pyi +0 -19
  850. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack.pyi +0 -33
  851. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack_associations.pyi +0 -19
  852. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack_events.pyi +0 -48
  853. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack_links.pyi +0 -11
  854. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/stack_resources.pyi +0 -43
  855. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/statement.pyi +0 -10
  856. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/static_legend.pyi +0 -48
  857. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/status_rule.pyi +0 -33
  858. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/string_literal.pyi +0 -21
  859. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/subscription_manifest.pyi +0 -25
  860. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/table_view_properties.pyi +0 -65
  861. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/table_view_properties_table_options.pyi +0 -33
  862. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/tag_rule.pyi +0 -25
  863. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task.pyi +0 -108
  864. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task_create_request.pyi +0 -38
  865. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task_links.pyi +0 -39
  866. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task_status_type.pyi +0 -12
  867. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/task_update_request.pyi +0 -48
  868. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/tasks.pyi +0 -17
  869. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf.pyi +0 -35
  870. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin.pyi +0 -33
  871. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request.pyi +0 -43
  872. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request_plugins.pyi +0 -38
  873. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_plugins.pyi +0 -25
  874. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_request.pyi +0 -38
  875. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegraf_request_metadata.pyi +0 -15
  876. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegrafs.pyi +0 -15
  877. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegram_notification_endpoint.pyi +0 -36
  878. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule.pyi +0 -42
  879. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule_base.pyi +0 -58
  880. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_apply.pyi +0 -58
  881. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_apply_remotes.pyi +0 -19
  882. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_apply_template.pyi +0 -25
  883. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_chart.pyi +0 -38
  884. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_id.pyi +0 -25
  885. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_org_ids.pyi +0 -19
  886. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resource_filters.pyi +0 -19
  887. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resources.pyi +0 -23
  888. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_name.pyi +0 -25
  889. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_export_by_name_resources.pyi +0 -19
  890. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_kind.pyi +0 -24
  891. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary.pyi +0 -38
  892. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff.pyi +0 -63
  893. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets.pyi +0 -43
  894. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets_new_old.pyi +0 -25
  895. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_checks.pyi +0 -43
  896. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards.pyi +0 -43
  897. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards_new_old.pyi +0 -25
  898. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_label_mappings.pyi +0 -53
  899. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels.pyi +0 -43
  900. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels_new_old.pyi +0 -25
  901. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_endpoints.pyi +0 -43
  902. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules.pyi +0 -43
  903. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules_new_old.pyi +0 -68
  904. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks.pyi +0 -43
  905. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks_new_old.pyi +0 -48
  906. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_telegraf_configs.pyi +0 -43
  907. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables.pyi +0 -43
  908. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables_new_old.pyi +0 -25
  909. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_errors.pyi +0 -33
  910. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_label.pyi +0 -48
  911. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_label_properties.pyi +0 -19
  912. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary.pyi +0 -73
  913. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_buckets.pyi +0 -58
  914. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_dashboards.pyi +0 -58
  915. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_label_mappings.pyi +0 -53
  916. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_notification_rules.pyi +0 -88
  917. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_status_rules.pyi +0 -19
  918. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tag_rules.pyi +0 -25
  919. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tasks.pyi +0 -68
  920. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_variables.pyi +0 -58
  921. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/test_statement.pyi +0 -18
  922. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/threshold.pyi +0 -17
  923. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/threshold_base.pyi +0 -19
  924. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/threshold_check.pyi +0 -60
  925. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/unary_expression.pyi +0 -27
  926. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/unsigned_integer_literal.pyi +0 -21
  927. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/user.pyi +0 -23
  928. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/user_response.pyi +0 -33
  929. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/user_response_links.pyi +0 -11
  930. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/users.pyi +0 -19
  931. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variable.pyi +0 -63
  932. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variable_assignment.pyi +0 -25
  933. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variable_links.pyi +0 -21
  934. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variable_properties.pyi +0 -10
  935. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/variables.pyi +0 -15
  936. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/view.pyi +0 -33
  937. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/view_links.pyi +0 -11
  938. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/view_properties.pyi +0 -10
  939. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/views.pyi +0 -19
  940. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/write_precision.pyi +0 -18
  941. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/xy_geom.pyi +0 -17
  942. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/domain/xy_view_properties.pyi +0 -157
  943. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/extras.pyi +0 -4
  944. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/rest.pyi +0 -29
  945. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/__init__.pyi +0 -41
  946. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/_base_service.pyi +0 -8
  947. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/authorizations_service.pyi +0 -21
  948. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/backup_service.pyi +0 -15
  949. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/bucket_schemas_service.pyi +0 -20
  950. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/buckets_service.pyi +0 -51
  951. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/cells_service.pyi +0 -24
  952. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/checks_service.pyi +0 -36
  953. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/config_service.pyi +0 -12
  954. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/dashboards_service.pyi +0 -66
  955. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/dbr_ps_service.pyi +0 -21
  956. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/delete_service.pyi +0 -9
  957. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/health_service.pyi +0 -9
  958. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/invokable_scripts_service.pyi +0 -27
  959. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/labels_service.pyi +0 -21
  960. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/legacy_authorizations_service.pyi +0 -24
  961. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/metrics_service.pyi +0 -9
  962. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/notification_endpoints_service.pyi +0 -33
  963. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/notification_rules_service.pyi +0 -33
  964. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/organizations_service.pyi +0 -39
  965. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/ping_service.pyi +0 -12
  966. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/query_service.pyi +0 -21
  967. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/ready_service.pyi +0 -9
  968. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/remote_connections_service.pyi +0 -21
  969. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/replications_service.pyi +0 -24
  970. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/resources_service.pyi +0 -9
  971. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/restore_service.pyi +0 -21
  972. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/routes_service.pyi +0 -9
  973. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/rules_service.pyi +0 -9
  974. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/scraper_targets_service.pyi +0 -48
  975. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/secrets_service.pyi +0 -18
  976. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/setup_service.pyi +0 -12
  977. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/signin_service.pyi +0 -9
  978. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/signout_service.pyi +0 -9
  979. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/sources_service.pyi +0 -27
  980. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/tasks_service.pyi +0 -130
  981. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/telegraf_plugins_service.pyi +0 -9
  982. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/telegrafs_service.pyi +0 -48
  983. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/templates_service.pyi +0 -30
  984. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/users_service.pyi +0 -33
  985. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/variables_service.pyi +0 -33
  986. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/views_service.pyi +0 -12
  987. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/service/write_service.pyi +0 -9
  988. package/dist/typeshed-fallback/stubs/influxdb-client/influxdb_client/version.pyi +0 -1
@@ -41,29 +41,17 @@ class FTP:
41
41
  self, exc_type: type[BaseException] | None, exc_val: BaseException | None, exc_tb: TracebackType | None
42
42
  ) -> None: ...
43
43
  source_address: tuple[str, int] | None
44
- if sys.version_info >= (3, 9):
45
- def __init__(
46
- self,
47
- host: str = "",
48
- user: str = "",
49
- passwd: str = "",
50
- acct: str = "",
51
- timeout: float | None = ...,
52
- source_address: tuple[str, int] | None = None,
53
- *,
54
- encoding: str = "utf-8",
55
- ) -> None: ...
56
- else:
57
- def __init__(
58
- self,
59
- host: str = "",
60
- user: str = "",
61
- passwd: str = "",
62
- acct: str = "",
63
- timeout: float | None = ...,
64
- source_address: tuple[str, int] | None = None,
65
- ) -> None: ...
66
-
44
+ def __init__(
45
+ self,
46
+ host: str = "",
47
+ user: str = "",
48
+ passwd: str = "",
49
+ acct: str = "",
50
+ timeout: float | None = ...,
51
+ source_address: tuple[str, int] | None = None,
52
+ *,
53
+ encoding: str = "utf-8",
54
+ ) -> None: ...
67
55
  def connect(
68
56
  self, host: str = "", port: int = 0, timeout: float = -999, source_address: tuple[str, int] | None = None
69
57
  ) -> str: ...
@@ -131,7 +119,7 @@ class FTP_TLS(FTP):
131
119
  source_address: tuple[str, int] | None = None,
132
120
  encoding: str = "utf-8",
133
121
  ) -> None: ...
134
- elif sys.version_info >= (3, 9):
122
+ else:
135
123
  def __init__(
136
124
  self,
137
125
  host: str = "",
@@ -146,19 +134,6 @@ class FTP_TLS(FTP):
146
134
  *,
147
135
  encoding: str = "utf-8",
148
136
  ) -> None: ...
149
- else:
150
- def __init__(
151
- self,
152
- host: str = "",
153
- user: str = "",
154
- passwd: str = "",
155
- acct: str = "",
156
- keyfile: str | None = None,
157
- certfile: str | None = None,
158
- context: SSLContext | None = None,
159
- timeout: float | None = ...,
160
- source_address: tuple[str, int] | None = None,
161
- ) -> None: ...
162
137
  ssl_version: int
163
138
  keyfile: str | None
164
139
  certfile: str | None
@@ -2,12 +2,10 @@ import sys
2
2
  import types
3
3
  from _typeshed import SupportsAllComparisons, SupportsItems
4
4
  from collections.abc import Callable, Hashable, Iterable, Sized
5
+ from types import GenericAlias
5
6
  from typing import Any, Generic, Literal, NamedTuple, TypedDict, TypeVar, final, overload
6
7
  from typing_extensions import ParamSpec, Self, TypeAlias
7
8
 
8
- if sys.version_info >= (3, 9):
9
- from types import GenericAlias
10
-
11
9
  __all__ = [
12
10
  "update_wrapper",
13
11
  "wraps",
@@ -22,11 +20,9 @@ __all__ = [
22
20
  "singledispatch",
23
21
  "cached_property",
24
22
  "singledispatchmethod",
23
+ "cache",
25
24
  ]
26
25
 
27
- if sys.version_info >= (3, 9):
28
- __all__ += ["cache"]
29
-
30
26
  _T = TypeVar("_T")
31
27
  _T_co = TypeVar("_T_co", covariant=True)
32
28
  _S = TypeVar("_S")
@@ -72,10 +68,9 @@ class _CacheInfo(NamedTuple):
72
68
  maxsize: int | None
73
69
  currsize: int
74
70
 
75
- if sys.version_info >= (3, 9):
76
- class _CacheParameters(TypedDict):
77
- maxsize: int
78
- typed: bool
71
+ class _CacheParameters(TypedDict):
72
+ maxsize: int
73
+ typed: bool
79
74
 
80
75
  @final
81
76
  class _lru_cache_wrapper(Generic[_T]):
@@ -89,9 +84,7 @@ class _lru_cache_wrapper(Generic[_T]):
89
84
  def cache_clear(self) -> None:
90
85
  """Clear the cache and cache statistics"""
91
86
  ...
92
- if sys.version_info >= (3, 9):
93
- def cache_parameters(self) -> _CacheParameters: ...
94
-
87
+ def cache_parameters(self) -> _CacheParameters: ...
95
88
  def __copy__(self) -> _lru_cache_wrapper[_T]: ...
96
89
  def __deepcopy__(self, memo: Any, /) -> _lru_cache_wrapper[_T]: ...
97
90
 
@@ -178,10 +171,9 @@ class partial(Generic[_T]):
178
171
  def __call__(self, /, *args: Any, **kwargs: Any) -> _T:
179
172
  """Call self as a function."""
180
173
  ...
181
- if sys.version_info >= (3, 9):
182
- def __class_getitem__(cls, item: Any, /) -> GenericAlias:
183
- """See PEP 585"""
184
- ...
174
+ def __class_getitem__(cls, item: Any, /) -> GenericAlias:
175
+ """See PEP 585"""
176
+ ...
185
177
 
186
178
  # With protocols, this could change into a generic protocol that defines __get__ and returns _T
187
179
  _Descriptor: TypeAlias = Any
@@ -197,14 +189,13 @@ class partialmethod(Generic[_T]):
197
189
  def __get__(self, obj: Any, cls: type[Any] | None = None) -> Callable[..., _T]: ...
198
190
  @property
199
191
  def __isabstractmethod__(self) -> bool: ...
200
- if sys.version_info >= (3, 9):
201
- def __class_getitem__(cls, item: Any, /) -> GenericAlias:
202
- """
203
- Represent a PEP 585 generic type
192
+ def __class_getitem__(cls, item: Any, /) -> GenericAlias:
193
+ """
194
+ Represent a PEP 585 generic type
204
195
 
205
- E.g. for t = list[int], t.__origin__ is list and t.__args__ is (int,).
206
- """
207
- ...
196
+ E.g. for t = list[int], t.__origin__ is list and t.__args__ is (int,).
197
+ """
198
+ ...
208
199
 
209
200
  if sys.version_info >= (3, 11):
210
201
  _RegType: TypeAlias = type[Any] | types.UnionType
@@ -255,18 +246,15 @@ class cached_property(Generic[_T_co]):
255
246
  def __set_name__(self, owner: type[Any], name: str) -> None: ...
256
247
  # __set__ is not defined at runtime, but @cached_property is designed to be settable
257
248
  def __set__(self, instance: object, value: _T_co) -> None: ... # type: ignore[misc] # pyright: ignore[reportGeneralTypeIssues]
258
- if sys.version_info >= (3, 9):
259
- def __class_getitem__(cls, item: Any, /) -> GenericAlias:
260
- """
261
- Represent a PEP 585 generic type
262
-
263
- E.g. for t = list[int], t.__origin__ is list and t.__args__ is (int,).
264
- """
265
- ...
249
+ def __class_getitem__(cls, item: Any, /) -> GenericAlias:
250
+ """
251
+ Represent a PEP 585 generic type
266
252
 
267
- if sys.version_info >= (3, 9):
268
- def cache(user_function: Callable[..., _T], /) -> _lru_cache_wrapper[_T]: ...
253
+ E.g. for t = list[int], t.__origin__ is list and t.__args__ is (int,).
254
+ """
255
+ ...
269
256
 
257
+ def cache(user_function: Callable[..., _T], /) -> _lru_cache_wrapper[_T]: ...
270
258
  def _make_key(
271
259
  args: tuple[Hashable, ...],
272
260
  kwds: SupportsItems[Any, Any],
@@ -21,7 +21,6 @@ unfreeze() -- Unfreeze all objects in the permanent generation.
21
21
  get_freeze_count() -- Return the number of objects in the permanent generation.
22
22
  """
23
23
 
24
- import sys
25
24
  from collections.abc import Callable
26
25
  from typing import Any, Final, Literal
27
26
  from typing_extensions import TypeAlias
@@ -109,12 +108,9 @@ def is_tracked(obj: Any, /) -> bool:
109
108
  Simple atomic objects will return false.
110
109
  """
111
110
  ...
112
-
113
- if sys.version_info >= (3, 9):
114
- def is_finalized(obj: Any, /) -> bool:
115
- """Returns true if the object has been already finalized by the GC."""
116
- ...
117
-
111
+ def is_finalized(obj: Any, /) -> bool:
112
+ """Returns true if the object has been already finalized by the GC."""
113
+ ...
118
114
  def isenabled() -> bool:
119
115
  """Returns true if automatic garbage collection is enabled."""
120
116
  ...
@@ -5,16 +5,22 @@ from _hashlib import (
5
5
  _HashObject,
6
6
  openssl_md5 as md5,
7
7
  openssl_sha1 as sha1,
8
+ openssl_sha3_224 as sha3_224,
9
+ openssl_sha3_256 as sha3_256,
10
+ openssl_sha3_384 as sha3_384,
11
+ openssl_sha3_512 as sha3_512,
8
12
  openssl_sha224 as sha224,
9
13
  openssl_sha256 as sha256,
10
14
  openssl_sha384 as sha384,
11
15
  openssl_sha512 as sha512,
16
+ openssl_shake_128 as shake_128,
17
+ openssl_shake_256 as shake_256,
12
18
  pbkdf2_hmac as pbkdf2_hmac,
13
19
  scrypt as scrypt,
14
20
  )
15
21
  from _typeshed import ReadableBuffer
16
22
  from collections.abc import Callable, Set as AbstractSet
17
- from typing import Protocol, type_check_only
23
+ from typing import Protocol
18
24
 
19
25
  if sys.version_info >= (3, 11):
20
26
  __all__ = (
@@ -60,31 +66,7 @@ else:
60
66
  "pbkdf2_hmac",
61
67
  )
62
68
 
63
- if sys.version_info >= (3, 9):
64
- def new(name: str, data: ReadableBuffer = b"", *, usedforsecurity: bool = ...) -> HASH: ...
65
- from _hashlib import (
66
- openssl_sha3_224 as sha3_224,
67
- openssl_sha3_256 as sha3_256,
68
- openssl_sha3_384 as sha3_384,
69
- openssl_sha3_512 as sha3_512,
70
- openssl_shake_128 as shake_128,
71
- openssl_shake_256 as shake_256,
72
- )
73
-
74
- else:
75
- @type_check_only
76
- class _VarLenHash(HASH):
77
- def digest(self, length: int) -> bytes: ... # type: ignore[override]
78
- def hexdigest(self, length: int) -> str: ... # type: ignore[override]
79
-
80
- def new(name: str, data: ReadableBuffer = b"") -> HASH: ...
81
- # At runtime these aren't functions but classes imported from _sha3
82
- def sha3_224(string: ReadableBuffer = b"") -> HASH: ...
83
- def sha3_256(string: ReadableBuffer = b"") -> HASH: ...
84
- def sha3_384(string: ReadableBuffer = b"") -> HASH: ...
85
- def sha3_512(string: ReadableBuffer = b"") -> HASH: ...
86
- def shake_128(string: ReadableBuffer = b"") -> _VarLenHash: ...
87
- def shake_256(string: ReadableBuffer = b"") -> _VarLenHash: ...
69
+ def new(name: str, data: ReadableBuffer = b"", *, usedforsecurity: bool = ...) -> HASH: ...
88
70
 
89
71
  algorithms_guaranteed: AbstractSet[str]
90
72
  algorithms_available: AbstractSet[str]
@@ -1,9 +1,8 @@
1
- import sys
2
- from _hashlib import _HashObject
1
+ from _hashlib import _HashObject, compare_digest as compare_digest
3
2
  from _typeshed import ReadableBuffer, SizedBuffer
4
3
  from collections.abc import Callable
5
4
  from types import ModuleType
6
- from typing import AnyStr, overload
5
+ from typing import overload
7
6
  from typing_extensions import TypeAlias
8
7
 
9
8
  _DigestMod: TypeAlias = str | Callable[[], _HashObject] | ModuleType
@@ -32,11 +31,3 @@ class HMAC:
32
31
  def copy(self) -> HMAC: ...
33
32
 
34
33
  def digest(key: SizedBuffer, msg: ReadableBuffer, digest: _DigestMod) -> bytes: ...
35
-
36
- if sys.version_info >= (3, 9):
37
- from _hashlib import compare_digest as compare_digest
38
- else:
39
- @overload
40
- def compare_digest(a: ReadableBuffer, b: ReadableBuffer, /) -> bool: ...
41
- @overload
42
- def compare_digest(a: AnyStr, b: AnyStr, /) -> bool: ...
@@ -19,8 +19,7 @@ class HTTPStatus(IntEnum):
19
19
  CONTINUE = 100
20
20
  SWITCHING_PROTOCOLS = 101
21
21
  PROCESSING = 102
22
- if sys.version_info >= (3, 9):
23
- EARLY_HINTS = 103
22
+ EARLY_HINTS = 103
24
23
 
25
24
  OK = 200
26
25
  CREATED = 201
@@ -66,16 +65,14 @@ class HTTPStatus(IntEnum):
66
65
  RANGE_NOT_SATISFIABLE = 416
67
66
  REQUESTED_RANGE_NOT_SATISFIABLE = 416
68
67
  EXPECTATION_FAILED = 417
69
- if sys.version_info >= (3, 9):
70
- IM_A_TEAPOT = 418
68
+ IM_A_TEAPOT = 418
71
69
  MISDIRECTED_REQUEST = 421
72
70
  if sys.version_info >= (3, 13):
73
71
  UNPROCESSABLE_CONTENT = 422
74
72
  UNPROCESSABLE_ENTITY = 422
75
73
  LOCKED = 423
76
74
  FAILED_DEPENDENCY = 424
77
- if sys.version_info >= (3, 9):
78
- TOO_EARLY = 425
75
+ TOO_EARLY = 425
79
76
  UPGRADE_REQUIRED = 426
80
77
  PRECONDITION_REQUIRED = 428
81
78
  TOO_MANY_REQUESTS = 429
@@ -44,8 +44,7 @@ HTTPS_PORT: int
44
44
  CONTINUE: Literal[100]
45
45
  SWITCHING_PROTOCOLS: Literal[101]
46
46
  PROCESSING: Literal[102]
47
- if sys.version_info >= (3, 9):
48
- EARLY_HINTS: Literal[103]
47
+ EARLY_HINTS: Literal[103]
49
48
 
50
49
  OK: Literal[200]
51
50
  CREATED: Literal[201]
@@ -91,16 +90,14 @@ if sys.version_info >= (3, 13):
91
90
  RANGE_NOT_SATISFIABLE: Literal[416]
92
91
  REQUESTED_RANGE_NOT_SATISFIABLE: Literal[416]
93
92
  EXPECTATION_FAILED: Literal[417]
94
- if sys.version_info >= (3, 9):
95
- IM_A_TEAPOT: Literal[418]
93
+ IM_A_TEAPOT: Literal[418]
96
94
  MISDIRECTED_REQUEST: Literal[421]
97
95
  if sys.version_info >= (3, 13):
98
96
  UNPROCESSABLE_CONTENT: Literal[422]
99
97
  UNPROCESSABLE_ENTITY: Literal[422]
100
98
  LOCKED: Literal[423]
101
99
  FAILED_DEPENDENCY: Literal[424]
102
- if sys.version_info >= (3, 9):
103
- TOO_EARLY: Literal[425]
100
+ TOO_EARLY: Literal[425]
104
101
  UPGRADE_REQUIRED: Literal[426]
105
102
  PRECONDITION_REQUIRED: Literal[428]
106
103
  TOO_MANY_REQUESTS: Literal[429]
@@ -1,11 +1,8 @@
1
- import sys
2
1
  from collections.abc import Iterable, Mapping
2
+ from types import GenericAlias
3
3
  from typing import Any, Generic, TypeVar, overload
4
4
  from typing_extensions import TypeAlias
5
5
 
6
- if sys.version_info >= (3, 9):
7
- from types import GenericAlias
8
-
9
6
  __all__ = ["CookieError", "BaseCookie", "SimpleCookie"]
10
7
 
11
8
  _DataType: TypeAlias = str | Mapping[str, str | Morsel[Any]]
@@ -44,14 +41,13 @@ class Morsel(dict[str, Any], Generic[_T]):
44
41
  def OutputString(self, attrs: list[str] | None = None) -> str: ...
45
42
  def __eq__(self, morsel: object) -> bool: ...
46
43
  def __setitem__(self, K: str, V: Any) -> None: ...
47
- if sys.version_info >= (3, 9):
48
- def __class_getitem__(cls, item: Any, /) -> GenericAlias:
49
- """
50
- Represent a PEP 585 generic type
44
+ def __class_getitem__(cls, item: Any, /) -> GenericAlias:
45
+ """
46
+ Represent a PEP 585 generic type
51
47
 
52
- E.g. for t = list[int], t.__origin__ is list and t.__args__ is (int,).
53
- """
54
- ...
48
+ E.g. for t = list[int], t.__origin__ is list and t.__args__ is (int,).
49
+ """
50
+ ...
55
51
 
56
52
  class BaseCookie(dict[str, Morsel[_T]], Generic[_T]):
57
53
  def __init__(self, input: _DataType | None = None) -> None: ...
@@ -40,13 +40,8 @@ class IMAP4:
40
40
  welcome: bytes
41
41
  capabilities: tuple[str, ...]
42
42
  PROTOCOL_VERSION: str
43
- if sys.version_info >= (3, 9):
44
- def __init__(self, host: str = "", port: int = 143, timeout: float | None = None) -> None: ...
45
- def open(self, host: str = "", port: int = 143, timeout: float | None = None) -> None: ...
46
- else:
47
- def __init__(self, host: str = "", port: int = 143) -> None: ...
48
- def open(self, host: str = "", port: int = 143) -> None: ...
49
-
43
+ def __init__(self, host: str = "", port: int = 143, timeout: float | None = None) -> None: ...
44
+ def open(self, host: str = "", port: int = 143, timeout: float | None = None) -> None: ...
50
45
  def __getattr__(self, attr: str) -> Any: ...
51
46
  host: str
52
47
  port: int
@@ -101,9 +96,7 @@ class IMAP4:
101
96
  def thread(self, threading_algorithm: str, charset: str, *search_criteria: str) -> _CommandResults: ...
102
97
  def uid(self, command: str, *args: str) -> _CommandResults: ...
103
98
  def unsubscribe(self, mailbox: str) -> _CommandResults: ...
104
- if sys.version_info >= (3, 9):
105
- def unselect(self) -> _CommandResults: ...
106
-
99
+ def unselect(self) -> _CommandResults: ...
107
100
  def xatom(self, name: str, *args: str) -> _CommandResults: ...
108
101
  def print_log(self) -> None: ...
109
102
 
@@ -115,16 +108,6 @@ class IMAP4_SSL(IMAP4):
115
108
  def __init__(
116
109
  self, host: str = "", port: int = 993, *, ssl_context: SSLContext | None = None, timeout: float | None = None
117
110
  ) -> None: ...
118
- elif sys.version_info >= (3, 9):
119
- def __init__(
120
- self,
121
- host: str = "",
122
- port: int = 993,
123
- keyfile: str | None = None,
124
- certfile: str | None = None,
125
- ssl_context: SSLContext | None = None,
126
- timeout: float | None = None,
127
- ) -> None: ...
128
111
  else:
129
112
  def __init__(
130
113
  self,
@@ -133,14 +116,11 @@ class IMAP4_SSL(IMAP4):
133
116
  keyfile: str | None = None,
134
117
  certfile: str | None = None,
135
118
  ssl_context: SSLContext | None = None,
119
+ timeout: float | None = None,
136
120
  ) -> None: ...
137
121
  sslobj: SSLSocket
138
122
  file: IO[Any]
139
- if sys.version_info >= (3, 9):
140
- def open(self, host: str = "", port: int | None = 993, timeout: float | None = None) -> None: ...
141
- else:
142
- def open(self, host: str = "", port: int | None = 993) -> None: ...
143
-
123
+ def open(self, host: str = "", port: int | None = 993, timeout: float | None = None) -> None: ...
144
124
  def ssl(self) -> SSLSocket: ...
145
125
 
146
126
  class IMAP4_stream(IMAP4):
@@ -150,10 +130,7 @@ class IMAP4_stream(IMAP4):
150
130
  process: subprocess.Popen[bytes]
151
131
  writefile: IO[Any]
152
132
  readfile: IO[Any]
153
- if sys.version_info >= (3, 9):
154
- def open(self, host: str | None = None, port: int | None = None, timeout: float | None = None) -> None: ...
155
- else:
156
- def open(self, host: str | None = None, port: int | None = None) -> None: ...
133
+ def open(self, host: str | None = None, port: int | None = None, timeout: float | None = None) -> None: ...
157
134
 
158
135
  class _Authenticator:
159
136
  mech: Callable[[bytes], bytes | bytearray | memoryview | str | None]
@@ -125,51 +125,50 @@ class ResourceReader(metaclass=ABCMeta):
125
125
  @abstractmethod
126
126
  def contents(self) -> Iterator[str]: ...
127
127
 
128
- if sys.version_info >= (3, 9):
129
- @runtime_checkable
130
- class Traversable(Protocol):
131
- @abstractmethod
132
- def is_dir(self) -> bool: ...
133
- @abstractmethod
134
- def is_file(self) -> bool: ...
135
- @abstractmethod
136
- def iterdir(self) -> Iterator[Traversable]: ...
137
- if sys.version_info >= (3, 11):
138
- @abstractmethod
139
- def joinpath(self, *descendants: str) -> Traversable: ...
140
- else:
141
- @abstractmethod
142
- def joinpath(self, child: str, /) -> Traversable: ...
143
-
144
- # The documentation and runtime protocol allows *args, **kwargs arguments,
145
- # but this would mean that all implementers would have to support them,
146
- # which is not the case.
147
- @overload
148
- @abstractmethod
149
- def open(self, mode: Literal["r"] = "r", *, encoding: str | None = None, errors: str | None = None) -> IO[str]: ...
150
- @overload
128
+ @runtime_checkable
129
+ class Traversable(Protocol):
130
+ @abstractmethod
131
+ def is_dir(self) -> bool: ...
132
+ @abstractmethod
133
+ def is_file(self) -> bool: ...
134
+ @abstractmethod
135
+ def iterdir(self) -> Iterator[Traversable]: ...
136
+ if sys.version_info >= (3, 11):
151
137
  @abstractmethod
152
- def open(self, mode: Literal["rb"]) -> IO[bytes]: ...
153
- @property
138
+ def joinpath(self, *descendants: str) -> Traversable: ...
139
+ else:
154
140
  @abstractmethod
155
- def name(self) -> str:
156
- """The base name of this object without any parent references."""
157
- ...
158
- if sys.version_info >= (3, 10):
159
- def __truediv__(self, child: str, /) -> Traversable: ...
160
- else:
161
- @abstractmethod
162
- def __truediv__(self, child: str, /) -> Traversable: ...
141
+ def joinpath(self, child: str, /) -> Traversable: ...
163
142
 
143
+ # The documentation and runtime protocol allows *args, **kwargs arguments,
144
+ # but this would mean that all implementers would have to support them,
145
+ # which is not the case.
146
+ @overload
147
+ @abstractmethod
148
+ def open(self, mode: Literal["r"] = "r", *, encoding: str | None = None, errors: str | None = None) -> IO[str]: ...
149
+ @overload
150
+ @abstractmethod
151
+ def open(self, mode: Literal["rb"]) -> IO[bytes]: ...
152
+ @property
153
+ @abstractmethod
154
+ def name(self) -> str:
155
+ """The base name of this object without any parent references."""
156
+ ...
157
+ if sys.version_info >= (3, 10):
158
+ def __truediv__(self, child: str, /) -> Traversable: ...
159
+ else:
164
160
  @abstractmethod
165
- def read_bytes(self) -> bytes: ...
166
- @abstractmethod
167
- def read_text(self, encoding: str | None = None) -> str: ...
161
+ def __truediv__(self, child: str, /) -> Traversable: ...
168
162
 
169
- class TraversableResources(ResourceReader):
170
- @abstractmethod
171
- def files(self) -> Traversable: ...
172
- def open_resource(self, resource: str) -> BufferedReader: ...
173
- def resource_path(self, resource: Any) -> str: ...
174
- def is_resource(self, path: str) -> bool: ...
175
- def contents(self) -> Iterator[str]: ...
163
+ @abstractmethod
164
+ def read_bytes(self) -> bytes: ...
165
+ @abstractmethod
166
+ def read_text(self, encoding: str | None = None) -> str: ...
167
+
168
+ class TraversableResources(ResourceReader):
169
+ @abstractmethod
170
+ def files(self) -> Traversable: ...
171
+ def open_resource(self, resource: str) -> BufferedReader: ...
172
+ def resource_path(self, resource: Any) -> str: ...
173
+ def is_resource(self, path: str) -> bool: ...
174
+ def contents(self) -> Iterator[str]: ...
@@ -71,11 +71,10 @@ class EntryPoint(_EntryPointBase):
71
71
  def load(self) -> Any: ... # Callable[[], Any] or an importable module
72
72
  @property
73
73
  def extras(self) -> list[str]: ...
74
- if sys.version_info >= (3, 9):
75
- @property
76
- def module(self) -> str: ...
77
- @property
78
- def attr(self) -> str: ...
74
+ @property
75
+ def module(self) -> str: ...
76
+ @property
77
+ def attr(self) -> str: ...
79
78
  if sys.version_info >= (3, 10):
80
79
  dist: ClassVar[Distribution | None]
81
80
  def matches(
@@ -2,9 +2,10 @@ import os
2
2
  import sys
3
3
  from collections.abc import Iterator
4
4
  from contextlib import AbstractContextManager
5
+ from importlib.abc import Traversable
5
6
  from pathlib import Path
6
7
  from types import ModuleType
7
- from typing import Any, BinaryIO, TextIO
8
+ from typing import Any, BinaryIO, Literal, TextIO
8
9
  from typing_extensions import TypeAlias
9
10
 
10
11
  if sys.version_info >= (3, 11):
@@ -12,13 +13,18 @@ if sys.version_info >= (3, 11):
12
13
  else:
13
14
  Package: TypeAlias = str | ModuleType
14
15
 
15
- if sys.version_info >= (3, 9):
16
- from importlib.abc import Traversable
17
-
18
- __all__ = ["Package", "contents", "is_resource", "open_binary", "open_text", "path", "read_binary", "read_text"]
19
-
20
- if sys.version_info >= (3, 9):
21
- __all__ += ["as_file", "files"]
16
+ __all__ = [
17
+ "Package",
18
+ "as_file",
19
+ "contents",
20
+ "files",
21
+ "is_resource",
22
+ "open_binary",
23
+ "open_text",
24
+ "path",
25
+ "read_binary",
26
+ "read_text",
27
+ ]
22
28
 
23
29
  if sys.version_info >= (3, 10):
24
30
  __all__ += ["ResourceReader"]
@@ -51,19 +57,18 @@ else:
51
57
  def open_text(package: Package, resource: Resource, encoding: str = "utf-8", errors: str = "strict") -> TextIO: ...
52
58
  def read_binary(package: Package, resource: Resource) -> bytes: ...
53
59
  def read_text(package: Package, resource: Resource, encoding: str = "utf-8", errors: str = "strict") -> str: ...
54
- def path(package: Package, resource: Resource) -> AbstractContextManager[Path]: ...
60
+ def path(package: Package, resource: Resource) -> AbstractContextManager[Path, Literal[False]]: ...
55
61
  def is_resource(package: Package, name: str) -> bool: ...
56
62
  def contents(package: Package) -> Iterator[str]: ...
57
63
 
58
64
  if sys.version_info >= (3, 11):
59
65
  from importlib.resources._common import as_file as as_file
60
- elif sys.version_info >= (3, 9):
61
- def as_file(path: Traversable) -> AbstractContextManager[Path]: ...
66
+ else:
67
+ def as_file(path: Traversable) -> AbstractContextManager[Path, Literal[False]]: ...
62
68
 
63
69
  if sys.version_info >= (3, 11):
64
70
  from importlib.resources._common import files as files
65
-
66
- elif sys.version_info >= (3, 9):
71
+ else:
67
72
  def files(package: Package) -> Traversable: ...
68
73
 
69
74
  if sys.version_info >= (3, 10):
@@ -7,7 +7,7 @@ if sys.version_info >= (3, 11):
7
7
  from contextlib import AbstractContextManager
8
8
  from importlib.abc import ResourceReader, Traversable
9
9
  from pathlib import Path
10
- from typing import overload
10
+ from typing import Literal, overload
11
11
  from typing_extensions import TypeAlias, deprecated
12
12
 
13
13
  Package: TypeAlias = str | types.ModuleType
@@ -39,4 +39,4 @@ if sys.version_info >= (3, 11):
39
39
  def get_package(package: Package) -> types.ModuleType: ...
40
40
 
41
41
  def from_package(package: types.ModuleType) -> Traversable: ...
42
- def as_file(path: Traversable) -> AbstractContextManager[Path]: ...
42
+ def as_file(path: Traversable) -> AbstractContextManager[Path, Literal[False]]: ...
@@ -8,7 +8,7 @@ if sys.version_info >= (3, 13):
8
8
  from importlib.resources._common import Anchor
9
9
  from io import TextIOWrapper
10
10
  from pathlib import Path
11
- from typing import BinaryIO, overload
11
+ from typing import BinaryIO, Literal, overload
12
12
  from typing_extensions import Unpack
13
13
 
14
14
  def open_binary(anchor: Anchor, *path_names: StrPath) -> BinaryIO: ...
@@ -25,6 +25,6 @@ if sys.version_info >= (3, 13):
25
25
  ) -> str: ...
26
26
  @overload
27
27
  def read_text(anchor: Anchor, *path_names: StrPath, encoding: str | None, errors: str | None = "strict") -> str: ...
28
- def path(anchor: Anchor, *path_names: StrPath) -> AbstractContextManager[Path]: ...
28
+ def path(anchor: Anchor, *path_names: StrPath) -> AbstractContextManager[Path, Literal[False]]: ...
29
29
  def is_resource(anchor: Anchor, *path_names: StrPath) -> bool: ...
30
30
  def contents(anchor: Anchor, *path_names: StrPath) -> Iterator[str]: ...