ant-ray-nightly 3.0.0.dev20251006__cp312-cp312-macosx_14_0_arm64.whl → 3.0.0.dev20251015__cp312-cp312-macosx_14_0_arm64.whl

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.

Potentially problematic release.


This version of ant-ray-nightly might be problematic. Click here for more details.

Files changed (103) hide show
  1. {ant_ray_nightly-3.0.0.dev20251006.dist-info → ant_ray_nightly-3.0.0.dev20251015.dist-info}/METADATA +105 -105
  2. {ant_ray_nightly-3.0.0.dev20251006.dist-info → ant_ray_nightly-3.0.0.dev20251015.dist-info}/RECORD +100 -100
  3. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/_cparser.pxd.hash +1 -1
  4. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/_find_header.pxd.hash +1 -1
  5. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/_http_parser.pyx.hash +1 -1
  6. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/_http_writer.pyx.hash +1 -1
  7. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/hdrs.py.hash +1 -1
  8. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/__init__.py +1 -1
  9. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_cookie_helpers.py +2 -6
  10. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_parser.cpython-312-darwin.so +0 -0
  11. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_parser.pyx +1 -3
  12. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_writer.cpython-312-darwin.so +0 -0
  13. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_writer.pyx +9 -7
  14. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/.hash/mask.pxd.hash +1 -1
  15. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/.hash/mask.pyx.hash +1 -1
  16. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/.hash/reader_c.pxd.hash +1 -1
  17. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/mask.cpython-312-darwin.so +0 -0
  18. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/reader_c.cpython-312-darwin.so +0 -0
  19. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/abc.py +1 -1
  20. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client_reqrep.py +13 -4
  21. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/compression_utils.py +31 -0
  22. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/formdata.py +1 -1
  23. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http_parser.py +18 -3
  24. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/multipart.py +4 -0
  25. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/streams.py +8 -0
  26. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_fileresponse.py +4 -4
  27. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_urldispatcher.py +3 -1
  28. ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/METADATA +24 -12
  29. ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/RECORD +33 -33
  30. ray/_private/runtime_env/agent/thirdparty_files/attr/__init__.pyi +4 -4
  31. ray/_private/runtime_env/agent/thirdparty_files/attr/_compat.py +8 -3
  32. ray/_private/runtime_env/agent/thirdparty_files/attr/_funcs.py +45 -16
  33. ray/_private/runtime_env/agent/thirdparty_files/attr/_make.py +334 -95
  34. ray/_private/runtime_env/agent/thirdparty_files/attr/_next_gen.py +58 -7
  35. ray/_private/runtime_env/agent/thirdparty_files/attr/_version_info.py +3 -0
  36. ray/_private/runtime_env/agent/thirdparty_files/attr/validators.py +51 -13
  37. ray/_private/runtime_env/agent/thirdparty_files/attr/validators.pyi +59 -5
  38. ray/_private/runtime_env/agent/thirdparty_files/attrs/__init__.py +4 -1
  39. ray/_private/runtime_env/agent/thirdparty_files/attrs/__init__.pyi +58 -7
  40. ray/_private/runtime_env/agent/thirdparty_files/{attrs-25.3.0.dist-info → attrs-25.4.0.dist-info}/METADATA +63 -60
  41. ray/_private/runtime_env/agent/thirdparty_files/{attrs-25.3.0.dist-info → attrs-25.4.0.dist-info}/RECORD +15 -15
  42. ray/_private/runtime_env/agent/thirdparty_files/frozenlist/__init__.py +1 -1
  43. ray/_private/runtime_env/agent/thirdparty_files/frozenlist/_frozenlist.cpython-312-darwin.so +0 -0
  44. ray/_private/runtime_env/agent/thirdparty_files/{frozenlist-1.7.0.dist-info → frozenlist-1.8.0.dist-info}/METADATA +47 -1
  45. ray/_private/runtime_env/agent/thirdparty_files/frozenlist-1.8.0.dist-info/RECORD +12 -0
  46. ray/_private/runtime_env/agent/thirdparty_files/idna/codec.py +1 -1
  47. ray/_private/runtime_env/agent/thirdparty_files/idna/core.py +1 -1
  48. ray/_private/runtime_env/agent/thirdparty_files/idna/idnadata.py +72 -6
  49. ray/_private/runtime_env/agent/thirdparty_files/idna/package_data.py +1 -1
  50. ray/_private/runtime_env/agent/thirdparty_files/idna/uts46data.py +891 -731
  51. ray/_private/runtime_env/agent/thirdparty_files/{idna-3.10.dist-info → idna-3.11.dist-info}/METADATA +37 -78
  52. ray/_private/runtime_env/agent/thirdparty_files/idna-3.11.dist-info/RECORD +22 -0
  53. ray/_private/runtime_env/agent/thirdparty_files/{idna-3.10.dist-info → idna-3.11.dist-info}/WHEEL +1 -1
  54. ray/_private/runtime_env/agent/thirdparty_files/{idna-3.10.dist-info → idna-3.11.dist-info/licenses}/LICENSE.md +1 -1
  55. ray/_private/runtime_env/agent/thirdparty_files/multidict/__init__.py +9 -8
  56. ray/_private/runtime_env/agent/thirdparty_files/multidict/_multidict.cpython-312-darwin.so +0 -0
  57. ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/METADATA +2 -1
  58. ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/RECORD +8 -8
  59. ray/_private/runtime_env/agent/thirdparty_files/propcache/__init__.py +1 -1
  60. ray/_private/runtime_env/agent/thirdparty_files/propcache/_helpers_c.cpython-312-darwin.so +0 -0
  61. ray/_private/runtime_env/agent/thirdparty_files/propcache/_helpers_c.pyx +4 -5
  62. ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/METADATA +31 -1
  63. ray/_private/runtime_env/agent/thirdparty_files/propcache-0.4.1.dist-info/RECORD +18 -0
  64. ray/_private/runtime_env/agent/thirdparty_files/yarl/__init__.py +1 -1
  65. ray/_private/runtime_env/agent/thirdparty_files/yarl/_quoting_c.cpython-312-darwin.so +0 -0
  66. ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/METADATA +20 -1
  67. ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/RECORD +9 -9
  68. ray/thirdparty_files/setproctitle-1.2.2.dist-info/RECORD +1 -1
  69. ray/thirdparty_files/setproctitle.cpython-312-darwin.so +0 -0
  70. ray/_private/runtime_env/agent/thirdparty_files/frozenlist-1.7.0.dist-info/RECORD +0 -12
  71. ray/_private/runtime_env/agent/thirdparty_files/idna-3.10.dist-info/RECORD +0 -22
  72. ray/_private/runtime_env/agent/thirdparty_files/propcache-0.4.0.dist-info/RECORD +0 -18
  73. {ant_ray_nightly-3.0.0.dev20251006.dist-info → ant_ray_nightly-3.0.0.dev20251015.dist-info}/WHEEL +0 -0
  74. {ant_ray_nightly-3.0.0.dev20251006.dist-info → ant_ray_nightly-3.0.0.dev20251015.dist-info}/entry_points.txt +0 -0
  75. {ant_ray_nightly-3.0.0.dev20251006.dist-info → ant_ray_nightly-3.0.0.dev20251015.dist-info}/top_level.txt +0 -0
  76. /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/INSTALLER +0 -0
  77. /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/REQUESTED +0 -0
  78. /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/WHEEL +0 -0
  79. /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/licenses/LICENSE.txt +0 -0
  80. /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/licenses/vendor/llhttp/LICENSE +0 -0
  81. /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.12.15.dist-info → aiohttp-3.13.0.dist-info}/top_level.txt +0 -0
  82. /ray/_private/runtime_env/agent/thirdparty_files/{attrs-25.3.0.dist-info → attrs-25.4.0.dist-info}/INSTALLER +0 -0
  83. /ray/_private/runtime_env/agent/thirdparty_files/{attrs-25.3.0.dist-info → attrs-25.4.0.dist-info}/WHEEL +0 -0
  84. /ray/_private/runtime_env/agent/thirdparty_files/{attrs-25.3.0.dist-info → attrs-25.4.0.dist-info}/licenses/LICENSE +0 -0
  85. /ray/_private/runtime_env/agent/thirdparty_files/{frozenlist-1.7.0.dist-info → frozenlist-1.8.0.dist-info}/INSTALLER +0 -0
  86. /ray/_private/runtime_env/agent/thirdparty_files/{frozenlist-1.7.0.dist-info → frozenlist-1.8.0.dist-info}/WHEEL +0 -0
  87. /ray/_private/runtime_env/agent/thirdparty_files/{frozenlist-1.7.0.dist-info → frozenlist-1.8.0.dist-info}/licenses/LICENSE +0 -0
  88. /ray/_private/runtime_env/agent/thirdparty_files/{frozenlist-1.7.0.dist-info → frozenlist-1.8.0.dist-info}/top_level.txt +0 -0
  89. /ray/_private/runtime_env/agent/thirdparty_files/{idna-3.10.dist-info → idna-3.11.dist-info}/INSTALLER +0 -0
  90. /ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/INSTALLER +0 -0
  91. /ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/WHEEL +0 -0
  92. /ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/licenses/LICENSE +0 -0
  93. /ray/_private/runtime_env/agent/thirdparty_files/{multidict-6.6.4.dist-info → multidict-6.7.0.dist-info}/top_level.txt +0 -0
  94. /ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/INSTALLER +0 -0
  95. /ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/WHEEL +0 -0
  96. /ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/licenses/LICENSE +0 -0
  97. /ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/licenses/NOTICE +0 -0
  98. /ray/_private/runtime_env/agent/thirdparty_files/{propcache-0.4.0.dist-info → propcache-0.4.1.dist-info}/top_level.txt +0 -0
  99. /ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/INSTALLER +0 -0
  100. /ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/WHEEL +0 -0
  101. /ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/licenses/LICENSE +0 -0
  102. /ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/licenses/NOTICE +0 -0
  103. /ray/_private/runtime_env/agent/thirdparty_files/{yarl-1.21.0.dist-info → yarl-1.22.0.dist-info}/top_level.txt +0 -0