ant-ray-nightly 3.0.0.dev20251015__cp312-cp312-macosx_14_0_arm64.whl → 3.0.0.dev20251019__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 (27) hide show
  1. {ant_ray_nightly-3.0.0.dev20251015.dist-info → ant_ray_nightly-3.0.0.dev20251019.dist-info}/METADATA +113 -113
  2. {ant_ray_nightly-3.0.0.dev20251015.dist-info → ant_ray_nightly-3.0.0.dev20251019.dist-info}/RECORD +27 -27
  3. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/__init__.py +1 -1
  4. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_parser.cpython-312-darwin.so +0 -0
  5. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_writer.cpython-312-darwin.so +0 -0
  6. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/mask.cpython-312-darwin.so +0 -0
  7. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/reader_c.cpython-312-darwin.so +0 -0
  8. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client.py +29 -0
  9. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client_reqrep.py +0 -6
  10. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/compression_utils.py +9 -13
  11. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/helpers.py +30 -2
  12. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http_parser.py +1 -1
  13. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web.py +4 -17
  14. ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_urldispatcher.py +15 -15
  15. ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.13.0.dist-info → aiohttp-3.13.1.dist-info}/METADATA +4 -5
  16. ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.13.0.dist-info → aiohttp-3.13.1.dist-info}/RECORD +20 -20
  17. ray/thirdparty_files/setproctitle-1.2.2.dist-info/RECORD +1 -1
  18. ray/thirdparty_files/setproctitle.cpython-312-darwin.so +0 -0
  19. {ant_ray_nightly-3.0.0.dev20251015.dist-info → ant_ray_nightly-3.0.0.dev20251019.dist-info}/WHEEL +0 -0
  20. {ant_ray_nightly-3.0.0.dev20251015.dist-info → ant_ray_nightly-3.0.0.dev20251019.dist-info}/entry_points.txt +0 -0
  21. {ant_ray_nightly-3.0.0.dev20251015.dist-info → ant_ray_nightly-3.0.0.dev20251019.dist-info}/top_level.txt +0 -0
  22. /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.13.0.dist-info → aiohttp-3.13.1.dist-info}/INSTALLER +0 -0
  23. /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.13.0.dist-info → aiohttp-3.13.1.dist-info}/REQUESTED +0 -0
  24. /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.13.0.dist-info → aiohttp-3.13.1.dist-info}/WHEEL +0 -0
  25. /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.13.0.dist-info → aiohttp-3.13.1.dist-info}/licenses/LICENSE.txt +0 -0
  26. /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
  27. /ray/_private/runtime_env/agent/thirdparty_files/{aiohttp-3.13.0.dist-info → aiohttp-3.13.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ant-ray-nightly
3
- Version: 3.0.0.dev20251015
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
@@ -56,27 +56,27 @@ Requires-Dist: opentelemetry-sdk; extra == "observability"
56
56
  Requires-Dist: opentelemetry-exporter-otlp; extra == "observability"
57
57
  Requires-Dist: memray; sys_platform != "win32" and extra == "observability"
58
58
  Provides-Extra: serve
59
- Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "serve"
60
- Requires-Dist: prometheus_client>=0.7.1; extra == "serve"
61
- Requires-Dist: uvicorn[standard]; extra == "serve"
62
- Requires-Dist: aiohttp>=3.7; extra == "serve"
63
- Requires-Dist: opentelemetry-proto; extra == "serve"
64
- Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "serve"
65
- Requires-Dist: fastapi; extra == "serve"
59
+ Requires-Dist: opencensus; extra == "serve"
60
+ Requires-Dist: requests; extra == "serve"
66
61
  Requires-Dist: smart_open; extra == "serve"
67
- Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "serve"
68
- Requires-Dist: opentelemetry-sdk; extra == "serve"
62
+ Requires-Dist: fastapi; extra == "serve"
63
+ Requires-Dist: starlette; extra == "serve"
64
+ Requires-Dist: prometheus_client>=0.7.1; extra == "serve"
65
+ Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "serve"
69
66
  Requires-Dist: flow-insight>=1.0.0; extra == "serve"
70
- Requires-Dist: requests; extra == "serve"
71
- Requires-Dist: aiohttp_cors; extra == "serve"
72
- Requires-Dist: opencensus; extra == "serve"
73
- Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "serve"
74
- Requires-Dist: colorful; extra == "serve"
75
67
  Requires-Dist: watchfiles; extra == "serve"
68
+ Requires-Dist: opentelemetry-sdk; extra == "serve"
69
+ Requires-Dist: aiohttp>=3.7; extra == "serve"
70
+ Requires-Dist: uvicorn[standard]; extra == "serve"
76
71
  Requires-Dist: opentelemetry-exporter-prometheus; extra == "serve"
77
- Requires-Dist: starlette; extra == "serve"
72
+ Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "serve"
73
+ Requires-Dist: colorful; extra == "serve"
74
+ Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "serve"
78
75
  Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "serve"
79
- Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "serve"
76
+ Requires-Dist: aiohttp_cors; extra == "serve"
77
+ Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "serve"
78
+ Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "serve"
79
+ Requires-Dist: opentelemetry-proto; extra == "serve"
80
80
  Provides-Extra: tune
81
81
  Requires-Dist: pandas; extra == "tune"
82
82
  Requires-Dist: tensorboardX>=1.9; extra == "tune"
@@ -87,28 +87,28 @@ Requires-Dist: fsspec; extra == "tune"
87
87
  Provides-Extra: adag
88
88
  Requires-Dist: cupy-cuda12x; sys_platform != "darwin" and extra == "adag"
89
89
  Provides-Extra: serve-grpc
90
- Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "serve-grpc"
91
- Requires-Dist: prometheus_client>=0.7.1; extra == "serve-grpc"
92
- Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "serve-grpc"
93
- Requires-Dist: uvicorn[standard]; extra == "serve-grpc"
94
- Requires-Dist: aiohttp>=3.7; extra == "serve-grpc"
95
- Requires-Dist: opentelemetry-proto; extra == "serve-grpc"
96
- Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "serve-grpc"
97
- Requires-Dist: fastapi; extra == "serve-grpc"
90
+ Requires-Dist: opencensus; extra == "serve-grpc"
91
+ Requires-Dist: requests; extra == "serve-grpc"
98
92
  Requires-Dist: smart_open; extra == "serve-grpc"
99
- Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "serve-grpc"
100
- Requires-Dist: opentelemetry-sdk; extra == "serve-grpc"
93
+ Requires-Dist: fastapi; extra == "serve-grpc"
94
+ Requires-Dist: starlette; extra == "serve-grpc"
95
+ Requires-Dist: prometheus_client>=0.7.1; extra == "serve-grpc"
96
+ Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "serve-grpc"
101
97
  Requires-Dist: flow-insight>=1.0.0; extra == "serve-grpc"
102
- Requires-Dist: requests; extra == "serve-grpc"
103
- Requires-Dist: aiohttp_cors; extra == "serve-grpc"
104
- Requires-Dist: pyOpenSSL; extra == "serve-grpc"
105
- Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "serve-grpc"
106
- Requires-Dist: colorful; extra == "serve-grpc"
107
98
  Requires-Dist: watchfiles; extra == "serve-grpc"
99
+ Requires-Dist: opentelemetry-sdk; extra == "serve-grpc"
100
+ Requires-Dist: aiohttp>=3.7; extra == "serve-grpc"
101
+ Requires-Dist: uvicorn[standard]; extra == "serve-grpc"
102
+ Requires-Dist: pyOpenSSL; extra == "serve-grpc"
108
103
  Requires-Dist: opentelemetry-exporter-prometheus; extra == "serve-grpc"
109
- Requires-Dist: starlette; extra == "serve-grpc"
104
+ Requires-Dist: colorful; extra == "serve-grpc"
105
+ Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "serve-grpc"
106
+ Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "serve-grpc"
110
107
  Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "serve-grpc"
111
- Requires-Dist: opencensus; extra == "serve-grpc"
108
+ Requires-Dist: aiohttp_cors; extra == "serve-grpc"
109
+ Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "serve-grpc"
110
+ Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "serve-grpc"
111
+ Requires-Dist: opentelemetry-proto; extra == "serve-grpc"
112
112
  Provides-Extra: rllib
113
113
  Requires-Dist: pandas; extra == "rllib"
114
114
  Requires-Dist: tensorboardX>=1.9; extra == "rllib"
@@ -131,109 +131,109 @@ Requires-Dist: pyarrow<18; (sys_platform == "darwin" and platform_machine == "x8
131
131
  Requires-Dist: fsspec; extra == "train"
132
132
  Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "train"
133
133
  Provides-Extra: air
134
- Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "air"
135
- Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "air"
136
- Requires-Dist: prometheus_client>=0.7.1; extra == "air"
137
- Requires-Dist: uvicorn[standard]; extra == "air"
138
- Requires-Dist: aiohttp>=3.7; extra == "air"
139
- Requires-Dist: fsspec; extra == "air"
140
- Requires-Dist: starlette; extra == "air"
141
- Requires-Dist: opentelemetry-proto; extra == "air"
142
134
  Requires-Dist: pandas; extra == "air"
143
- Requires-Dist: numpy>=1.20; extra == "air"
144
- Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "air"
135
+ Requires-Dist: pyarrow<18; (sys_platform == "darwin" and platform_machine == "x86_64") and extra == "air"
136
+ Requires-Dist: fsspec; extra == "air"
137
+ Requires-Dist: opencensus; extra == "air"
138
+ Requires-Dist: requests; extra == "air"
145
139
  Requires-Dist: pandas>=1.3; extra == "air"
146
- Requires-Dist: tensorboardX>=1.9; extra == "air"
147
- Requires-Dist: fastapi; extra == "air"
148
140
  Requires-Dist: smart_open; extra == "air"
149
- Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "air"
150
- Requires-Dist: opentelemetry-sdk; extra == "air"
141
+ Requires-Dist: fastapi; extra == "air"
142
+ Requires-Dist: starlette; extra == "air"
143
+ Requires-Dist: prometheus_client>=0.7.1; extra == "air"
144
+ Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "air"
151
145
  Requires-Dist: flow-insight>=1.0.0; extra == "air"
152
- Requires-Dist: requests; extra == "air"
153
- Requires-Dist: aiohttp_cors; extra == "air"
154
- Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "air"
155
- Requires-Dist: colorful; extra == "air"
156
- Requires-Dist: pyarrow<18; (sys_platform == "darwin" and platform_machine == "x86_64") and extra == "air"
157
146
  Requires-Dist: watchfiles; extra == "air"
158
- Requires-Dist: pyarrow>=9.0.0; extra == "air"
147
+ Requires-Dist: opentelemetry-sdk; extra == "air"
148
+ Requires-Dist: aiohttp>=3.7; extra == "air"
149
+ Requires-Dist: uvicorn[standard]; extra == "air"
159
150
  Requires-Dist: opentelemetry-exporter-prometheus; extra == "air"
151
+ Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "air"
152
+ Requires-Dist: colorful; extra == "air"
153
+ Requires-Dist: pyarrow>=9.0.0; extra == "air"
154
+ Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "air"
160
155
  Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "air"
161
- Requires-Dist: opencensus; extra == "air"
156
+ Requires-Dist: aiohttp_cors; extra == "air"
157
+ Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "air"
158
+ Requires-Dist: tensorboardX>=1.9; extra == "air"
159
+ Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "air"
160
+ Requires-Dist: numpy>=1.20; extra == "air"
161
+ Requires-Dist: opentelemetry-proto; extra == "air"
162
162
  Provides-Extra: all
163
- Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "all"
164
- Requires-Dist: prometheus_client>=0.7.1; extra == "all"
165
- Requires-Dist: scipy; extra == "all"
166
- Requires-Dist: uvicorn[standard]; extra == "all"
167
- Requires-Dist: ormsgpack==1.7.0; extra == "all"
168
- Requires-Dist: aiohttp>=3.7; extra == "all"
169
- Requires-Dist: fsspec; extra == "all"
170
- Requires-Dist: grpcio!=1.56.0; sys_platform == "darwin" and extra == "all"
171
- Requires-Dist: starlette; extra == "all"
172
- Requires-Dist: opentelemetry-proto; extra == "all"
173
163
  Requires-Dist: pandas; extra == "all"
174
- Requires-Dist: numpy>=1.20; extra == "all"
175
- Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "all"
176
- Requires-Dist: cupy-cuda12x; sys_platform != "darwin" and extra == "all"
164
+ Requires-Dist: pyarrow<18; (sys_platform == "darwin" and platform_machine == "x86_64") and extra == "all"
165
+ Requires-Dist: grpcio!=1.56.0; sys_platform == "darwin" and extra == "all"
166
+ Requires-Dist: pyyaml; extra == "all"
167
+ Requires-Dist: fsspec; extra == "all"
168
+ Requires-Dist: opencensus; extra == "all"
169
+ Requires-Dist: grpcio; extra == "all"
170
+ Requires-Dist: requests; extra == "all"
177
171
  Requires-Dist: pandas>=1.3; extra == "all"
178
- Requires-Dist: dm_tree; extra == "all"
179
- Requires-Dist: tensorboardX>=1.9; extra == "all"
180
- Requires-Dist: fastapi; extra == "all"
181
- Requires-Dist: memray; sys_platform != "win32" and extra == "all"
182
- Requires-Dist: opentelemetry-api; extra == "all"
183
- Requires-Dist: lz4; extra == "all"
184
- Requires-Dist: gymnasium==1.0.0; extra == "all"
185
172
  Requires-Dist: smart_open; extra == "all"
186
- Requires-Dist: pyyaml; extra == "all"
187
- Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "all"
188
- Requires-Dist: opentelemetry-sdk; extra == "all"
173
+ Requires-Dist: cupy-cuda12x; sys_platform != "darwin" and extra == "all"
174
+ Requires-Dist: ormsgpack==1.7.0; extra == "all"
175
+ Requires-Dist: fastapi; extra == "all"
176
+ Requires-Dist: prometheus_client>=0.7.1; extra == "all"
177
+ Requires-Dist: starlette; extra == "all"
178
+ Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "all"
189
179
  Requires-Dist: flow-insight>=1.0.0; extra == "all"
190
- Requires-Dist: requests; extra == "all"
191
- Requires-Dist: aiohttp_cors; extra == "all"
192
- Requires-Dist: opencensus; extra == "all"
180
+ Requires-Dist: scipy; extra == "all"
181
+ Requires-Dist: watchfiles; extra == "all"
182
+ Requires-Dist: opentelemetry-exporter-otlp; extra == "all"
183
+ Requires-Dist: opentelemetry-sdk; extra == "all"
184
+ Requires-Dist: dm_tree; extra == "all"
185
+ Requires-Dist: aiohttp>=3.7; extra == "all"
186
+ Requires-Dist: lz4; extra == "all"
187
+ Requires-Dist: uvicorn[standard]; extra == "all"
193
188
  Requires-Dist: pyOpenSSL; extra == "all"
194
- Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "all"
189
+ Requires-Dist: opentelemetry-exporter-prometheus; extra == "all"
190
+ Requires-Dist: memray; sys_platform != "win32" and extra == "all"
195
191
  Requires-Dist: colorful; extra == "all"
196
- Requires-Dist: opentelemetry-exporter-otlp; extra == "all"
197
- Requires-Dist: pyarrow<18; (sys_platform == "darwin" and platform_machine == "x86_64") and extra == "all"
198
- Requires-Dist: watchfiles; extra == "all"
192
+ Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "all"
199
193
  Requires-Dist: pyarrow>=9.0.0; extra == "all"
200
- Requires-Dist: grpcio; extra == "all"
201
- Requires-Dist: opentelemetry-exporter-prometheus; extra == "all"
194
+ Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "all"
202
195
  Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "all"
203
- Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "all"
196
+ Requires-Dist: aiohttp_cors; extra == "all"
197
+ Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "all"
198
+ Requires-Dist: tensorboardX>=1.9; extra == "all"
199
+ Requires-Dist: gymnasium==1.0.0; extra == "all"
200
+ Requires-Dist: opentelemetry-api; extra == "all"
201
+ Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "all"
202
+ Requires-Dist: numpy>=1.20; extra == "all"
203
+ Requires-Dist: opentelemetry-proto; extra == "all"
204
204
  Provides-Extra: llm
205
- Requires-Dist: jsonschema; extra == "llm"
206
- Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "llm"
207
- Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "llm"
208
- Requires-Dist: prometheus_client>=0.7.1; extra == "llm"
209
- Requires-Dist: uvicorn[standard]; extra == "llm"
210
- Requires-Dist: aiohttp>=3.7; extra == "llm"
205
+ Requires-Dist: pyarrow<18; (sys_platform == "darwin" and platform_machine == "x86_64") and extra == "llm"
211
206
  Requires-Dist: fsspec; extra == "llm"
212
- Requires-Dist: starlette; extra == "llm"
213
- Requires-Dist: opentelemetry-proto; extra == "llm"
214
- Requires-Dist: numpy>=1.20; extra == "llm"
215
- Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "llm"
216
- Requires-Dist: pandas>=1.3; extra == "llm"
217
- Requires-Dist: fastapi; extra == "llm"
207
+ Requires-Dist: opencensus; extra == "llm"
218
208
  Requires-Dist: jsonref>=1.1.0; extra == "llm"
209
+ Requires-Dist: vllm>=0.8.5; extra == "llm"
210
+ Requires-Dist: requests; extra == "llm"
211
+ Requires-Dist: pandas>=1.3; extra == "llm"
219
212
  Requires-Dist: smart_open; extra == "llm"
220
- Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "llm"
221
- Requires-Dist: opentelemetry-sdk; extra == "llm"
213
+ Requires-Dist: fastapi; extra == "llm"
214
+ Requires-Dist: starlette; extra == "llm"
215
+ Requires-Dist: prometheus_client>=0.7.1; extra == "llm"
216
+ Requires-Dist: grpcio>=1.32.0; python_version < "3.10" and extra == "llm"
217
+ Requires-Dist: jsonschema; extra == "llm"
222
218
  Requires-Dist: flow-insight>=1.0.0; extra == "llm"
223
- Requires-Dist: requests; extra == "llm"
224
- Requires-Dist: aiohttp_cors; extra == "llm"
225
- Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "llm"
226
- Requires-Dist: colorful; extra == "llm"
227
- Requires-Dist: pyarrow<18; (sys_platform == "darwin" and platform_machine == "x86_64") and extra == "llm"
228
- Requires-Dist: typer; extra == "llm"
229
- Requires-Dist: async-timeout; python_version < "3.11" and extra == "llm"
230
- Requires-Dist: ninja; extra == "llm"
231
- Requires-Dist: vllm>=0.8.5; extra == "llm"
232
219
  Requires-Dist: watchfiles; extra == "llm"
233
- Requires-Dist: pyarrow>=9.0.0; extra == "llm"
220
+ Requires-Dist: opentelemetry-sdk; extra == "llm"
221
+ Requires-Dist: aiohttp>=3.7; extra == "llm"
222
+ Requires-Dist: uvicorn[standard]; extra == "llm"
223
+ Requires-Dist: ninja; extra == "llm"
234
224
  Requires-Dist: opentelemetry-exporter-prometheus; extra == "llm"
225
+ Requires-Dist: pydantic!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,<3; extra == "llm"
226
+ Requires-Dist: colorful; extra == "llm"
227
+ Requires-Dist: pyarrow>=9.0.0; extra == "llm"
228
+ Requires-Dist: py-spy>=0.4.0; python_version >= "3.12" and extra == "llm"
235
229
  Requires-Dist: virtualenv!=20.21.1,>=20.0.24; extra == "llm"
236
- Requires-Dist: opencensus; extra == "llm"
230
+ Requires-Dist: aiohttp_cors; extra == "llm"
231
+ Requires-Dist: grpcio>=1.42.0; python_version >= "3.10" and extra == "llm"
232
+ Requires-Dist: typer; extra == "llm"
233
+ Requires-Dist: py-spy>=0.2.0; python_version < "3.12" and extra == "llm"
234
+ Requires-Dist: numpy>=1.20; extra == "llm"
235
+ Requires-Dist: opentelemetry-proto; extra == "llm"
236
+ Requires-Dist: async-timeout; python_version < "3.11" and extra == "llm"
237
237
  Dynamic: author
238
238
  Dynamic: author-email
239
239
  Dynamic: classifier
@@ -1,8 +1,8 @@
1
- ant_ray_nightly-3.0.0.dev20251015.dist-info/RECORD,,
2
- ant_ray_nightly-3.0.0.dev20251015.dist-info/WHEEL,sha256=oJs_9wLXJsDJvRn8Ha6NXcmmgIeUjBozB2c3HCpJUqE,109
3
- ant_ray_nightly-3.0.0.dev20251015.dist-info/entry_points.txt,sha256=HzQIZGspUzWojBmR9Xvb28m4bPhi-yJjV1U1pdlRkyY,111
4
- ant_ray_nightly-3.0.0.dev20251015.dist-info/top_level.txt,sha256=GJvmpjCEmVfQsBskWDIj2hraOPW3F8A46rlbd9c3vc0,4
5
- ant_ray_nightly-3.0.0.dev20251015.dist-info/METADATA,sha256=pdEpzEGxUry1qYB-70zArJsc8T7GtBTu7z-gGa9rr4I,19222
1
+ ant_ray_nightly-3.0.0.dev20251019.dist-info/RECORD,,
2
+ ant_ray_nightly-3.0.0.dev20251019.dist-info/WHEEL,sha256=oJs_9wLXJsDJvRn8Ha6NXcmmgIeUjBozB2c3HCpJUqE,109
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=RfM-Ik_Y0JSqqBJEI7CE-w2U6XWkK91P1B01fZlr4Ec,19222
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
@@ -248,7 +248,7 @@ ray/core/src/ray/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
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
250
  ray/core/src/ray/gcs/gcs_server,sha256=E2QKagtqN2oSDhd2M6nq4daCkfSPwagp6VIKjDAtClU,34637304
251
- ray/thirdparty_files/setproctitle.cpython-312-darwin.so,sha256=9S9rnuNum9KZH_wOdrkvubmRI-EHX-cvO1zpz7xDVeY,56256
251
+ ray/thirdparty_files/setproctitle.cpython-312-darwin.so,sha256=8d8SPv4LSq4IZi8ZAHpPARn-oS1nTHlVM7LuifHs3xQ,56256
252
252
  ray/thirdparty_files/colorama-0.4.6.dist-info/RECORD,sha256=seVTCEP4TJmavRMV14xcqS0IAZkfHqm2f0-q5ErSwk0,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=IWz_tArc24sgY4eNGmHnvdO0oL90B97d4skz-Q15sWM,602
271
+ ray/thirdparty_files/setproctitle-1.2.2.dist-info/RECORD,sha256=5GZgmIczSQYCgOLKiNnR8FZyKQELUNIFBeNfPgJ9D9w,602
272
272
  ray/thirdparty_files/setproctitle-1.2.2.dist-info/WHEEL,sha256=oJs_9wLXJsDJvRn8Ha6NXcmmgIeUjBozB2c3HCpJUqE,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
@@ -565,27 +565,27 @@ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/test_utils.py,sha256=ZJS
565
565
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/tracing.py,sha256=-6aaW6l0J9uJD45LzR4cijYH0j62pt0U_nn_aVzFku4,14558
566
566
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_exceptions.py,sha256=7nIuiwhZ39vJJ9KrWqArA5QcWbUdqkz2CLwEpJapeN8,10360
567
567
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_middlewares.py,sha256=sFI0AgeNjdyAjuz92QtMIpngmJSOxrqe2Jfbs4BNUu0,4165
568
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_writer.cpython-312-darwin.so,sha256=msi316UAt_RPpzP4o-sa8nwsklNb3oxjkifsGlui0Pk,109024
569
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web.py,sha256=sG_U41AY4S_LBY9sReiBzXKJRZpXk8xgiE_l5S_UPPg,18390
568
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_writer.cpython-312-darwin.so,sha256=eOhKflDne1umvOE-T1ss2565qCgCzAqyHrQF2qqMXBc,109024
569
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web.py,sha256=JzSNmejg5G6YeFAnkIgZfytqbU86sNu844yYKmoUpqs,17852
570
570
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http_exceptions.py,sha256=AZafFHgtAkAgrKZf8zYPU8VX2dq32-VAoP-UZxBLU0c,2960
571
571
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_app.py,sha256=lGU_aAMN-h3wy-LTTHi6SeKH8ydt1G51BXcCspgD5ZA,19452
572
572
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/streams.py,sha256=cQxo6Fyu_HDWDpbezGRVPIVYtVtTbSLRF7g511DNmSs,22601
573
573
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_protocol.py,sha256=c8a0PKGqfhIAiq2RboMsy1NRza4dnj6gnXIWvJUeCF0,27015
574
574
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/log.py,sha256=BbNKx9e3VMIm0xYjZI0IcBBoS7wjdeIeSaiJE7-qK2g,325
575
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/compression_utils.py,sha256=JvEDGV2QXjYXT4Q_rjr1su-SrENoSjHiuDAScr05fJk,9632
576
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client.py,sha256=UmwwoDurmDDvxTwa4e1VElko4mc8_Snsvs3CA6SE-kc,57584
577
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_urldispatcher.py,sha256=abp8PZnSfXPB89vS_9kJUenrXOu48bjTEjbHndXZ_48,44060
575
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/compression_utils.py,sha256=skLoJxkQoKmFgrPshkMNWf2zMso2w97EK44a1SvnU_U,9600
576
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client.py,sha256=nYTIOdQgmeXb6qLqg7zeO4DZBSP6omK1vNQAELG3fdg,58656
577
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_urldispatcher.py,sha256=3ryu1ZOpcq79IYNMd6EjYWmQ_i6JbsJzS_IaV0yoYBg,44203
578
578
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_request.py,sha256=zN96OlMRlrCFOMRpdh7y9rvHP0Hm8zavC0OFCj0wlSg,29833
579
579
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http_websocket.py,sha256=8VXFKw6KQUEmPg48GtRMB37v0gTK7A0inoxXuDxMZEc,842
580
580
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client_proto.py,sha256=56_WtLStZGBFPYKzgEgY6v24JkhV1y6JEmmuxeJT2So,12110
581
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/__init__.py,sha256=V8eLpNvuyUF7ZLcqI6e1ydaeZSwnDQZXcL_ouRH-mCo,8302
581
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/__init__.py,sha256=mzVOT0ZynvvN9RnDC_TZSLQmII3JiGsjo2ZwoCFf5LU,8302
582
582
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_runner.py,sha256=v1G1nKiOOQgFnTSR4IMc6I9ReEFDMaHtMLvO_roDM-A,11786
583
583
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_server.py,sha256=-9WDKUAiR9ll-rSdwXSqG6YjaoW79d1R4y0BGSqgUMA,2888
584
584
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/base_protocol.py,sha256=Tp8cxUPQvv9kUPk3w6lAzk6d2MAzV3scwI_3Go3C47c,3025
585
585
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_headers.pxi,sha256=n701k28dVPjwRnx5j6LpJhLTfj7dqu2vJt7f0O60Oyg,2007
586
586
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/payload.py,sha256=O6nsYNULL7AeM2cyJ6TYX73ncVnL5xJwt5AegxwMKqw,40874
587
587
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_find_header.pxd,sha256=0GfwFCPN2zxEKTO1_MA5sYq2UfzsG8kcV3aTqvwlz3g,68
588
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client_reqrep.py,sha256=ckYUCHgbyr23-ypiZYNxvIQTsMpMVtoTLniNij4OlXg,53668
588
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/client_reqrep.py,sha256=eEREDrZ0M8ZFTt1wjHduR-P8_sm40K65gNz-iMGYask,53391
589
589
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http.py,sha256=8o8j8xH70OWjnfTWA9V44NR785QPxEPrUtzMXiAVpwc,1842
590
590
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_log.py,sha256=rX5D7xLOX2B6BMdiZ-chme_KfJfW5IXEoFwLfkfkajs,7865
591
591
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/resolver.py,sha256=gsrfUpFf8iHlcHfJvY-1fiBHW3PRvRVNb5lNZBg3zlY,10031
@@ -603,9 +603,9 @@ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/web_fileresponse.py,sha2
603
603
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_cookie_helpers.py,sha256=uncmWVWETXBH-IAAOlT5bHZSaOhGaV7rY9u75B7f2Yg,12247
604
604
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http_writer.py,sha256=fbRtKPYSqRbtAdr_gqpjF2-4sI1ESL8dPDF-xY_mAMY,12446
605
605
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/tcp_helpers.py,sha256=BSadqVWaBpMFDRWnhaaR941N9MiDZ7bdTrxgCb0CW-M,961
606
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/helpers.py,sha256=bblNEhp4hFimEmxMdPNxEluBY17L5YUArHYvoxzoEe4,29614
607
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_parser.cpython-312-darwin.so,sha256=HglasoDvfwh88jOMwV1-l9sxUHwgO-OXphVXplHEGJY,436848
608
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http_parser.py,sha256=nXizX63zytOxjVyEds0CPuvFKa9MY96Zfv5hpZjPAhY,37372
606
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/helpers.py,sha256=Q1307PCEnWz4RP8crUw8dk58c0YF2Ei3JywkKfRxz5E,30629
607
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_http_parser.cpython-312-darwin.so,sha256=e1v8mxMR9brNNPxnZldPV0yL3Ga4vx7GzwTuXX7xAME,436848
608
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/http_parser.py,sha256=fACBNI47n9hnVPWfm5AJufuezsoYOF_VLp4bptYjvQI,37377
609
609
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/cookiejar.py,sha256=e28ZMQwJ5P0vbPX1OX4Se7-k3zeGvocFEqzGhwpG53k,18922
610
610
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/pytest_plugin.py,sha256=z4XwqmsKdyJCKxbGiA5kFf90zcedvomqk4RqjZbhKNk,12901
611
611
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/abc.py,sha256=M66F4S6m00bIEn7y4ha_XLTMDmVQ9dPihfOVB0pGfOo,7149
@@ -614,9 +614,9 @@ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/_cparser.pxd.hash,
614
614
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/hdrs.py.hash,sha256=1gLWu377IP_KPjc8HykpPdBQiMz2hKNE9YumrEChURQ,117
615
615
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/_find_header.pxd.hash,sha256=e5PYiyDzMXiyZFd4-ALGxEv49PjPhij4cOmV12aVFxQ,126
616
616
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/.hash/_http_writer.pyx.hash,sha256=MboJpn5z8wdmkkOhQ70m726h2Ddc9N1uep6wI4MG3kI,126
617
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/mask.cpython-312-darwin.so,sha256=Re8Cj5KYMvUZKSheAHOzAGwid7MvSzFWsTvE2rB5Gtg,86008
617
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/mask.cpython-312-darwin.so,sha256=OdJY0WeqFO-fYGxIyXQm5Grehu17bU1VpZob_4UrPKQ,86008
618
618
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/reader_c.pxd,sha256=nl_njtDrzlQU0rjgGGjZDB-swguE0tX_bCPobkShVa4,2625
619
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/reader_c.cpython-312-darwin.so,sha256=NbizAP-qgJ-9tVc-bzccMgHqf9w1o6dq7sZYBrW6pDM,256992
619
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/reader_c.cpython-312-darwin.so,sha256=UwP9h5NrD_POVK1iWg_gh00qdNQYO_s7ASHb4Mz19dU,256992
620
620
  ray/_private/runtime_env/agent/thirdparty_files/aiohttp/_websocket/mask.pxd,sha256=sBmZ1Amym9kW4Ge8lj1fLZ7mPPya4LzLdpkQExQXv5M,112
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
@@ -705,6 +705,14 @@ ray/_private/runtime_env/agent/thirdparty_files/attr/_cmp.pyi,sha256=U-_RU_UZOyP
705
705
  ray/_private/runtime_env/agent/thirdparty_files/attr/_funcs.py,sha256=Ix5IETTfz5F01F-12MF_CSFomIn2h8b67EVVz2gCtBE,16479
706
706
  ray/_private/runtime_env/agent/thirdparty_files/attr/_version_info.pyi,sha256=x_M3L3WuB7r_ULXAWjx959udKQ4HLB8l-hsc1FDGNvk,209
707
707
  ray/_private/runtime_env/agent/thirdparty_files/attr/filters.py,sha256=ZBiKWLp3R0LfCZsq7X11pn9WX8NslS2wXM4jsnLOGc8,1795
708
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.1.dist-info/RECORD,sha256=iggbmfRRjtCc9eYwK93qjR2LaClOLC5jV9TAtyOm6d4,9875
709
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.1.dist-info/WHEEL,sha256=V1loQ6TpxABu1APUg0MoTRBOzSKT5xVc3skizX-ovCU,136
710
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.1.dist-info/top_level.txt,sha256=iv-JIaacmTl-hSho3QmphcKnbRRYx1st47yjz_178Ro,8
711
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
712
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
713
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.1.dist-info/METADATA,sha256=ohV0YRJDiQMjtAViNzumXljaLwMz4BLFmVDJXrqw6cU,8135
714
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.1.dist-info/licenses/LICENSE.txt,sha256=n4DQ2311WpQdtFchcsJw7L2PCCuiFd3QlZhZQu2Uqes,588
715
+ ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.1.dist-info/licenses/vendor/llhttp/LICENSE,sha256=68qFTgE0zSVtZzYnwgSZ9CV363S6zwi58ltianPJEnc,1105
708
716
  ray/_private/runtime_env/agent/thirdparty_files/frozenlist-1.8.0.dist-info/RECORD,sha256=jZRifDCOQTLZ6GdwCfS4E8QHwaZ02nO8nAB-fA67TRg,983
709
717
  ray/_private/runtime_env/agent/thirdparty_files/frozenlist-1.8.0.dist-info/WHEEL,sha256=V1loQ6TpxABu1APUg0MoTRBOzSKT5xVc3skizX-ovCU,136
710
718
  ray/_private/runtime_env/agent/thirdparty_files/frozenlist-1.8.0.dist-info/top_level.txt,sha256=jivtxsPXA3nK3WBWW2LW5Mtu_GHt8UZA13NeCs2cKuA,11
@@ -732,14 +740,6 @@ ray/_private/runtime_env/agent/thirdparty_files/typing_extensions-4.12.2.dist-in
732
740
  ray/_private/runtime_env/agent/thirdparty_files/typing_extensions-4.12.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
733
741
  ray/_private/runtime_env/agent/thirdparty_files/typing_extensions-4.12.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
734
742
  ray/_private/runtime_env/agent/thirdparty_files/typing_extensions-4.12.2.dist-info/METADATA,sha256=BeUQIa8cnYbrjWx-N8TOznM9UGW5Gm2DicVpDtRA8W0,3018
735
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.0.dist-info/RECORD,sha256=IYumcaQWZgJ3o1hggfjNAo-nKgxjT9zAi83APF-3i_A,9875
736
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.0.dist-info/WHEEL,sha256=V1loQ6TpxABu1APUg0MoTRBOzSKT5xVc3skizX-ovCU,136
737
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.0.dist-info/top_level.txt,sha256=iv-JIaacmTl-hSho3QmphcKnbRRYx1st47yjz_178Ro,8
738
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
739
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
740
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.0.dist-info/METADATA,sha256=MMgGAtplXaCYPIJajnkzKVOSQolGCMLIMMhrr1XaCLM,8147
741
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.0.dist-info/licenses/LICENSE.txt,sha256=n4DQ2311WpQdtFchcsJw7L2PCCuiFd3QlZhZQu2Uqes,588
742
- ray/_private/runtime_env/agent/thirdparty_files/aiohttp-3.13.0.dist-info/licenses/vendor/llhttp/LICENSE,sha256=68qFTgE0zSVtZzYnwgSZ9CV363S6zwi58ltianPJEnc,1105
743
743
  ray/_private/runtime_env/agent/thirdparty_files/yarl/_path.py,sha256=A0FJUylZyzmlT0a3UDOBbK-EzZXCAYuQQBvG9eAC9hs,1291
744
744
  ray/_private/runtime_env/agent/thirdparty_files/yarl/_url.py,sha256=4K5gCdoQtVi9FmnQdssEqafdlJILKxSap8RNCBC4IGE,55608
745
745
  ray/_private/runtime_env/agent/thirdparty_files/yarl/_quoting_py.py,sha256=7WD7IHhgaJiLZWoIewvB0JRUsbz9McmfZw5TnjlVs9o,6783
@@ -1,4 +1,4 @@
1
- __version__ = "3.13.0"
1
+ __version__ = "3.13.1"
2
2
 
3
3
  from typing import TYPE_CHECKING, Tuple
4
4
 
@@ -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
- if sys.version_info >= (3, 14):
25
- import compression.zstd # noqa: I900
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
- else:
29
- try:
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 `zstandard` module"
297
+ "Please install `backports.zstd` module"
299
298
  )
300
- if sys.version_info >= (3, 14):
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 `zstandard`"
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
- handler_cancellation: bool = False,
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.0
3
+ Version: 3.13.1
4
4
  Summary: Async http client/server framework (asyncio)
5
- Home-page: https://github.com/aio-libs/aiohttp
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: zstandard; (platform_python_implementation == "CPython" and python_version < "3.14") and extra == "speedups"
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.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
2
- aiohttp-3.13.0.dist-info/METADATA,sha256=MMgGAtplXaCYPIJajnkzKVOSQolGCMLIMMhrr1XaCLM,8147
3
- aiohttp-3.13.0.dist-info/RECORD,,
4
- aiohttp-3.13.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- aiohttp-3.13.0.dist-info/WHEEL,sha256=V1loQ6TpxABu1APUg0MoTRBOzSKT5xVc3skizX-ovCU,136
6
- aiohttp-3.13.0.dist-info/licenses/LICENSE.txt,sha256=n4DQ2311WpQdtFchcsJw7L2PCCuiFd3QlZhZQu2Uqes,588
7
- aiohttp-3.13.0.dist-info/licenses/vendor/llhttp/LICENSE,sha256=68qFTgE0zSVtZzYnwgSZ9CV363S6zwi58ltianPJEnc,1105
8
- aiohttp-3.13.0.dist-info/top_level.txt,sha256=iv-JIaacmTl-hSho3QmphcKnbRRYx1st47yjz_178Ro,8
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=V1loQ6TpxABu1APUg0MoTRBOzSKT5xVc3skizX-ovCU,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=V8eLpNvuyUF7ZLcqI6e1ydaeZSwnDQZXcL_ouRH-mCo,8302
14
+ aiohttp/__init__.py,sha256=mzVOT0ZynvvN9RnDC_TZSLQmII3JiGsjo2ZwoCFf5LU,8302
15
15
  aiohttp/__pycache__/__init__.cpython-312.pyc,,
16
16
  aiohttp/__pycache__/_cookie_helpers.cpython-312.pyc,,
17
17
  aiohttp/__pycache__/abc.cpython-312.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-312-darwin.so,sha256=HglasoDvfwh88jOMwV1-l9sxUHwgO-OXphVXplHEGJY,436848
67
+ aiohttp/_http_parser.cpython-312-darwin.so,sha256=e1v8mxMR9brNNPxnZldPV0yL3Ga4vx7GzwTuXX7xAME,436848
68
68
  aiohttp/_http_parser.pyx,sha256=tmA1PaJn7H8U1nyXtoHJV44pxYVzqXAf1UgJaYPaw28,28219
69
- aiohttp/_http_writer.cpython-312-darwin.so,sha256=msi316UAt_RPpzP4o-sa8nwsklNb3oxjkifsGlui0Pk,109024
69
+ aiohttp/_http_writer.cpython-312-darwin.so,sha256=eOhKflDne1umvOE-T1ss2565qCgCzAqyHrQF2qqMXBc,109024
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-312.pyc,,
80
80
  aiohttp/_websocket/__pycache__/reader_py.cpython-312.pyc,,
81
81
  aiohttp/_websocket/__pycache__/writer.cpython-312.pyc,,
82
82
  aiohttp/_websocket/helpers.py,sha256=P-XLv8IUaihKzDenVUqfKU5DJbWE5HvG8uhvUZK8Ic4,5038
83
- aiohttp/_websocket/mask.cpython-312-darwin.so,sha256=Re8Cj5KYMvUZKSheAHOzAGwid7MvSzFWsTvE2rB5Gtg,86008
83
+ aiohttp/_websocket/mask.cpython-312-darwin.so,sha256=OdJY0WeqFO-fYGxIyXQm5Grehu17bU1VpZob_4UrPKQ,86008
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-312-darwin.so,sha256=NbizAP-qgJ-9tVc-bzccMgHqf9w1o6dq7sZYBrW6pDM,256992
88
+ aiohttp/_websocket/reader_c.cpython-312-darwin.so,sha256=UwP9h5NrD_POVK1iWg_gh00qdNQYO_s7ASHb4Mz19dU,256992
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=UmwwoDurmDDvxTwa4e1VElko4mc8_Snsvs3CA6SE-kc,57584
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=ckYUCHgbyr23-ypiZYNxvIQTsMpMVtoTLniNij4OlXg,53668
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=JvEDGV2QXjYXT4Q_rjr1su-SrENoSjHiuDAScr05fJk,9632
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=bblNEhp4hFimEmxMdPNxEluBY17L5YUArHYvoxzoEe4,29614
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=nXizX63zytOxjVyEds0CPuvFKa9MY96Zfv5hpZjPAhY,37372
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=sG_U41AY4S_LBY9sReiBzXKJRZpXk8xgiE_l5S_UPPg,18390
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=abp8PZnSfXPB89vS_9kJUenrXOu48bjTEjbHndXZ_48,44060
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
@@ -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=oJs_9wLXJsDJvRn8Ha6NXcmmgIeUjBozB2c3HCpJUqE,109
6
6
  setproctitle-1.2.2.dist-info/top_level.txt,sha256=khlu2SuNEK2Ct594XhMTT62ll8p0oFza-4dmzUFTBhQ,13
7
- setproctitle.cpython-312-darwin.so,sha256=9S9rnuNum9KZH_wOdrkvubmRI-EHX-cvO1zpz7xDVeY,56256
7
+ setproctitle.cpython-312-darwin.so,sha256=8d8SPv4LSq4IZi8ZAHpPARn-oS1nTHlVM7LuifHs3xQ,56256