ant-ray-nightly 3.0.0.dev20251017__cp310-cp310-macosx_14_0_arm64.whl → 3.0.0.dev20251019__cp310-cp310-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.
- {ant_ray_nightly-3.0.0.dev20251017.dist-info → ant_ray_nightly-3.0.0.dev20251019.dist-info}/METADATA +79 -79
- {ant_ray_nightly-3.0.0.dev20251017.dist-info → ant_ray_nightly-3.0.0.dev20251019.dist-info}/RECORD +28 -28
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/__init__.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_parser.cpython-310-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_writer.cpython-310-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/mask.cpython-310-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/reader_c.cpython-310-darwin.so +0 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client.py +29 -0
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client_reqrep.py +0 -6
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/compression_utils.py +9 -13
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/helpers.py +30 -2
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http_parser.py +1 -1
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web.py +4 -17
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_urldispatcher.py +15 -15
- ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.13.0.dist-info → aiohttp-3.13.1.dist-info}/METADATA +4 -5
- ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.13.0.dist-info → aiohttp-3.13.1.dist-info}/RECORD +20 -20
- ray/core/src/ray/gcs/gcs_server +0 -0
- ray/thirdparty_files/setproctitle-1.2.2.dist-info/RECORD +1 -1
- ray/thirdparty_files/setproctitle.cpython-310-darwin.so +0 -0
- {ant_ray_nightly-3.0.0.dev20251017.dist-info → ant_ray_nightly-3.0.0.dev20251019.dist-info}/WHEEL +0 -0
- {ant_ray_nightly-3.0.0.dev20251017.dist-info → ant_ray_nightly-3.0.0.dev20251019.dist-info}/entry_points.txt +0 -0
- {ant_ray_nightly-3.0.0.dev20251017.dist-info → ant_ray_nightly-3.0.0.dev20251019.dist-info}/top_level.txt +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.13.0.dist-info → aiohttp-3.13.1.dist-info}/INSTALLER +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.13.0.dist-info → aiohttp-3.13.1.dist-info}/REQUESTED +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.13.0.dist-info → aiohttp-3.13.1.dist-info}/WHEEL +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.13.0.dist-info → aiohttp-3.13.1.dist-info}/licenses/LICENSE.txt +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.13.0.dist-info → aiohttp-3.13.1.dist-info}/licenses/vendor/llhttp/LICENSE +0 -0
- /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.13.0.dist-info → aiohttp-3.13.1.dist-info}/top_level.txt +0 -0
{ant_ray_nightly-3.0.0.dev20251017.dist-info → ant_ray_nightly-3.0.0.dev20251019.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ant-ray-nightly
|
|
3
|
-
Version: 3.0.0.
|
|
3
|
+
Version: 3.0.0.dev20251019
|
|
4
4
|
Summary: Ray provides a simple, universal API for building distributed applications.
|
|
5
5
|
Home-page: https://github.com/ray-project/ray
|
|
6
6
|
Author: Ray Team
|
|
@@ -24,68 +24,68 @@ Requires-Dist: redis<=4.5.5,>=3.5.0
|
|
|
24
24
|
Provides-Extra: adag
|
|
25
25
|
Requires-Dist: cupy-cuda12x; sys_platform != "darwin" and extra == "adag"
|
|
26
26
|
Provides-Extra: air
|
|
27
|
-
Requires-Dist: uvicorn[standard]; extra == "air"
|
|
28
27
|
Requires-Dist: fastapi; extra == "air"
|
|
29
|
-
Requires-Dist: starlette; extra == "air"
|
|
30
|
-
Requires-Dist: aiohttp>=3.7; extra == "air"
|
|
31
|
-
Requires-Dist: numpy>=1.20; extra == "air"
|
|
32
28
|
Requires-Dist: pandas>=1.3; extra == "air"
|
|
33
|
-
Requires-Dist: smart-open; extra == "air"
|
|
34
|
-
Requires-Dist: tensorboardX>=1.9; extra == "air"
|
|
35
|
-
Requires-Dist: pyarrow>=9.0.0; extra == "air"
|
|
36
|
-
Requires-Dist: flow-insight>=1.0.0; extra == "air"
|
|
37
29
|
Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "air"
|
|
38
|
-
Requires-Dist:
|
|
30
|
+
Requires-Dist: prometheus-client>=0.7.1; extra == "air"
|
|
39
31
|
Requires-Dist: opentelemetry-exporter-prometheus; extra == "air"
|
|
40
|
-
Requires-Dist:
|
|
41
|
-
Requires-Dist:
|
|
32
|
+
Requires-Dist: opencensus; extra == "air"
|
|
33
|
+
Requires-Dist: colorful; extra == "air"
|
|
34
|
+
Requires-Dist: numpy>=1.20; extra == "air"
|
|
35
|
+
Requires-Dist: fsspec; extra == "air"
|
|
36
|
+
Requires-Dist: pyarrow>=9.0.0; extra == "air"
|
|
42
37
|
Requires-Dist: watchfiles; extra == "air"
|
|
43
|
-
Requires-Dist:
|
|
38
|
+
Requires-Dist: requests; extra == "air"
|
|
39
|
+
Requires-Dist: tensorboardX>=1.9; extra == "air"
|
|
40
|
+
Requires-Dist: aiohttp>=3.7; extra == "air"
|
|
44
41
|
Requires-Dist: pandas; extra == "air"
|
|
42
|
+
Requires-Dist: opentelemetry-proto; extra == "air"
|
|
45
43
|
Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "air"
|
|
46
|
-
Requires-Dist:
|
|
47
|
-
Requires-Dist:
|
|
48
|
-
Requires-Dist:
|
|
44
|
+
Requires-Dist: flow-insight>=1.0.0; extra == "air"
|
|
45
|
+
Requires-Dist: starlette; extra == "air"
|
|
46
|
+
Requires-Dist: uvicorn[standard]; extra == "air"
|
|
47
|
+
Requires-Dist: smart-open; extra == "air"
|
|
49
48
|
Requires-Dist: aiohttp-cors; extra == "air"
|
|
49
|
+
Requires-Dist: opentelemetry-sdk; extra == "air"
|
|
50
50
|
Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "air"
|
|
51
51
|
Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "air"
|
|
52
52
|
Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "air"
|
|
53
53
|
Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "air"
|
|
54
54
|
Requires-Dist: pyarrow<18; (sys_platform == "darwin" and platform_machine == "x86_64") and extra == "air"
|
|
55
55
|
Provides-Extra: all
|
|
56
|
-
Requires-Dist: opentelemetry-exporter-otlp; extra == "all"
|
|
57
|
-
Requires-Dist: uvicorn[standard]; extra == "all"
|
|
58
|
-
Requires-Dist: fastapi; extra == "all"
|
|
59
|
-
Requires-Dist: starlette; extra == "all"
|
|
60
|
-
Requires-Dist: aiohttp>=3.7; extra == "all"
|
|
61
|
-
Requires-Dist: numpy>=1.20; extra == "all"
|
|
62
56
|
Requires-Dist: pandas>=1.3; extra == "all"
|
|
63
|
-
Requires-Dist: gymnasium==1.0.0; extra == "all"
|
|
64
|
-
Requires-Dist: smart-open; extra == "all"
|
|
65
|
-
Requires-Dist: tensorboardX>=1.9; extra == "all"
|
|
66
|
-
Requires-Dist: pyarrow>=9.0.0; extra == "all"
|
|
67
|
-
Requires-Dist: flow-insight>=1.0.0; extra == "all"
|
|
68
57
|
Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "all"
|
|
69
|
-
Requires-Dist: colorful; extra == "all"
|
|
70
58
|
Requires-Dist: opentelemetry-exporter-prometheus; extra == "all"
|
|
71
|
-
Requires-Dist: opentelemetry-proto; extra == "all"
|
|
72
|
-
Requires-Dist: opentelemetry-sdk; extra == "all"
|
|
73
|
-
Requires-Dist: watchfiles; extra == "all"
|
|
74
59
|
Requires-Dist: prometheus-client>=0.7.1; extra == "all"
|
|
75
|
-
Requires-Dist:
|
|
76
|
-
Requires-Dist:
|
|
60
|
+
Requires-Dist: fastapi; extra == "all"
|
|
61
|
+
Requires-Dist: opencensus; extra == "all"
|
|
62
|
+
Requires-Dist: colorful; extra == "all"
|
|
77
63
|
Requires-Dist: ormsgpack==1.7.0; extra == "all"
|
|
78
|
-
Requires-Dist:
|
|
64
|
+
Requires-Dist: dm-tree; extra == "all"
|
|
79
65
|
Requires-Dist: pyyaml; extra == "all"
|
|
80
|
-
Requires-Dist: opentelemetry-api; extra == "all"
|
|
81
|
-
Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "all"
|
|
82
|
-
Requires-Dist: opencensus; extra == "all"
|
|
83
66
|
Requires-Dist: scipy; extra == "all"
|
|
84
|
-
Requires-Dist:
|
|
67
|
+
Requires-Dist: numpy>=1.20; extra == "all"
|
|
85
68
|
Requires-Dist: fsspec; extra == "all"
|
|
69
|
+
Requires-Dist: opentelemetry-api; extra == "all"
|
|
70
|
+
Requires-Dist: grpcio; extra == "all"
|
|
71
|
+
Requires-Dist: pyarrow>=9.0.0; extra == "all"
|
|
72
|
+
Requires-Dist: watchfiles; extra == "all"
|
|
86
73
|
Requires-Dist: requests; extra == "all"
|
|
87
|
-
Requires-Dist:
|
|
74
|
+
Requires-Dist: tensorboardX>=1.9; extra == "all"
|
|
75
|
+
Requires-Dist: aiohttp>=3.7; extra == "all"
|
|
76
|
+
Requires-Dist: opentelemetry-proto; extra == "all"
|
|
77
|
+
Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "all"
|
|
78
|
+
Requires-Dist: flow-insight>=1.0.0; extra == "all"
|
|
79
|
+
Requires-Dist: pandas; extra == "all"
|
|
80
|
+
Requires-Dist: lz4; extra == "all"
|
|
81
|
+
Requires-Dist: pyOpenSSL; extra == "all"
|
|
82
|
+
Requires-Dist: starlette; extra == "all"
|
|
83
|
+
Requires-Dist: opentelemetry-exporter-otlp; extra == "all"
|
|
84
|
+
Requires-Dist: uvicorn[standard]; extra == "all"
|
|
85
|
+
Requires-Dist: smart-open; extra == "all"
|
|
86
|
+
Requires-Dist: gymnasium==1.0.0; extra == "all"
|
|
88
87
|
Requires-Dist: aiohttp-cors; extra == "all"
|
|
88
|
+
Requires-Dist: opentelemetry-sdk; extra == "all"
|
|
89
89
|
Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "all"
|
|
90
90
|
Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "all"
|
|
91
91
|
Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "all"
|
|
@@ -124,32 +124,32 @@ Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "default"
|
|
|
124
124
|
Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "default"
|
|
125
125
|
Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "default"
|
|
126
126
|
Provides-Extra: llm
|
|
127
|
-
Requires-Dist: uvicorn[standard]; extra == "llm"
|
|
128
127
|
Requires-Dist: fastapi; extra == "llm"
|
|
129
|
-
Requires-Dist: starlette; extra == "llm"
|
|
130
|
-
Requires-Dist: aiohttp>=3.7; extra == "llm"
|
|
131
|
-
Requires-Dist: numpy>=1.20; extra == "llm"
|
|
132
128
|
Requires-Dist: pandas>=1.3; extra == "llm"
|
|
133
|
-
Requires-Dist:
|
|
134
|
-
Requires-Dist: pyarrow>=9.0.0; extra == "llm"
|
|
135
|
-
Requires-Dist: flow-insight>=1.0.0; extra == "llm"
|
|
129
|
+
Requires-Dist: prometheus-client>=0.7.1; extra == "llm"
|
|
136
130
|
Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "llm"
|
|
137
|
-
Requires-Dist: ninja; extra == "llm"
|
|
138
|
-
Requires-Dist: typer; extra == "llm"
|
|
139
131
|
Requires-Dist: opentelemetry-exporter-prometheus; extra == "llm"
|
|
140
|
-
Requires-Dist: opentelemetry-proto; extra == "llm"
|
|
141
|
-
Requires-Dist: colorful; extra == "llm"
|
|
142
|
-
Requires-Dist: opentelemetry-sdk; extra == "llm"
|
|
143
|
-
Requires-Dist: watchfiles; extra == "llm"
|
|
144
|
-
Requires-Dist: prometheus-client>=0.7.1; extra == "llm"
|
|
145
|
-
Requires-Dist: jsonref>=1.1.0; extra == "llm"
|
|
146
|
-
Requires-Dist: vllm>=0.8.5; extra == "llm"
|
|
147
|
-
Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "llm"
|
|
148
132
|
Requires-Dist: opencensus; extra == "llm"
|
|
133
|
+
Requires-Dist: colorful; extra == "llm"
|
|
134
|
+
Requires-Dist: ninja; extra == "llm"
|
|
135
|
+
Requires-Dist: typer; extra == "llm"
|
|
136
|
+
Requires-Dist: jsonschema; extra == "llm"
|
|
137
|
+
Requires-Dist: numpy>=1.20; extra == "llm"
|
|
149
138
|
Requires-Dist: fsspec; extra == "llm"
|
|
139
|
+
Requires-Dist: pyarrow>=9.0.0; extra == "llm"
|
|
140
|
+
Requires-Dist: vllm>=0.8.5; extra == "llm"
|
|
141
|
+
Requires-Dist: watchfiles; extra == "llm"
|
|
150
142
|
Requires-Dist: requests; extra == "llm"
|
|
151
|
-
Requires-Dist:
|
|
143
|
+
Requires-Dist: aiohttp>=3.7; extra == "llm"
|
|
144
|
+
Requires-Dist: opentelemetry-proto; extra == "llm"
|
|
145
|
+
Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "llm"
|
|
146
|
+
Requires-Dist: flow-insight>=1.0.0; extra == "llm"
|
|
147
|
+
Requires-Dist: jsonref>=1.1.0; extra == "llm"
|
|
148
|
+
Requires-Dist: starlette; extra == "llm"
|
|
149
|
+
Requires-Dist: uvicorn[standard]; extra == "llm"
|
|
150
|
+
Requires-Dist: smart-open; extra == "llm"
|
|
152
151
|
Requires-Dist: aiohttp-cors; extra == "llm"
|
|
152
|
+
Requires-Dist: opentelemetry-sdk; extra == "llm"
|
|
153
153
|
Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "llm"
|
|
154
154
|
Requires-Dist: async-timeout; python_version < "3.11" and extra == "llm"
|
|
155
155
|
Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "llm"
|
|
@@ -175,42 +175,42 @@ Requires-Dist: pyyaml; extra == "rllib"
|
|
|
175
175
|
Requires-Dist: scipy; extra == "rllib"
|
|
176
176
|
Requires-Dist: pyarrow<18; (sys_platform == "darwin" and platform_machine == "x86_64") and extra == "rllib"
|
|
177
177
|
Provides-Extra: serve
|
|
178
|
-
Requires-Dist: uvicorn[standard]; extra == "serve"
|
|
179
178
|
Requires-Dist: fastapi; extra == "serve"
|
|
180
|
-
Requires-Dist:
|
|
181
|
-
Requires-Dist: aiohttp>=3.7; extra == "serve"
|
|
182
|
-
Requires-Dist: smart-open; extra == "serve"
|
|
183
|
-
Requires-Dist: flow-insight>=1.0.0; extra == "serve"
|
|
179
|
+
Requires-Dist: prometheus-client>=0.7.1; extra == "serve"
|
|
184
180
|
Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "serve"
|
|
185
181
|
Requires-Dist: opentelemetry-exporter-prometheus; extra == "serve"
|
|
186
|
-
Requires-Dist:
|
|
182
|
+
Requires-Dist: opencensus; extra == "serve"
|
|
187
183
|
Requires-Dist: colorful; extra == "serve"
|
|
188
|
-
Requires-Dist:
|
|
184
|
+
Requires-Dist: aiohttp-cors; extra == "serve"
|
|
189
185
|
Requires-Dist: watchfiles; extra == "serve"
|
|
190
|
-
Requires-Dist: prometheus-client>=0.7.1; extra == "serve"
|
|
191
|
-
Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "serve"
|
|
192
|
-
Requires-Dist: opencensus; extra == "serve"
|
|
193
186
|
Requires-Dist: requests; extra == "serve"
|
|
194
|
-
Requires-Dist: aiohttp
|
|
187
|
+
Requires-Dist: aiohttp>=3.7; extra == "serve"
|
|
188
|
+
Requires-Dist: opentelemetry-proto; extra == "serve"
|
|
189
|
+
Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "serve"
|
|
190
|
+
Requires-Dist: flow-insight>=1.0.0; extra == "serve"
|
|
191
|
+
Requires-Dist: starlette; extra == "serve"
|
|
192
|
+
Requires-Dist: uvicorn[standard]; extra == "serve"
|
|
193
|
+
Requires-Dist: smart-open; extra == "serve"
|
|
194
|
+
Requires-Dist: opentelemetry-sdk; extra == "serve"
|
|
195
195
|
Provides-Extra: serve-grpc
|
|
196
|
-
Requires-Dist: uvicorn[standard]; extra == "serve-grpc"
|
|
197
196
|
Requires-Dist: fastapi; extra == "serve-grpc"
|
|
198
|
-
Requires-Dist:
|
|
199
|
-
Requires-Dist: aiohttp>=3.7; extra == "serve-grpc"
|
|
200
|
-
Requires-Dist: smart-open; extra == "serve-grpc"
|
|
201
|
-
Requires-Dist: flow-insight>=1.0.0; extra == "serve-grpc"
|
|
197
|
+
Requires-Dist: prometheus-client>=0.7.1; extra == "serve-grpc"
|
|
202
198
|
Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "serve-grpc"
|
|
203
|
-
Requires-Dist: colorful; extra == "serve-grpc"
|
|
204
199
|
Requires-Dist: opentelemetry-exporter-prometheus; extra == "serve-grpc"
|
|
205
|
-
Requires-Dist:
|
|
200
|
+
Requires-Dist: opencensus; extra == "serve-grpc"
|
|
201
|
+
Requires-Dist: colorful; extra == "serve-grpc"
|
|
206
202
|
Requires-Dist: watchfiles; extra == "serve-grpc"
|
|
207
|
-
Requires-Dist:
|
|
208
|
-
Requires-Dist:
|
|
203
|
+
Requires-Dist: requests; extra == "serve-grpc"
|
|
204
|
+
Requires-Dist: aiohttp>=3.7; extra == "serve-grpc"
|
|
205
|
+
Requires-Dist: opentelemetry-proto; extra == "serve-grpc"
|
|
209
206
|
Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "serve-grpc"
|
|
210
|
-
Requires-Dist:
|
|
207
|
+
Requires-Dist: flow-insight>=1.0.0; extra == "serve-grpc"
|
|
211
208
|
Requires-Dist: pyOpenSSL; extra == "serve-grpc"
|
|
212
|
-
Requires-Dist:
|
|
209
|
+
Requires-Dist: starlette; extra == "serve-grpc"
|
|
210
|
+
Requires-Dist: uvicorn[standard]; extra == "serve-grpc"
|
|
211
|
+
Requires-Dist: smart-open; extra == "serve-grpc"
|
|
213
212
|
Requires-Dist: aiohttp-cors; extra == "serve-grpc"
|
|
213
|
+
Requires-Dist: opentelemetry-sdk; extra == "serve-grpc"
|
|
214
214
|
Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "serve-grpc"
|
|
215
215
|
Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "serve-grpc"
|
|
216
216
|
Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "serve-grpc"
|
{ant_ray_nightly-3.0.0.dev20251017.dist-info → ant_ray_nightly-3.0.0.dev20251019.dist-info}/RECORD
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
ant_ray_nightly-3.0.0.
|
|
2
|
-
ant_ray_nightly-3.0.0.
|
|
3
|
-
ant_ray_nightly-3.0.0.
|
|
4
|
-
ant_ray_nightly-3.0.0.
|
|
5
|
-
ant_ray_nightly-3.0.0.
|
|
1
|
+
ant_ray_nightly-3.0.0.dev20251019.dist-info/RECORD,,
|
|
2
|
+
ant_ray_nightly-3.0.0.dev20251019.dist-info/WHEEL,sha256=HwLh7eT0c4g9JYr_O2nyzkGl14RmIBbONgH2Kq2kPcM,110
|
|
3
|
+
ant_ray_nightly-3.0.0.dev20251019.dist-info/entry_points.txt,sha256=HzQIZGspUzWojBmR9Xvb28m4bPhi-yJjV1U1pdlRkyY,111
|
|
4
|
+
ant_ray_nightly-3.0.0.dev20251019.dist-info/top_level.txt,sha256=GJvmpjCEmVfQsBskWDIj2hraOPW3F8A46rlbd9c3vc0,4
|
|
5
|
+
ant_ray_nightly-3.0.0.dev20251019.dist-info/METADATA,sha256=VVbydlLy5_x43K3b4HY1vKfbKAAKvjLTzBHVUu6lmVg,19000
|
|
6
6
|
ray/client_builder.py,sha256=wS5wrSGCvzpLzrtpHy5NHHtEjwgegqhqgvmD4H4neU0,14628
|
|
7
7
|
ray/_version.py,sha256=5gw_ACZDPc0hZ8nBjPnryqnt7-XU1NT3Hq4Cb9CaUMA,181
|
|
8
8
|
ray/runtime_context.py,sha256=1mIoKizdnax84QUM2maU0MrI9KBTJ_0tZh6ubyqOjDY,19948
|
|
@@ -247,8 +247,8 @@ ray/core/src/plasma/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
|
|
|
247
247
|
ray/core/src/ray/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
248
248
|
ray/core/src/ray/raylet/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
249
249
|
ray/core/src/ray/raylet/raylet,sha256=SXc27FzFWp-FzomZTX7M0UH7fP8hLOhS8bbDsQcIiRM,38271016
|
|
250
|
-
ray/core/src/ray/gcs/gcs_server,sha256=
|
|
251
|
-
ray/thirdparty_files/setproctitle.cpython-310-darwin.so,sha256=
|
|
250
|
+
ray/core/src/ray/gcs/gcs_server,sha256=E2QKagtqN2oSDhd2M6nq4daCkfSPwagp6VIKjDAtClU,34637304
|
|
251
|
+
ray/thirdparty_files/setproctitle.cpython-310-darwin.so,sha256=OKU-PRX1IBJssBJTNg6HFIjlWSLP-uGece5IGm05iwY,56256
|
|
252
252
|
ray/thirdparty_files/colorama-0.4.6.dist-info/RECORD,sha256=eXsUhBSXn-rMHyyGap6-BBnqM8rLLy7SkqcGaybe0IQ,2263
|
|
253
253
|
ray/thirdparty_files/colorama-0.4.6.dist-info/WHEEL,sha256=cdcF4Fbd0FPtw2EMIOwH-3rSOTUdTCeOSXRMD1iLUb8,105
|
|
254
254
|
ray/thirdparty_files/colorama-0.4.6.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -268,7 +268,7 @@ ray/thirdparty_files/colorama/ansitowin32.py,sha256=vPNYa3OZbxjbuFyaVo0Tmhmy1FZ1
|
|
|
268
268
|
ray/thirdparty_files/colorama/ansi.py,sha256=Top4EeEuaQdBWdteKMEcGOTeKeF19Q-Wo_6_Cj5kOzQ,2522
|
|
269
269
|
ray/thirdparty_files/colorama/winterm.py,sha256=XCQFDHjPi6AHYNdZwy0tA02H-Jh48Jp-HvCjeLeLp3U,7134
|
|
270
270
|
ray/thirdparty_files/colorama/initialise.py,sha256=-hIny86ClXo39ixh5iSCfUIa2f_h_bgKRDW7gqs-KLU,3325
|
|
271
|
-
ray/thirdparty_files/setproctitle-1.2.2.dist-info/RECORD,sha256=
|
|
271
|
+
ray/thirdparty_files/setproctitle-1.2.2.dist-info/RECORD,sha256=YhJXW1NNeiZq_hMXmlZeuUOEpeH36CmskH26Nmc74rI,602
|
|
272
272
|
ray/thirdparty_files/setproctitle-1.2.2.dist-info/WHEEL,sha256=Ow4-w2qlw_0cBxl5Cp1ublQBd1_y1XeER1FG5UUwpfk,109
|
|
273
273
|
ray/thirdparty_files/setproctitle-1.2.2.dist-info/top_level.txt,sha256=khlu2SuNEK2Ct594XhMTT62ll8p0oFza-4dmzUFTBhQ,13
|
|
274
274
|
ray/thirdparty_files/setproctitle-1.2.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -567,28 +567,28 @@ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/test_utils.py,sha256=ZJS
|
|
|
567
567
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/tracing.py,sha256=-6aaW6l0J9uJD45LzR4cijYH0j62pt0U_nn_aVzFku4,14558
|
|
568
568
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_exceptions.py,sha256=7nIuiwhZ39vJJ9KrWqArA5QcWbUdqkz2CLwEpJapeN8,10360
|
|
569
569
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_middlewares.py,sha256=sFI0AgeNjdyAjuz92QtMIpngmJSOxrqe2Jfbs4BNUu0,4165
|
|
570
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web.py,sha256=
|
|
570
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web.py,sha256=JzSNmejg5G6YeFAnkIgZfytqbU86sNu844yYKmoUpqs,17852
|
|
571
571
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http_exceptions.py,sha256=AZafFHgtAkAgrKZf8zYPU8VX2dq32-VAoP-UZxBLU0c,2960
|
|
572
572
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_app.py,sha256=lGU_aAMN-h3wy-LTTHi6SeKH8ydt1G51BXcCspgD5ZA,19452
|
|
573
573
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/streams.py,sha256=cQxo6Fyu_HDWDpbezGRVPIVYtVtTbSLRF7g511DNmSs,22601
|
|
574
574
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_protocol.py,sha256=c8a0PKGqfhIAiq2RboMsy1NRza4dnj6gnXIWvJUeCF0,27015
|
|
575
575
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/log.py,sha256=BbNKx9e3VMIm0xYjZI0IcBBoS7wjdeIeSaiJE7-qK2g,325
|
|
576
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/compression_utils.py,sha256=
|
|
577
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client.py,sha256=
|
|
578
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_urldispatcher.py,sha256=
|
|
576
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/compression_utils.py,sha256=skLoJxkQoKmFgrPshkMNWf2zMso2w97EK44a1SvnU_U,9600
|
|
577
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client.py,sha256=nYTIOdQgmeXb6qLqg7zeO4DZBSP6omK1vNQAELG3fdg,58656
|
|
578
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_urldispatcher.py,sha256=3ryu1ZOpcq79IYNMd6EjYWmQ_i6JbsJzS_IaV0yoYBg,44203
|
|
579
579
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_request.py,sha256=zN96OlMRlrCFOMRpdh7y9rvHP0Hm8zavC0OFCj0wlSg,29833
|
|
580
580
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http_websocket.py,sha256=8VXFKw6KQUEmPg48GtRMB37v0gTK7A0inoxXuDxMZEc,842
|
|
581
581
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client_proto.py,sha256=56_WtLStZGBFPYKzgEgY6v24JkhV1y6JEmmuxeJT2So,12110
|
|
582
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/__init__.py,sha256=
|
|
583
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_parser.cpython-310-darwin.so,sha256=
|
|
582
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/__init__.py,sha256=mzVOT0ZynvvN9RnDC_TZSLQmII3JiGsjo2ZwoCFf5LU,8302
|
|
583
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_parser.cpython-310-darwin.so,sha256=7SrFvUs5WTDP6h_ikJhJXeMo52IAYqsyqwqlGLeDmHE,434832
|
|
584
584
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_runner.py,sha256=v1G1nKiOOQgFnTSR4IMc6I9ReEFDMaHtMLvO_roDM-A,11786
|
|
585
585
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_server.py,sha256=-9WDKUAiR9ll-rSdwXSqG6YjaoW79d1R4y0BGSqgUMA,2888
|
|
586
586
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/base_protocol.py,sha256=Tp8cxUPQvv9kUPk3w6lAzk6d2MAzV3scwI_3Go3C47c,3025
|
|
587
587
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_headers.pxi,sha256=n701k28dVPjwRnx5j6LpJhLTfj7dqu2vJt7f0O60Oyg,2007
|
|
588
588
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/payload.py,sha256=O6nsYNULL7AeM2cyJ6TYX73ncVnL5xJwt5AegxwMKqw,40874
|
|
589
589
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_find_header.pxd,sha256=0GfwFCPN2zxEKTO1_MA5sYq2UfzsG8kcV3aTqvwlz3g,68
|
|
590
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client_reqrep.py,sha256=
|
|
591
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_writer.cpython-310-darwin.so,sha256=
|
|
590
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client_reqrep.py,sha256=eEREDrZ0M8ZFTt1wjHduR-P8_sm40K65gNz-iMGYask,53391
|
|
591
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_writer.cpython-310-darwin.so,sha256=2U9gIx0ONJ8whFN_n_LfhYHLiTQbfC4kHwWSM7bxFio,92416
|
|
592
592
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http.py,sha256=8o8j8xH70OWjnfTWA9V44NR785QPxEPrUtzMXiAVpwc,1842
|
|
593
593
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_log.py,sha256=rX5D7xLOX2B6BMdiZ-chme_KfJfW5IXEoFwLfkfkajs,7865
|
|
594
594
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/resolver.py,sha256=gsrfUpFf8iHlcHfJvY-1fiBHW3PRvRVNb5lNZBg3zlY,10031
|
|
@@ -606,8 +606,8 @@ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_fileresponse.py,sha2
|
|
|
606
606
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_cookie_helpers.py,sha256=uncmWVWETXBH-IAAOlT5bHZSaOhGaV7rY9u75B7f2Yg,12247
|
|
607
607
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http_writer.py,sha256=fbRtKPYSqRbtAdr_gqpjF2-4sI1ESL8dPDF-xY_mAMY,12446
|
|
608
608
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/tcp_helpers.py,sha256=BSadqVWaBpMFDRWnhaaR941N9MiDZ7bdTrxgCb0CW-M,961
|
|
609
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/helpers.py,sha256=
|
|
610
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http_parser.py,sha256=
|
|
609
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/helpers.py,sha256=Q1307PCEnWz4RP8crUw8dk58c0YF2Ei3JywkKfRxz5E,30629
|
|
610
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http_parser.py,sha256=fACBNI47n9hnVPWfm5AJufuezsoYOF_VLp4bptYjvQI,37377
|
|
611
611
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/cookiejar.py,sha256=e28ZMQwJ5P0vbPX1OX4Se7-k3zeGvocFEqzGhwpG53k,18922
|
|
612
612
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/pytest_plugin.py,sha256=z4XwqmsKdyJCKxbGiA5kFf90zcedvomqk4RqjZbhKNk,12901
|
|
613
613
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/abc.py,sha256=M66F4S6m00bIEn7y4ha_XLTMDmVQ9dPihfOVB0pGfOo,7149
|
|
@@ -621,8 +621,8 @@ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/mask.pxd,sha2
|
|
|
621
621
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/models.py,sha256=XAzjs_8JYszWXIgZ6R3ZRrF-tX9Q_6LiD49WRYojopM,2121
|
|
622
622
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/__init__.py,sha256=Mar3R9_vBN_Ea4lsW7iTAVXD7OKswKPGqF5xgSyt77k,44
|
|
623
623
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/reader.py,sha256=eC4qS0c5sOeQ2ebAHLaBpIaTVFaSKX79pY2xvh3Pqyw,1030
|
|
624
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/mask.cpython-310-darwin.so,sha256=
|
|
625
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/reader_c.cpython-310-darwin.so,sha256=
|
|
624
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/mask.cpython-310-darwin.so,sha256=xqS3IAR3g8r8YGvpKfwbh0gk8RzVgYumBD_Ve9oYGqI,85880
|
|
625
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/reader_c.cpython-310-darwin.so,sha256=WSbpTC6EfiUXJyugZYjxXKLja2G4ZnHJzpzrN3dVdwg,238976
|
|
626
626
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/writer.py,sha256=9qCnQnCFwPmvf6U6i_7VfTldjpcDfQ_ojeCv5mXoMkw,7139
|
|
627
627
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/mask.pyx,sha256=BHjOtV0O0w7xp9p0LNADRJvGmgfPn9sGeJvSs0fL__4,1397
|
|
628
628
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/helpers.py,sha256=P-XLv8IUaihKzDenVUqfKU5DJbWE5HvG8uhvUZK8Ic4,5038
|
|
@@ -714,6 +714,14 @@ ray/_private/runtime_env/agent/thirdparty_files/attr/_cmp.pyi,sha256=U-_RU_UZOyP
|
|
|
714
714
|
ray/_private/runtime_env/agent/thirdparty_files/attr/_funcs.py,sha256=Ix5IETTfz5F01F-12MF_CSFomIn2h8b67EVVz2gCtBE,16479
|
|
715
715
|
ray/_private/runtime_env/agent/thirdparty_files/attr/_version_info.pyi,sha256=x_M3L3WuB7r_ULXAWjx959udKQ4HLB8l-hsc1FDGNvk,209
|
|
716
716
|
ray/_private/runtime_env/agent/thirdparty_files/attr/filters.py,sha256=ZBiKWLp3R0LfCZsq7X11pn9WX8NslS2wXM4jsnLOGc8,1795
|
|
717
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.1.dist-info/RECORD,sha256=hehNMwRU9D4qVbycG4bszbsu5TjCUxQTrUtsHMIizUk,9874
|
|
718
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.1.dist-info/WHEEL,sha256=11kMdE9gzbsaQG30fRcsAYxBLEVRsqJo098Y5iL60Xo,136
|
|
719
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.1.dist-info/top_level.txt,sha256=iv-JIaacmTl-hSho3QmphcKnbRRYx1st47yjz_178Ro,8
|
|
720
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
721
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
|
722
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.1.dist-info/METADATA,sha256=ohV0YRJDiQMjtAViNzumXljaLwMz4BLFmVDJXrqw6cU,8135
|
|
723
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.1.dist-info/licenses/LICENSE.txt,sha256=n4DQ2311WpQdtFchcsJw7L2PCCuiFd3QlZhZQu2Uqes,588
|
|
724
|
+
ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.1.dist-info/licenses/vendor/llhttp/LICENSE,sha256=68qFTgE0zSVtZzYnwgSZ9CV363S6zwi58ltianPJEnc,1105
|
|
717
725
|
ray/_private/runtime_env/agent/thirdparty_files/frozenlist-1.8.0.dist-info/RECORD,sha256=VGjr6henyRtkqwP9z2eRKVCMUOkp3XwlVA-Q-Yz_5Ic,983
|
|
718
726
|
ray/_private/runtime_env/agent/thirdparty_files/frozenlist-1.8.0.dist-info/WHEEL,sha256=11kMdE9gzbsaQG30fRcsAYxBLEVRsqJo098Y5iL60Xo,136
|
|
719
727
|
ray/_private/runtime_env/agent/thirdparty_files/frozenlist-1.8.0.dist-info/top_level.txt,sha256=jivtxsPXA3nK3WBWW2LW5Mtu_GHt8UZA13NeCs2cKuA,11
|
|
@@ -741,14 +749,6 @@ ray/_private/runtime_env/agent/thirdparty_files/typing_extensions-4.12.2.dist-in
|
|
|
741
749
|
ray/_private/runtime_env/agent/thirdparty_files/typing_extensions-4.12.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
|
742
750
|
ray/_private/runtime_env/agent/thirdparty_files/typing_extensions-4.12.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
|
743
751
|
ray/_private/runtime_env/agent/thirdparty_files/typing_extensions-4.12.2.dist-info/METADATA,sha256=BeUQIa8cnYbrjWx-N8TOznM9UGW5Gm2DicVpDtRA8W0,3018
|
|
744
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.0.dist-info/RECORD,sha256=mppfWxpizYtj2O4KgAEubqBijg-IlQDbvCQuC60JGa0,9874
|
|
745
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.0.dist-info/WHEEL,sha256=11kMdE9gzbsaQG30fRcsAYxBLEVRsqJo098Y5iL60Xo,136
|
|
746
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.0.dist-info/top_level.txt,sha256=iv-JIaacmTl-hSho3QmphcKnbRRYx1st47yjz_178Ro,8
|
|
747
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
748
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
|
749
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.0.dist-info/METADATA,sha256=MMgGAtplXaCYPIJajnkzKVOSQolGCMLIMMhrr1XaCLM,8147
|
|
750
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.0.dist-info/licenses/LICENSE.txt,sha256=n4DQ2311WpQdtFchcsJw7L2PCCuiFd3QlZhZQu2Uqes,588
|
|
751
|
-
ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.0.dist-info/licenses/vendor/llhttp/LICENSE,sha256=68qFTgE0zSVtZzYnwgSZ9CV363S6zwi58ltianPJEnc,1105
|
|
752
752
|
ray/_private/runtime_env/agent/thirdparty_files/yarl/_path.py,sha256=A0FJUylZyzmlT0a3UDOBbK-EzZXCAYuQQBvG9eAC9hs,1291
|
|
753
753
|
ray/_private/runtime_env/agent/thirdparty_files/yarl/_url.py,sha256=4K5gCdoQtVi9FmnQdssEqafdlJILKxSap8RNCBC4IGE,55608
|
|
754
754
|
ray/_private/runtime_env/agent/thirdparty_files/yarl/_quoting_py.py,sha256=7WD7IHhgaJiLZWoIewvB0JRUsbz9McmfZw5TnjlVs9o,6783
|
|
Binary file
|
|
Binary file
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/mask.cpython-310-darwin.so
CHANGED
|
Binary file
|
ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/reader_c.cpython-310-darwin.so
CHANGED
|
Binary file
|
|
@@ -98,7 +98,9 @@ from .helpers import (
|
|
|
98
98
|
EMPTY_BODY_METHODS,
|
|
99
99
|
BasicAuth,
|
|
100
100
|
TimeoutHandle,
|
|
101
|
+
basicauth_from_netrc,
|
|
101
102
|
get_env_proxy_for_url,
|
|
103
|
+
netrc_from_env,
|
|
102
104
|
sentinel,
|
|
103
105
|
strip_auth_from_url,
|
|
104
106
|
)
|
|
@@ -657,6 +659,20 @@ class ClientSession:
|
|
|
657
659
|
)
|
|
658
660
|
):
|
|
659
661
|
auth = self._default_auth
|
|
662
|
+
|
|
663
|
+
# Try netrc if auth is still None and trust_env is enabled.
|
|
664
|
+
# Only check if NETRC environment variable is set to avoid
|
|
665
|
+
# creating an expensive executor job unnecessarily.
|
|
666
|
+
if (
|
|
667
|
+
auth is None
|
|
668
|
+
and self._trust_env
|
|
669
|
+
and url.host is not None
|
|
670
|
+
and os.environ.get("NETRC")
|
|
671
|
+
):
|
|
672
|
+
auth = await self._loop.run_in_executor(
|
|
673
|
+
None, self._get_netrc_auth, url.host
|
|
674
|
+
)
|
|
675
|
+
|
|
660
676
|
# It would be confusing if we support explicit
|
|
661
677
|
# Authorization header with auth argument
|
|
662
678
|
if (
|
|
@@ -1211,6 +1227,19 @@ class ClientSession:
|
|
|
1211
1227
|
added_names.add(key)
|
|
1212
1228
|
return result
|
|
1213
1229
|
|
|
1230
|
+
def _get_netrc_auth(self, host: str) -> Optional[BasicAuth]:
|
|
1231
|
+
"""
|
|
1232
|
+
Get auth from netrc for the given host.
|
|
1233
|
+
|
|
1234
|
+
This method is designed to be called in an executor to avoid
|
|
1235
|
+
blocking I/O in the event loop.
|
|
1236
|
+
"""
|
|
1237
|
+
netrc_obj = netrc_from_env()
|
|
1238
|
+
try:
|
|
1239
|
+
return basicauth_from_netrc(netrc_obj, host)
|
|
1240
|
+
except LookupError:
|
|
1241
|
+
return None
|
|
1242
|
+
|
|
1214
1243
|
if sys.version_info >= (3, 11) and TYPE_CHECKING:
|
|
1215
1244
|
|
|
1216
1245
|
def get(
|
|
@@ -53,8 +53,6 @@ from .helpers import (
|
|
|
53
53
|
BasicAuth,
|
|
54
54
|
HeadersMixin,
|
|
55
55
|
TimerNoop,
|
|
56
|
-
basicauth_from_netrc,
|
|
57
|
-
netrc_from_env,
|
|
58
56
|
noop,
|
|
59
57
|
reify,
|
|
60
58
|
sentinel,
|
|
@@ -1164,10 +1162,6 @@ class ClientRequest:
|
|
|
1164
1162
|
"""Set basic auth."""
|
|
1165
1163
|
if auth is None:
|
|
1166
1164
|
auth = self.auth
|
|
1167
|
-
if auth is None and trust_env and self.url.host is not None:
|
|
1168
|
-
netrc_obj = netrc_from_env()
|
|
1169
|
-
with contextlib.suppress(LookupError):
|
|
1170
|
-
auth = basicauth_from_netrc(netrc_obj, self.url.host)
|
|
1171
1165
|
if auth is None:
|
|
1172
1166
|
return
|
|
1173
1167
|
|
|
@@ -21,17 +21,16 @@ try:
|
|
|
21
21
|
except ImportError: # pragma: no cover
|
|
22
22
|
HAS_BROTLI = False
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
try:
|
|
25
|
+
if sys.version_info >= (3, 14):
|
|
26
|
+
from compression.zstd import ZstdDecompressor # noqa: I900
|
|
27
|
+
else: # TODO(PY314): Remove mentions of backports.zstd across codebase
|
|
28
|
+
from backports.zstd import ZstdDecompressor
|
|
26
29
|
|
|
27
30
|
HAS_ZSTD = True
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import zstandard
|
|
31
|
+
except ImportError:
|
|
32
|
+
HAS_ZSTD = False
|
|
31
33
|
|
|
32
|
-
HAS_ZSTD = True
|
|
33
|
-
except ImportError:
|
|
34
|
-
HAS_ZSTD = False
|
|
35
34
|
|
|
36
35
|
MAX_SYNC_CHUNK_SIZE = 1024
|
|
37
36
|
|
|
@@ -295,12 +294,9 @@ class ZSTDDecompressor:
|
|
|
295
294
|
if not HAS_ZSTD:
|
|
296
295
|
raise RuntimeError(
|
|
297
296
|
"The zstd decompression is not available. "
|
|
298
|
-
"Please install `
|
|
297
|
+
"Please install `backports.zstd` module"
|
|
299
298
|
)
|
|
300
|
-
|
|
301
|
-
self._obj = compression.zstd.ZstdDecompressor()
|
|
302
|
-
else:
|
|
303
|
-
self._obj = zstandard.ZstdDecompressor()
|
|
299
|
+
self._obj = ZstdDecompressor()
|
|
304
300
|
|
|
305
301
|
def decompress_sync(self, data: bytes) -> bytes:
|
|
306
302
|
return self._obj.decompress(data)
|
|
@@ -17,7 +17,9 @@ import time
|
|
|
17
17
|
import weakref
|
|
18
18
|
from collections import namedtuple
|
|
19
19
|
from contextlib import suppress
|
|
20
|
+
from email.message import EmailMessage
|
|
20
21
|
from email.parser import HeaderParser
|
|
22
|
+
from email.policy import HTTP
|
|
21
23
|
from email.utils import parsedate
|
|
22
24
|
from math import ceil
|
|
23
25
|
from pathlib import Path
|
|
@@ -357,14 +359,40 @@ def parse_mimetype(mimetype: str) -> MimeType:
|
|
|
357
359
|
)
|
|
358
360
|
|
|
359
361
|
|
|
362
|
+
class EnsureOctetStream(EmailMessage):
|
|
363
|
+
def __init__(self) -> None:
|
|
364
|
+
super().__init__()
|
|
365
|
+
# https://www.rfc-editor.org/rfc/rfc9110#section-8.3-5
|
|
366
|
+
self.set_default_type("application/octet-stream")
|
|
367
|
+
|
|
368
|
+
def get_content_type(self) -> str:
|
|
369
|
+
"""Re-implementation from Message
|
|
370
|
+
|
|
371
|
+
Returns application/octet-stream in place of plain/text when
|
|
372
|
+
value is wrong.
|
|
373
|
+
|
|
374
|
+
The way this class is used guarantees that content-type will
|
|
375
|
+
be present so simplify the checks wrt to the base implementation.
|
|
376
|
+
"""
|
|
377
|
+
value = self.get("content-type", "").lower()
|
|
378
|
+
|
|
379
|
+
# Based on the implementation of _splitparam in the standard library
|
|
380
|
+
ctype, _, _ = value.partition(";")
|
|
381
|
+
ctype = ctype.strip()
|
|
382
|
+
if ctype.count("/") != 1:
|
|
383
|
+
return self.get_default_type()
|
|
384
|
+
return ctype
|
|
385
|
+
|
|
386
|
+
|
|
360
387
|
@functools.lru_cache(maxsize=56)
|
|
361
388
|
def parse_content_type(raw: str) -> Tuple[str, MappingProxyType[str, str]]:
|
|
362
389
|
"""Parse Content-Type header.
|
|
363
390
|
|
|
364
391
|
Returns a tuple of the parsed content type and a
|
|
365
|
-
MappingProxyType of parameters.
|
|
392
|
+
MappingProxyType of parameters. The default returned value
|
|
393
|
+
is `application/octet-stream`
|
|
366
394
|
"""
|
|
367
|
-
msg = HeaderParser().parsestr(f"Content-Type: {raw}")
|
|
395
|
+
msg = HeaderParser(EnsureOctetStream, policy=HTTP).parsestr(f"Content-Type: {raw}")
|
|
368
396
|
content_type = msg.get_content_type()
|
|
369
397
|
params = msg.get_params(())
|
|
370
398
|
content_dict = dict(params[1:]) # First element is content type again
|
|
@@ -980,7 +980,7 @@ class DeflateBuffer:
|
|
|
980
980
|
if not HAS_ZSTD:
|
|
981
981
|
raise ContentEncodingError(
|
|
982
982
|
"Can not decode content-encoding: zstandard (zstd). "
|
|
983
|
-
"Please install `
|
|
983
|
+
"Please install `backports.zstd`"
|
|
984
984
|
)
|
|
985
985
|
self.decompressor = ZSTDDecompressor()
|
|
986
986
|
else:
|
|
@@ -309,18 +309,12 @@ async def _run_app(
|
|
|
309
309
|
port: Optional[int] = None,
|
|
310
310
|
path: Union[PathLike, TypingIterable[PathLike], None] = None,
|
|
311
311
|
sock: Optional[Union[socket.socket, TypingIterable[socket.socket]]] = None,
|
|
312
|
-
shutdown_timeout: float = 60.0,
|
|
313
|
-
keepalive_timeout: float = 75.0,
|
|
314
312
|
ssl_context: Optional[SSLContext] = None,
|
|
315
313
|
print: Optional[Callable[..., None]] = print,
|
|
316
314
|
backlog: int = 128,
|
|
317
|
-
access_log_class: Type[AbstractAccessLogger] = AccessLogger,
|
|
318
|
-
access_log_format: str = AccessLogger.LOG_FORMAT,
|
|
319
|
-
access_log: Optional[logging.Logger] = access_logger,
|
|
320
|
-
handle_signals: bool = True,
|
|
321
315
|
reuse_address: Optional[bool] = None,
|
|
322
316
|
reuse_port: Optional[bool] = None,
|
|
323
|
-
|
|
317
|
+
**kwargs: Any, # TODO(PY311): Use Unpack
|
|
324
318
|
) -> None:
|
|
325
319
|
# An internal function to actually do all dirty job for application running
|
|
326
320
|
if asyncio.iscoroutine(app):
|
|
@@ -328,16 +322,7 @@ async def _run_app(
|
|
|
328
322
|
|
|
329
323
|
app = cast(Application, app)
|
|
330
324
|
|
|
331
|
-
runner = AppRunner(
|
|
332
|
-
app,
|
|
333
|
-
handle_signals=handle_signals,
|
|
334
|
-
access_log_class=access_log_class,
|
|
335
|
-
access_log_format=access_log_format,
|
|
336
|
-
access_log=access_log,
|
|
337
|
-
keepalive_timeout=keepalive_timeout,
|
|
338
|
-
shutdown_timeout=shutdown_timeout,
|
|
339
|
-
handler_cancellation=handler_cancellation,
|
|
340
|
-
)
|
|
325
|
+
runner = AppRunner(app, **kwargs)
|
|
341
326
|
|
|
342
327
|
await runner.setup()
|
|
343
328
|
|
|
@@ -484,6 +469,7 @@ def run_app(
|
|
|
484
469
|
reuse_port: Optional[bool] = None,
|
|
485
470
|
handler_cancellation: bool = False,
|
|
486
471
|
loop: Optional[asyncio.AbstractEventLoop] = None,
|
|
472
|
+
**kwargs: Any,
|
|
487
473
|
) -> None:
|
|
488
474
|
"""Run an app locally"""
|
|
489
475
|
if loop is None:
|
|
@@ -515,6 +501,7 @@ def run_app(
|
|
|
515
501
|
reuse_address=reuse_address,
|
|
516
502
|
reuse_port=reuse_port,
|
|
517
503
|
handler_cancellation=handler_cancellation,
|
|
504
|
+
**kwargs,
|
|
518
505
|
)
|
|
519
506
|
)
|
|
520
507
|
|
|
@@ -1034,6 +1034,21 @@ class UrlDispatcher(AbstractRouter, Mapping[str, AbstractResource]):
|
|
|
1034
1034
|
resource_index = self._resource_index
|
|
1035
1035
|
allowed_methods: Set[str] = set()
|
|
1036
1036
|
|
|
1037
|
+
# MatchedSubAppResource is primarily used to match on domain names
|
|
1038
|
+
# (though custom rules could match on other things). This means that
|
|
1039
|
+
# the traversal algorithm below can't be applied, and that we likely
|
|
1040
|
+
# need to check these first so a sub app that defines the same path
|
|
1041
|
+
# as a parent app will get priority if there's a domain match.
|
|
1042
|
+
#
|
|
1043
|
+
# For most cases we do not expect there to be many of these since
|
|
1044
|
+
# currently they are only added by `.add_domain()`.
|
|
1045
|
+
for resource in self._matched_sub_app_resources:
|
|
1046
|
+
match_dict, allowed = await resource.resolve(request)
|
|
1047
|
+
if match_dict is not None:
|
|
1048
|
+
return match_dict
|
|
1049
|
+
else:
|
|
1050
|
+
allowed_methods |= allowed
|
|
1051
|
+
|
|
1037
1052
|
# Walk the url parts looking for candidates. We walk the url backwards
|
|
1038
1053
|
# to ensure the most explicit match is found first. If there are multiple
|
|
1039
1054
|
# candidates for a given url part because there are multiple resources
|
|
@@ -1051,21 +1066,6 @@ class UrlDispatcher(AbstractRouter, Mapping[str, AbstractResource]):
|
|
|
1051
1066
|
break
|
|
1052
1067
|
url_part = url_part.rpartition("/")[0] or "/"
|
|
1053
1068
|
|
|
1054
|
-
#
|
|
1055
|
-
# We didn't find any candidates, so we'll try the matched sub-app
|
|
1056
|
-
# resources which we have to walk in a linear fashion because they
|
|
1057
|
-
# have regex/wildcard match rules and we cannot index them.
|
|
1058
|
-
#
|
|
1059
|
-
# For most cases we do not expect there to be many of these since
|
|
1060
|
-
# currently they are only added by `add_domain`
|
|
1061
|
-
#
|
|
1062
|
-
for resource in self._matched_sub_app_resources:
|
|
1063
|
-
match_dict, allowed = await resource.resolve(request)
|
|
1064
|
-
if match_dict is not None:
|
|
1065
|
-
return match_dict
|
|
1066
|
-
else:
|
|
1067
|
-
allowed_methods |= allowed
|
|
1068
|
-
|
|
1069
1069
|
if allowed_methods:
|
|
1070
1070
|
return MatchInfoError(HTTPMethodNotAllowed(request.method, allowed_methods))
|
|
1071
1071
|
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: aiohttp
|
|
3
|
-
Version: 3.13.
|
|
3
|
+
Version: 3.13.1
|
|
4
4
|
Summary: Async http client/server framework (asyncio)
|
|
5
|
-
|
|
6
|
-
Maintainer: aiohttp team <team@aiohttp.org>
|
|
7
|
-
Maintainer-email: team@aiohttp.org
|
|
5
|
+
Maintainer-email: aiohttp team <team@aiohttp.org>
|
|
8
6
|
License: Apache-2.0 AND MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/aio-libs/aiohttp
|
|
9
8
|
Project-URL: Chat: Matrix, https://matrix.to/#/#aio-libs:matrix.org
|
|
10
9
|
Project-URL: Chat: Matrix Space, https://matrix.to/#/#aio-libs-space:matrix.org
|
|
11
10
|
Project-URL: CI: GitHub Actions, https://github.com/aio-libs/aiohttp/actions?query=workflow%3ACI
|
|
@@ -45,7 +44,7 @@ Provides-Extra: speedups
|
|
|
45
44
|
Requires-Dist: aiodns>=3.3.0; extra == "speedups"
|
|
46
45
|
Requires-Dist: Brotli; platform_python_implementation == "CPython" and extra == "speedups"
|
|
47
46
|
Requires-Dist: brotlicffi; platform_python_implementation != "CPython" and extra == "speedups"
|
|
48
|
-
Requires-Dist:
|
|
47
|
+
Requires-Dist: backports.zstd; (platform_python_implementation == "CPython" and python_version < "3.14") and extra == "speedups"
|
|
49
48
|
Dynamic: license-file
|
|
50
49
|
|
|
51
50
|
==================================
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
aiohttp-3.13.
|
|
2
|
-
aiohttp-3.13.
|
|
3
|
-
aiohttp-3.13.
|
|
4
|
-
aiohttp-3.13.
|
|
5
|
-
aiohttp-3.13.
|
|
6
|
-
aiohttp-3.13.
|
|
7
|
-
aiohttp-3.13.
|
|
8
|
-
aiohttp-3.13.
|
|
1
|
+
aiohttp-3.13.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
|
2
|
+
aiohttp-3.13.1.dist-info/METADATA,sha256=ohV0YRJDiQMjtAViNzumXljaLwMz4BLFmVDJXrqw6cU,8135
|
|
3
|
+
aiohttp-3.13.1.dist-info/RECORD,,
|
|
4
|
+
aiohttp-3.13.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
+
aiohttp-3.13.1.dist-info/WHEEL,sha256=11kMdE9gzbsaQG30fRcsAYxBLEVRsqJo098Y5iL60Xo,136
|
|
6
|
+
aiohttp-3.13.1.dist-info/licenses/LICENSE.txt,sha256=n4DQ2311WpQdtFchcsJw7L2PCCuiFd3QlZhZQu2Uqes,588
|
|
7
|
+
aiohttp-3.13.1.dist-info/licenses/vendor/llhttp/LICENSE,sha256=68qFTgE0zSVtZzYnwgSZ9CV363S6zwi58ltianPJEnc,1105
|
|
8
|
+
aiohttp-3.13.1.dist-info/top_level.txt,sha256=iv-JIaacmTl-hSho3QmphcKnbRRYx1st47yjz_178Ro,8
|
|
9
9
|
aiohttp/.hash/_cparser.pxd.hash,sha256=oIlezvoJGZE6-ZImy9DWJWJ9jmK4nobbsaEmkgwBkoQ,122
|
|
10
10
|
aiohttp/.hash/_find_header.pxd.hash,sha256=e5PYiyDzMXiyZFd4-ALGxEv49PjPhij4cOmV12aVFxQ,126
|
|
11
11
|
aiohttp/.hash/_http_parser.pyx.hash,sha256=uZXIPLEavqt5Jm9vL0S00wn80OVkI1YeLE5jEFSeCUc,126
|
|
12
12
|
aiohttp/.hash/_http_writer.pyx.hash,sha256=MboJpn5z8wdmkkOhQ70m726h2Ddc9N1uep6wI4MG3kI,126
|
|
13
13
|
aiohttp/.hash/hdrs.py.hash,sha256=1gLWu377IP_KPjc8HykpPdBQiMz2hKNE9YumrEChURQ,117
|
|
14
|
-
aiohttp/__init__.py,sha256=
|
|
14
|
+
aiohttp/__init__.py,sha256=mzVOT0ZynvvN9RnDC_TZSLQmII3JiGsjo2ZwoCFf5LU,8302
|
|
15
15
|
aiohttp/__pycache__/__init__.cpython-310.pyc,,
|
|
16
16
|
aiohttp/__pycache__/_cookie_helpers.cpython-310.pyc,,
|
|
17
17
|
aiohttp/__pycache__/abc.cpython-310.pyc,,
|
|
@@ -64,9 +64,9 @@ aiohttp/_cookie_helpers.py,sha256=uncmWVWETXBH-IAAOlT5bHZSaOhGaV7rY9u75B7f2Yg,12
|
|
|
64
64
|
aiohttp/_cparser.pxd,sha256=UnbUYCHg4NdXfgyRVYAMv2KTLWClB4P-xCrvtj_r7ew,4295
|
|
65
65
|
aiohttp/_find_header.pxd,sha256=0GfwFCPN2zxEKTO1_MA5sYq2UfzsG8kcV3aTqvwlz3g,68
|
|
66
66
|
aiohttp/_headers.pxi,sha256=n701k28dVPjwRnx5j6LpJhLTfj7dqu2vJt7f0O60Oyg,2007
|
|
67
|
-
aiohttp/_http_parser.cpython-310-darwin.so,sha256=
|
|
67
|
+
aiohttp/_http_parser.cpython-310-darwin.so,sha256=7SrFvUs5WTDP6h_ikJhJXeMo52IAYqsyqwqlGLeDmHE,434832
|
|
68
68
|
aiohttp/_http_parser.pyx,sha256=tmA1PaJn7H8U1nyXtoHJV44pxYVzqXAf1UgJaYPaw28,28219
|
|
69
|
-
aiohttp/_http_writer.cpython-310-darwin.so,sha256=
|
|
69
|
+
aiohttp/_http_writer.cpython-310-darwin.so,sha256=2U9gIx0ONJ8whFN_n_LfhYHLiTQbfC4kHwWSM7bxFio,92416
|
|
70
70
|
aiohttp/_http_writer.pyx,sha256=VlFEBM6HoVv8a0AAJtc6JwFlsv2-cDE8-gB94p3dfhQ,4664
|
|
71
71
|
aiohttp/_websocket/.hash/mask.pxd.hash,sha256=ebMpBz5iaBd0tWsl9uYmnJXclUn2ZLaM1HImB0y86MQ,129
|
|
72
72
|
aiohttp/_websocket/.hash/mask.pyx.hash,sha256=Td1g3PCFM0DQsJEXruY4pygFu0ScpCxKmncwQFpaStk,129
|
|
@@ -80,34 +80,34 @@ aiohttp/_websocket/__pycache__/reader_c.cpython-310.pyc,,
|
|
|
80
80
|
aiohttp/_websocket/__pycache__/reader_py.cpython-310.pyc,,
|
|
81
81
|
aiohttp/_websocket/__pycache__/writer.cpython-310.pyc,,
|
|
82
82
|
aiohttp/_websocket/helpers.py,sha256=P-XLv8IUaihKzDenVUqfKU5DJbWE5HvG8uhvUZK8Ic4,5038
|
|
83
|
-
aiohttp/_websocket/mask.cpython-310-darwin.so,sha256=
|
|
83
|
+
aiohttp/_websocket/mask.cpython-310-darwin.so,sha256=xqS3IAR3g8r8YGvpKfwbh0gk8RzVgYumBD_Ve9oYGqI,85880
|
|
84
84
|
aiohttp/_websocket/mask.pxd,sha256=sBmZ1Amym9kW4Ge8lj1fLZ7mPPya4LzLdpkQExQXv5M,112
|
|
85
85
|
aiohttp/_websocket/mask.pyx,sha256=BHjOtV0O0w7xp9p0LNADRJvGmgfPn9sGeJvSs0fL__4,1397
|
|
86
86
|
aiohttp/_websocket/models.py,sha256=XAzjs_8JYszWXIgZ6R3ZRrF-tX9Q_6LiD49WRYojopM,2121
|
|
87
87
|
aiohttp/_websocket/reader.py,sha256=eC4qS0c5sOeQ2ebAHLaBpIaTVFaSKX79pY2xvh3Pqyw,1030
|
|
88
|
-
aiohttp/_websocket/reader_c.cpython-310-darwin.so,sha256=
|
|
88
|
+
aiohttp/_websocket/reader_c.cpython-310-darwin.so,sha256=WSbpTC6EfiUXJyugZYjxXKLja2G4ZnHJzpzrN3dVdwg,238976
|
|
89
89
|
aiohttp/_websocket/reader_c.pxd,sha256=nl_njtDrzlQU0rjgGGjZDB-swguE0tX_bCPobkShVa4,2625
|
|
90
90
|
aiohttp/_websocket/reader_c.py,sha256=gSsE_iSBr7-ORvOmgkCT7Jpj4_j3854i_Cp88Se1_6E,18791
|
|
91
91
|
aiohttp/_websocket/reader_py.py,sha256=gSsE_iSBr7-ORvOmgkCT7Jpj4_j3854i_Cp88Se1_6E,18791
|
|
92
92
|
aiohttp/_websocket/writer.py,sha256=9qCnQnCFwPmvf6U6i_7VfTldjpcDfQ_ojeCv5mXoMkw,7139
|
|
93
93
|
aiohttp/abc.py,sha256=M66F4S6m00bIEn7y4ha_XLTMDmVQ9dPihfOVB0pGfOo,7149
|
|
94
94
|
aiohttp/base_protocol.py,sha256=Tp8cxUPQvv9kUPk3w6lAzk6d2MAzV3scwI_3Go3C47c,3025
|
|
95
|
-
aiohttp/client.py,sha256=
|
|
95
|
+
aiohttp/client.py,sha256=nYTIOdQgmeXb6qLqg7zeO4DZBSP6omK1vNQAELG3fdg,58656
|
|
96
96
|
aiohttp/client_exceptions.py,sha256=uyKbxI2peZhKl7lELBMx3UeusNkfpemPWpGFq0r6JeM,11367
|
|
97
97
|
aiohttp/client_middleware_digest_auth.py,sha256=BIoQJ5eWL5NNkPOmezTGrceWIho8ETDvS8NKvX-3Xdw,17088
|
|
98
98
|
aiohttp/client_middlewares.py,sha256=kP5N9CMzQPMGPIEydeVUiLUTLsw8Vl8Gr4qAWYdu3vM,1918
|
|
99
99
|
aiohttp/client_proto.py,sha256=56_WtLStZGBFPYKzgEgY6v24JkhV1y6JEmmuxeJT2So,12110
|
|
100
|
-
aiohttp/client_reqrep.py,sha256=
|
|
100
|
+
aiohttp/client_reqrep.py,sha256=eEREDrZ0M8ZFTt1wjHduR-P8_sm40K65gNz-iMGYask,53391
|
|
101
101
|
aiohttp/client_ws.py,sha256=1CIjIXwyzOMIYw6AjUES4-qUwbyVHW1seJKQfg_Rta8,15109
|
|
102
|
-
aiohttp/compression_utils.py,sha256=
|
|
102
|
+
aiohttp/compression_utils.py,sha256=skLoJxkQoKmFgrPshkMNWf2zMso2w97EK44a1SvnU_U,9600
|
|
103
103
|
aiohttp/connector.py,sha256=WQetKoSW7XnHA9r4o9OWwO3-n7ymOwBd2Tg_xHNw0Bs,68456
|
|
104
104
|
aiohttp/cookiejar.py,sha256=e28ZMQwJ5P0vbPX1OX4Se7-k3zeGvocFEqzGhwpG53k,18922
|
|
105
105
|
aiohttp/formdata.py,sha256=xqYMbUo1qoLYPuzY92XeR4pyEe-w-DNcToARDF3GUhA,6384
|
|
106
106
|
aiohttp/hdrs.py,sha256=2rj5MyA-6yRdYPhW5UKkW4iNWhEAlGIOSBH5D4FmKNE,5111
|
|
107
|
-
aiohttp/helpers.py,sha256=
|
|
107
|
+
aiohttp/helpers.py,sha256=Q1307PCEnWz4RP8crUw8dk58c0YF2Ei3JywkKfRxz5E,30629
|
|
108
108
|
aiohttp/http.py,sha256=8o8j8xH70OWjnfTWA9V44NR785QPxEPrUtzMXiAVpwc,1842
|
|
109
109
|
aiohttp/http_exceptions.py,sha256=AZafFHgtAkAgrKZf8zYPU8VX2dq32-VAoP-UZxBLU0c,2960
|
|
110
|
-
aiohttp/http_parser.py,sha256=
|
|
110
|
+
aiohttp/http_parser.py,sha256=fACBNI47n9hnVPWfm5AJufuezsoYOF_VLp4bptYjvQI,37377
|
|
111
111
|
aiohttp/http_websocket.py,sha256=8VXFKw6KQUEmPg48GtRMB37v0gTK7A0inoxXuDxMZEc,842
|
|
112
112
|
aiohttp/http_writer.py,sha256=fbRtKPYSqRbtAdr_gqpjF2-4sI1ESL8dPDF-xY_mAMY,12446
|
|
113
113
|
aiohttp/log.py,sha256=BbNKx9e3VMIm0xYjZI0IcBBoS7wjdeIeSaiJE7-qK2g,325
|
|
@@ -122,7 +122,7 @@ aiohttp/tcp_helpers.py,sha256=BSadqVWaBpMFDRWnhaaR941N9MiDZ7bdTrxgCb0CW-M,961
|
|
|
122
122
|
aiohttp/test_utils.py,sha256=ZJSzZWjC76KSbtwddTKcP6vHpUl_ozfAf3F93ewmHRU,23016
|
|
123
123
|
aiohttp/tracing.py,sha256=-6aaW6l0J9uJD45LzR4cijYH0j62pt0U_nn_aVzFku4,14558
|
|
124
124
|
aiohttp/typedefs.py,sha256=wUlqwe9Mw9W8jT3HsYJcYk00qP3EMPz3nTkYXmeNN48,1657
|
|
125
|
-
aiohttp/web.py,sha256=
|
|
125
|
+
aiohttp/web.py,sha256=JzSNmejg5G6YeFAnkIgZfytqbU86sNu844yYKmoUpqs,17852
|
|
126
126
|
aiohttp/web_app.py,sha256=lGU_aAMN-h3wy-LTTHi6SeKH8ydt1G51BXcCspgD5ZA,19452
|
|
127
127
|
aiohttp/web_exceptions.py,sha256=7nIuiwhZ39vJJ9KrWqArA5QcWbUdqkz2CLwEpJapeN8,10360
|
|
128
128
|
aiohttp/web_fileresponse.py,sha256=Xzau8EMrWNrFg3u46h4UEteg93G4zYq94CU6vy0HiqE,16362
|
|
@@ -134,6 +134,6 @@ aiohttp/web_response.py,sha256=PKcziNU4LmftXqKVvoRMrAbOeVClpSN-iznHsiWezmU,29341
|
|
|
134
134
|
aiohttp/web_routedef.py,sha256=VT1GAx6BrawoDh5RwBwBu5wSABSqgWwAe74AUCyZAEo,6110
|
|
135
135
|
aiohttp/web_runner.py,sha256=v1G1nKiOOQgFnTSR4IMc6I9ReEFDMaHtMLvO_roDM-A,11786
|
|
136
136
|
aiohttp/web_server.py,sha256=-9WDKUAiR9ll-rSdwXSqG6YjaoW79d1R4y0BGSqgUMA,2888
|
|
137
|
-
aiohttp/web_urldispatcher.py,sha256=
|
|
137
|
+
aiohttp/web_urldispatcher.py,sha256=3ryu1ZOpcq79IYNMd6EjYWmQ_i6JbsJzS_IaV0yoYBg,44203
|
|
138
138
|
aiohttp/web_ws.py,sha256=lItgmyatkXh0M6EY7JoZnSZkUl6R0wv8B88X4ILqQbU,22739
|
|
139
139
|
aiohttp/worker.py,sha256=zT0iWN5Xze194bO6_VjHou0x7lR_k0MviN6Kadnk22g,8152
|
ray/core/src/ray/gcs/gcs_server
CHANGED
|
Binary file
|
|
@@ -4,4 +4,4 @@ setproctitle-1.2.2.dist-info/RECORD,,
|
|
|
4
4
|
setproctitle-1.2.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
setproctitle-1.2.2.dist-info/WHEEL,sha256=Ow4-w2qlw_0cBxl5Cp1ublQBd1_y1XeER1FG5UUwpfk,109
|
|
6
6
|
setproctitle-1.2.2.dist-info/top_level.txt,sha256=khlu2SuNEK2Ct594XhMTT62ll8p0oFza-4dmzUFTBhQ,13
|
|
7
|
-
setproctitle.cpython-310-darwin.so,sha256=
|
|
7
|
+
setproctitle.cpython-310-darwin.so,sha256=OKU-PRX1IBJssBJTNg6HFIjlWSLP-uGece5IGm05iwY,56256
|
|
Binary file
|
{ant_ray_nightly-3.0.0.dev20251017.dist-info → ant_ray_nightly-3.0.0.dev20251019.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|