agent-starter-pack 0.4.4__py3-none-any.whl → 0.5.0__py3-none-any.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.
- {agent_starter_pack-0.4.4.dist-info → agent_starter_pack-0.5.0.dist-info}/METADATA +2 -2
- {agent_starter_pack-0.4.4.dist-info → agent_starter_pack-0.5.0.dist-info}/RECORD +28 -28
- agents/adk_base/template/.templateconfig.yaml +1 -1
- agents/adk_base/tests/integration/test_agent.py +1 -1
- agents/agentic_rag/template/.templateconfig.yaml +1 -1
- agents/agentic_rag/tests/integration/test_agent.py +1 -1
- agents/live_api/app/server.py +5 -1
- agents/live_api/template/.templateconfig.yaml +1 -1
- src/base_template/README.md +2 -2
- src/base_template/deployment/README.md +1 -1
- src/base_template/pyproject.toml +2 -2
- src/cli/commands/create.py +11 -3
- src/deployment_targets/agent_engine/tests/load_test/README.md +2 -2
- src/deployment_targets/cloud_run/app/server.py +1 -1
- src/deployment_targets/cloud_run/tests/load_test/README.md +2 -2
- src/resources/idx/.idx/dev.nix +2 -9
- src/resources/locks/uv-adk_base-agent_engine.lock +340 -334
- src/resources/locks/uv-adk_base-cloud_run.lock +412 -405
- src/resources/locks/uv-agentic_rag-agent_engine.lock +531 -522
- src/resources/locks/uv-agentic_rag-cloud_run.lock +683 -665
- src/resources/locks/uv-crewai_coding_crew-agent_engine.lock +678 -629
- src/resources/locks/uv-crewai_coding_crew-cloud_run.lock +833 -773
- src/resources/locks/uv-langgraph_base_react-agent_engine.lock +647 -571
- src/resources/locks/uv-langgraph_base_react-cloud_run.lock +826 -730
- src/resources/locks/uv-live_api-cloud_run.lock +625 -613
- {agent_starter_pack-0.4.4.dist-info → agent_starter_pack-0.5.0.dist-info}/WHEEL +0 -0
- {agent_starter_pack-0.4.4.dist-info → agent_starter_pack-0.5.0.dist-info}/entry_points.txt +0 -0
- {agent_starter_pack-0.4.4.dist-info → agent_starter_pack-0.5.0.dist-info}/licenses/LICENSE +0 -0
@@ -118,14 +118,14 @@ wheels = [
|
|
118
118
|
|
119
119
|
[[package]]
|
120
120
|
name = "authlib"
|
121
|
-
version = "1.
|
121
|
+
version = "1.6.0"
|
122
122
|
source = { registry = "https://pypi.org/simple" }
|
123
123
|
dependencies = [
|
124
124
|
{ name = "cryptography" },
|
125
125
|
]
|
126
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
126
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a2/9d/b1e08d36899c12c8b894a44a5583ee157789f26fc4b176f8e4b6217b56e1/authlib-1.6.0.tar.gz", hash = "sha256:4367d32031b7af175ad3a323d571dc7257b7099d55978087ceae4a0d88cd3210", size = 158371 }
|
127
127
|
wheels = [
|
128
|
-
{ url = "https://files.pythonhosted.org/packages/
|
128
|
+
{ url = "https://files.pythonhosted.org/packages/84/29/587c189bbab1ccc8c86a03a5d0e13873df916380ef1be461ebe6acebf48d/authlib-1.6.0-py2.py3-none-any.whl", hash = "sha256:91685589498f79e8655e8a8947431ad6288831d643f11c55c2143ffcc738048d", size = 239981 },
|
129
129
|
]
|
130
130
|
|
131
131
|
[[package]]
|
@@ -281,14 +281,14 @@ wheels = [
|
|
281
281
|
|
282
282
|
[[package]]
|
283
283
|
name = "click"
|
284
|
-
version = "8.1
|
284
|
+
version = "8.2.1"
|
285
285
|
source = { registry = "https://pypi.org/simple" }
|
286
286
|
dependencies = [
|
287
287
|
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
288
288
|
]
|
289
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
289
|
+
sdist = { url = "https://files.pythonhosted.org/packages/60/6c/8ca2efa64cf75a977a0d7fac081354553ebe483345c734fb6b6515d96bbc/click-8.2.1.tar.gz", hash = "sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202", size = 286342 }
|
290
290
|
wheels = [
|
291
|
-
{ url = "https://files.pythonhosted.org/packages/
|
291
|
+
{ url = "https://files.pythonhosted.org/packages/85/32/10bb5764d90a8eee674e9dc6f4db6a0ab47c8c4d0d83c27f7c39ac415a4d/click-8.2.1-py3-none-any.whl", hash = "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b", size = 102215 },
|
292
292
|
]
|
293
293
|
|
294
294
|
[[package]]
|
@@ -332,49 +332,49 @@ wheels = [
|
|
332
332
|
|
333
333
|
[[package]]
|
334
334
|
name = "cryptography"
|
335
|
-
version = "
|
335
|
+
version = "45.0.3"
|
336
336
|
source = { registry = "https://pypi.org/simple" }
|
337
337
|
dependencies = [
|
338
338
|
{ name = "cffi", marker = "platform_python_implementation != 'PyPy'" },
|
339
339
|
]
|
340
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
341
|
-
wheels = [
|
342
|
-
{ url = "https://files.pythonhosted.org/packages/
|
343
|
-
{ url = "https://files.pythonhosted.org/packages/
|
344
|
-
{ url = "https://files.pythonhosted.org/packages/
|
345
|
-
{ url = "https://files.pythonhosted.org/packages/
|
346
|
-
{ url = "https://files.pythonhosted.org/packages/
|
347
|
-
{ url = "https://files.pythonhosted.org/packages/
|
348
|
-
{ url = "https://files.pythonhosted.org/packages/
|
349
|
-
{ url = "https://files.pythonhosted.org/packages/
|
350
|
-
{ url = "https://files.pythonhosted.org/packages/
|
351
|
-
{ url = "https://files.pythonhosted.org/packages/
|
352
|
-
{ url = "https://files.pythonhosted.org/packages/
|
353
|
-
{ url = "https://files.pythonhosted.org/packages/
|
354
|
-
{ url = "https://files.pythonhosted.org/packages/
|
355
|
-
{ url = "https://files.pythonhosted.org/packages/
|
356
|
-
{ url = "https://files.pythonhosted.org/packages/
|
357
|
-
{ url = "https://files.pythonhosted.org/packages/
|
358
|
-
{ url = "https://files.pythonhosted.org/packages/
|
359
|
-
{ url = "https://files.pythonhosted.org/packages/
|
360
|
-
{ url = "https://files.pythonhosted.org/packages/
|
361
|
-
{ url = "https://files.pythonhosted.org/packages/
|
362
|
-
{ url = "https://files.pythonhosted.org/packages/
|
363
|
-
{ url = "https://files.pythonhosted.org/packages/
|
364
|
-
{ url = "https://files.pythonhosted.org/packages/
|
365
|
-
{ url = "https://files.pythonhosted.org/packages/
|
366
|
-
{ url = "https://files.pythonhosted.org/packages/
|
367
|
-
{ url = "https://files.pythonhosted.org/packages/
|
368
|
-
{ url = "https://files.pythonhosted.org/packages/
|
369
|
-
{ url = "https://files.pythonhosted.org/packages/
|
370
|
-
{ url = "https://files.pythonhosted.org/packages/
|
371
|
-
{ url = "https://files.pythonhosted.org/packages/
|
372
|
-
{ url = "https://files.pythonhosted.org/packages/
|
373
|
-
{ url = "https://files.pythonhosted.org/packages/
|
374
|
-
{ url = "https://files.pythonhosted.org/packages/
|
375
|
-
{ url = "https://files.pythonhosted.org/packages/
|
376
|
-
{ url = "https://files.pythonhosted.org/packages/
|
377
|
-
{ url = "https://files.pythonhosted.org/packages/
|
340
|
+
sdist = { url = "https://files.pythonhosted.org/packages/13/1f/9fa001e74a1993a9cadd2333bb889e50c66327b8594ac538ab8a04f915b7/cryptography-45.0.3.tar.gz", hash = "sha256:ec21313dd335c51d7877baf2972569f40a4291b76a0ce51391523ae358d05899", size = 744738 }
|
341
|
+
wheels = [
|
342
|
+
{ url = "https://files.pythonhosted.org/packages/82/b2/2345dc595998caa6f68adf84e8f8b50d18e9fc4638d32b22ea8daedd4b7a/cryptography-45.0.3-cp311-abi3-macosx_10_9_universal2.whl", hash = "sha256:7573d9eebaeceeb55285205dbbb8753ac1e962af3d9640791d12b36864065e71", size = 7056239 },
|
343
|
+
{ url = "https://files.pythonhosted.org/packages/71/3d/ac361649a0bfffc105e2298b720d8b862330a767dab27c06adc2ddbef96a/cryptography-45.0.3-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d377dde61c5d67eb4311eace661c3efda46c62113ff56bf05e2d679e02aebb5b", size = 4205541 },
|
344
|
+
{ url = "https://files.pythonhosted.org/packages/70/3e/c02a043750494d5c445f769e9c9f67e550d65060e0bfce52d91c1362693d/cryptography-45.0.3-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fae1e637f527750811588e4582988932c222f8251f7b7ea93739acb624e1487f", size = 4433275 },
|
345
|
+
{ url = "https://files.pythonhosted.org/packages/40/7a/9af0bfd48784e80eef3eb6fd6fde96fe706b4fc156751ce1b2b965dada70/cryptography-45.0.3-cp311-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:ca932e11218bcc9ef812aa497cdf669484870ecbcf2d99b765d6c27a86000942", size = 4209173 },
|
346
|
+
{ url = "https://files.pythonhosted.org/packages/31/5f/d6f8753c8708912df52e67969e80ef70b8e8897306cd9eb8b98201f8c184/cryptography-45.0.3-cp311-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:af3f92b1dc25621f5fad065288a44ac790c5798e986a34d393ab27d2b27fcff9", size = 3898150 },
|
347
|
+
{ url = "https://files.pythonhosted.org/packages/8b/50/f256ab79c671fb066e47336706dc398c3b1e125f952e07d54ce82cf4011a/cryptography-45.0.3-cp311-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:2f8f8f0b73b885ddd7f3d8c2b2234a7d3ba49002b0223f58cfde1bedd9563c56", size = 4466473 },
|
348
|
+
{ url = "https://files.pythonhosted.org/packages/62/e7/312428336bb2df0848d0768ab5a062e11a32d18139447a76dfc19ada8eed/cryptography-45.0.3-cp311-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:9cc80ce69032ffa528b5e16d217fa4d8d4bb7d6ba8659c1b4d74a1b0f4235fca", size = 4211890 },
|
349
|
+
{ url = "https://files.pythonhosted.org/packages/e7/53/8a130e22c1e432b3c14896ec5eb7ac01fb53c6737e1d705df7e0efb647c6/cryptography-45.0.3-cp311-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:c824c9281cb628015bfc3c59335163d4ca0540d49de4582d6c2637312907e4b1", size = 4466300 },
|
350
|
+
{ url = "https://files.pythonhosted.org/packages/ba/75/6bb6579688ef805fd16a053005fce93944cdade465fc92ef32bbc5c40681/cryptography-45.0.3-cp311-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:5833bb4355cb377ebd880457663a972cd044e7f49585aee39245c0d592904578", size = 4332483 },
|
351
|
+
{ url = "https://files.pythonhosted.org/packages/2f/11/2538f4e1ce05c6c4f81f43c1ef2bd6de7ae5e24ee284460ff6c77e42ca77/cryptography-45.0.3-cp311-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:9bb5bf55dcb69f7067d80354d0a348368da907345a2c448b0babc4215ccd3497", size = 4573714 },
|
352
|
+
{ url = "https://files.pythonhosted.org/packages/f5/bb/e86e9cf07f73a98d84a4084e8fd420b0e82330a901d9cac8149f994c3417/cryptography-45.0.3-cp311-abi3-win32.whl", hash = "sha256:3ad69eeb92a9de9421e1f6685e85a10fbcfb75c833b42cc9bc2ba9fb00da4710", size = 2934752 },
|
353
|
+
{ url = "https://files.pythonhosted.org/packages/c7/75/063bc9ddc3d1c73e959054f1fc091b79572e716ef74d6caaa56e945b4af9/cryptography-45.0.3-cp311-abi3-win_amd64.whl", hash = "sha256:97787952246a77d77934d41b62fb1b6f3581d83f71b44796a4158d93b8f5c490", size = 3412465 },
|
354
|
+
{ url = "https://files.pythonhosted.org/packages/71/9b/04ead6015229a9396890d7654ee35ef630860fb42dc9ff9ec27f72157952/cryptography-45.0.3-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:c92519d242703b675ccefd0f0562eb45e74d438e001f8ab52d628e885751fb06", size = 7031892 },
|
355
|
+
{ url = "https://files.pythonhosted.org/packages/46/c7/c7d05d0e133a09fc677b8a87953815c522697bdf025e5cac13ba419e7240/cryptography-45.0.3-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c5edcb90da1843df85292ef3a313513766a78fbbb83f584a5a58fb001a5a9d57", size = 4196181 },
|
356
|
+
{ url = "https://files.pythonhosted.org/packages/08/7a/6ad3aa796b18a683657cef930a986fac0045417e2dc428fd336cfc45ba52/cryptography-45.0.3-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:38deed72285c7ed699864f964a3f4cf11ab3fb38e8d39cfcd96710cd2b5bb716", size = 4423370 },
|
357
|
+
{ url = "https://files.pythonhosted.org/packages/4f/58/ec1461bfcb393525f597ac6a10a63938d18775b7803324072974b41a926b/cryptography-45.0.3-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:5555365a50efe1f486eed6ac7062c33b97ccef409f5970a0b6f205a7cfab59c8", size = 4197839 },
|
358
|
+
{ url = "https://files.pythonhosted.org/packages/d4/3d/5185b117c32ad4f40846f579369a80e710d6146c2baa8ce09d01612750db/cryptography-45.0.3-cp37-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:9e4253ed8f5948a3589b3caee7ad9a5bf218ffd16869c516535325fece163dcc", size = 3886324 },
|
359
|
+
{ url = "https://files.pythonhosted.org/packages/67/85/caba91a57d291a2ad46e74016d1f83ac294f08128b26e2a81e9b4f2d2555/cryptography-45.0.3-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:cfd84777b4b6684955ce86156cfb5e08d75e80dc2585e10d69e47f014f0a5342", size = 4450447 },
|
360
|
+
{ url = "https://files.pythonhosted.org/packages/ae/d1/164e3c9d559133a38279215c712b8ba38e77735d3412f37711b9f8f6f7e0/cryptography-45.0.3-cp37-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:a2b56de3417fd5f48773ad8e91abaa700b678dc7fe1e0c757e1ae340779acf7b", size = 4200576 },
|
361
|
+
{ url = "https://files.pythonhosted.org/packages/71/7a/e002d5ce624ed46dfc32abe1deff32190f3ac47ede911789ee936f5a4255/cryptography-45.0.3-cp37-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:57a6500d459e8035e813bd8b51b671977fb149a8c95ed814989da682314d0782", size = 4450308 },
|
362
|
+
{ url = "https://files.pythonhosted.org/packages/87/ad/3fbff9c28cf09b0a71e98af57d74f3662dea4a174b12acc493de00ea3f28/cryptography-45.0.3-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:f22af3c78abfbc7cbcdf2c55d23c3e022e1a462ee2481011d518c7fb9c9f3d65", size = 4325125 },
|
363
|
+
{ url = "https://files.pythonhosted.org/packages/f5/b4/51417d0cc01802304c1984d76e9592f15e4801abd44ef7ba657060520bf0/cryptography-45.0.3-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:232954730c362638544758a8160c4ee1b832dc011d2c41a306ad8f7cccc5bb0b", size = 4560038 },
|
364
|
+
{ url = "https://files.pythonhosted.org/packages/80/38/d572f6482d45789a7202fb87d052deb7a7b136bf17473ebff33536727a2c/cryptography-45.0.3-cp37-abi3-win32.whl", hash = "sha256:cb6ab89421bc90e0422aca911c69044c2912fc3debb19bb3c1bfe28ee3dff6ab", size = 2924070 },
|
365
|
+
{ url = "https://files.pythonhosted.org/packages/91/5a/61f39c0ff4443651cc64e626fa97ad3099249152039952be8f344d6b0c86/cryptography-45.0.3-cp37-abi3-win_amd64.whl", hash = "sha256:d54ae41e6bd70ea23707843021c778f151ca258081586f0cfa31d936ae43d1b2", size = 3395005 },
|
366
|
+
{ url = "https://files.pythonhosted.org/packages/1b/63/ce30cb7204e8440df2f0b251dc0464a26c55916610d1ba4aa912f838bcc8/cryptography-45.0.3-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:ed43d396f42028c1f47b5fec012e9e12631266e3825e95c00e3cf94d472dac49", size = 3578348 },
|
367
|
+
{ url = "https://files.pythonhosted.org/packages/45/0b/87556d3337f5e93c37fda0a0b5d3e7b4f23670777ce8820fce7962a7ed22/cryptography-45.0.3-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:fed5aaca1750e46db870874c9c273cd5182a9e9deb16f06f7bdffdb5c2bde4b9", size = 4142867 },
|
368
|
+
{ url = "https://files.pythonhosted.org/packages/72/ba/21356dd0bcb922b820211336e735989fe2cf0d8eaac206335a0906a5a38c/cryptography-45.0.3-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:00094838ecc7c6594171e8c8a9166124c1197b074cfca23645cee573910d76bc", size = 4385000 },
|
369
|
+
{ url = "https://files.pythonhosted.org/packages/2f/2b/71c78d18b804c317b66283be55e20329de5cd7e1aec28e4c5fbbe21fd046/cryptography-45.0.3-pp310-pypy310_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:92d5f428c1a0439b2040435a1d6bc1b26ebf0af88b093c3628913dd464d13fa1", size = 4144195 },
|
370
|
+
{ url = "https://files.pythonhosted.org/packages/55/3e/9f9b468ea779b4dbfef6af224804abd93fbcb2c48605d7443b44aea77979/cryptography-45.0.3-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:ec64ee375b5aaa354b2b273c921144a660a511f9df8785e6d1c942967106438e", size = 4384540 },
|
371
|
+
{ url = "https://files.pythonhosted.org/packages/97/f5/6e62d10cf29c50f8205c0dc9aec986dca40e8e3b41bf1a7878ea7b11e5ee/cryptography-45.0.3-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:71320fbefd05454ef2d457c481ba9a5b0e540f3753354fff6f780927c25d19b0", size = 3328796 },
|
372
|
+
{ url = "https://files.pythonhosted.org/packages/e7/d4/58a246342093a66af8935d6aa59f790cbb4731adae3937b538d054bdc2f9/cryptography-45.0.3-pp311-pypy311_pp73-macosx_10_9_x86_64.whl", hash = "sha256:edd6d51869beb7f0d472e902ef231a9b7689508e83880ea16ca3311a00bf5ce7", size = 3589802 },
|
373
|
+
{ url = "https://files.pythonhosted.org/packages/96/61/751ebea58c87b5be533c429f01996050a72c7283b59eee250275746632ea/cryptography-45.0.3-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:555e5e2d3a53b4fabeca32835878b2818b3f23966a4efb0d566689777c5a12c8", size = 4146964 },
|
374
|
+
{ url = "https://files.pythonhosted.org/packages/8d/01/28c90601b199964de383da0b740b5156f5d71a1da25e7194fdf793d373ef/cryptography-45.0.3-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:25286aacb947286620a31f78f2ed1a32cded7be5d8b729ba3fb2c988457639e4", size = 4388103 },
|
375
|
+
{ url = "https://files.pythonhosted.org/packages/3d/ec/cd892180b9e42897446ef35c62442f5b8b039c3d63a05f618aa87ec9ebb5/cryptography-45.0.3-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:050ce5209d5072472971e6efbfc8ec5a8f9a841de5a4db0ebd9c2e392cb81972", size = 4150031 },
|
376
|
+
{ url = "https://files.pythonhosted.org/packages/db/d4/22628c2dedd99289960a682439c6d3aa248dff5215123ead94ac2d82f3f5/cryptography-45.0.3-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:dc10ec1e9f21f33420cc05214989544727e776286c1c16697178978327b95c9c", size = 4387389 },
|
377
|
+
{ url = "https://files.pythonhosted.org/packages/39/ec/ba3961abbf8ecb79a3586a4ff0ee08c9d7a9938b4312fb2ae9b63f48a8ba/cryptography-45.0.3-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:9eda14f049d7f09c2e8fb411dda17dd6b16a3c76a1de5e249188a32aeb92de19", size = 3337432 },
|
378
378
|
]
|
379
379
|
|
380
380
|
[[package]]
|
@@ -439,11 +439,14 @@ wheels = [
|
|
439
439
|
|
440
440
|
[[package]]
|
441
441
|
name = "exceptiongroup"
|
442
|
-
version = "1.
|
442
|
+
version = "1.3.0"
|
443
443
|
source = { registry = "https://pypi.org/simple" }
|
444
|
-
|
444
|
+
dependencies = [
|
445
|
+
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
|
446
|
+
]
|
447
|
+
sdist = { url = "https://files.pythonhosted.org/packages/0b/9f/a65090624ecf468cdca03533906e7c69ed7588582240cfe7cc9e770b50eb/exceptiongroup-1.3.0.tar.gz", hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88", size = 29749 }
|
445
448
|
wheels = [
|
446
|
-
{ url = "https://files.pythonhosted.org/packages/
|
449
|
+
{ url = "https://files.pythonhosted.org/packages/36/f4/c6e662dade71f56cd2f3735141b265c3c79293c109549c1e6933b0651ffc/exceptiongroup-1.3.0-py3-none-any.whl", hash = "sha256:4d111e6e0c13d0644cad6ddaa7ed0261a0b36971f6d23e7ec9b4b9097da78a10", size = 16674 },
|
447
450
|
]
|
448
451
|
|
449
452
|
[[package]]
|
@@ -489,7 +492,7 @@ wheels = [
|
|
489
492
|
|
490
493
|
[[package]]
|
491
494
|
name = "google-adk"
|
492
|
-
version = "
|
495
|
+
version = "1.1.1"
|
493
496
|
source = { registry = "https://pypi.org/simple" }
|
494
497
|
dependencies = [
|
495
498
|
{ name = "authlib" },
|
@@ -513,9 +516,9 @@ dependencies = [
|
|
513
516
|
{ name = "tzlocal" },
|
514
517
|
{ name = "uvicorn" },
|
515
518
|
]
|
516
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
519
|
+
sdist = { url = "https://files.pythonhosted.org/packages/0f/38/a67f59a3ecf9630d93007848ec3f41beec4415014e3fd1fa8f159c7e85fc/google_adk-1.1.1.tar.gz", hash = "sha256:9418675574d2e9fd8a3c8e423186b86fe4ad3f211dd5da400cf24f1ef39fe2d7", size = 1094600 }
|
517
520
|
wheels = [
|
518
|
-
{ url = "https://files.pythonhosted.org/packages/
|
521
|
+
{ url = "https://files.pythonhosted.org/packages/53/1d/cefb793fed19159e8a1975cb1767288b848b9c14020f70c1f0c8048a706c/google_adk-1.1.1-py3-none-any.whl", hash = "sha256:c6cdca1b9cab7126efa4984abaff2d7b26da7945da9e6b0e2e6ea1727fb3f966", size = 1235870 },
|
519
522
|
]
|
520
523
|
|
521
524
|
[[package]]
|
@@ -542,7 +545,7 @@ grpc = [
|
|
542
545
|
|
543
546
|
[[package]]
|
544
547
|
name = "google-api-python-client"
|
545
|
-
version = "2.
|
548
|
+
version = "2.170.0"
|
546
549
|
source = { registry = "https://pypi.org/simple" }
|
547
550
|
dependencies = [
|
548
551
|
{ name = "google-api-core" },
|
@@ -551,23 +554,23 @@ dependencies = [
|
|
551
554
|
{ name = "httplib2" },
|
552
555
|
{ name = "uritemplate" },
|
553
556
|
]
|
554
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
557
|
+
sdist = { url = "https://files.pythonhosted.org/packages/db/86/1bd09aea2664a46bc65713cb7876381ec8949a4b1e71be97dfc359c79781/google_api_python_client-2.170.0.tar.gz", hash = "sha256:75f3a1856f11418ea3723214e0abc59d9b217fd7ed43dcf743aab7f06ab9e2b1", size = 12971933 }
|
555
558
|
wheels = [
|
556
|
-
{ url = "https://files.pythonhosted.org/packages/
|
559
|
+
{ url = "https://files.pythonhosted.org/packages/ca/ab/928fb4551ce9c791de96b0681924d46de9a5b50931394fd19850383a08a1/google_api_python_client-2.170.0-py3-none-any.whl", hash = "sha256:7bf518a0527ad23322f070fa69f4f24053170d5c766821dc970ff0571ec22748", size = 13490660 },
|
557
560
|
]
|
558
561
|
|
559
562
|
[[package]]
|
560
563
|
name = "google-auth"
|
561
|
-
version = "2.40.
|
564
|
+
version = "2.40.2"
|
562
565
|
source = { registry = "https://pypi.org/simple" }
|
563
566
|
dependencies = [
|
564
567
|
{ name = "cachetools" },
|
565
568
|
{ name = "pyasn1-modules" },
|
566
569
|
{ name = "rsa" },
|
567
570
|
]
|
568
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
571
|
+
sdist = { url = "https://files.pythonhosted.org/packages/66/84/f67f53c505a6b2c5da05c988e2a5483f5ba9eee4b1841d2e3ff22f547cd5/google_auth-2.40.2.tar.gz", hash = "sha256:a33cde547a2134273226fa4b853883559947ebe9207521f7afc707efbf690f58", size = 280990 }
|
569
572
|
wheels = [
|
570
|
-
{ url = "https://files.pythonhosted.org/packages/
|
573
|
+
{ url = "https://files.pythonhosted.org/packages/6a/c7/e2d82e6702e2a9e2311c138f8e1100f21d08aed0231290872b229ae57a86/google_auth-2.40.2-py2.py3-none-any.whl", hash = "sha256:f7e568d42eedfded58734f6a60c58321896a621f7c116c411550a4b4a13da90b", size = 216102 },
|
571
574
|
]
|
572
575
|
|
573
576
|
[[package]]
|
@@ -585,7 +588,7 @@ wheels = [
|
|
585
588
|
|
586
589
|
[[package]]
|
587
590
|
name = "google-cloud-aiplatform"
|
588
|
-
version = "1.
|
591
|
+
version = "1.95.1"
|
589
592
|
source = { registry = "https://pypi.org/simple" }
|
590
593
|
dependencies = [
|
591
594
|
{ name = "docstring-parser" },
|
@@ -594,6 +597,7 @@ dependencies = [
|
|
594
597
|
{ name = "google-cloud-bigquery" },
|
595
598
|
{ name = "google-cloud-resource-manager" },
|
596
599
|
{ name = "google-cloud-storage" },
|
600
|
+
{ name = "google-genai" },
|
597
601
|
{ name = "packaging" },
|
598
602
|
{ name = "proto-plus" },
|
599
603
|
{ name = "protobuf" },
|
@@ -601,9 +605,9 @@ dependencies = [
|
|
601
605
|
{ name = "shapely" },
|
602
606
|
{ name = "typing-extensions" },
|
603
607
|
]
|
604
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
608
|
+
sdist = { url = "https://files.pythonhosted.org/packages/89/4e/af3cb47f7d28dacda9cba9853ce4cc998b0d3ba445907a28755d056bdda7/google_cloud_aiplatform-1.95.1.tar.gz", hash = "sha256:75beb3bf79d58648d40380e25a6863c02d5424558e1c6fdbffc6ed0ebce098fb", size = 9184978 }
|
605
609
|
wheels = [
|
606
|
-
{ url = "https://files.pythonhosted.org/packages/
|
610
|
+
{ url = "https://files.pythonhosted.org/packages/b4/8f/7bdc805192941d4859c720c8e7351eead720fae76c19cd7900424c0891f0/google_cloud_aiplatform-1.95.1-py2.py3-none-any.whl", hash = "sha256:f8a072857aef12391ee6cf128b2775d0f133baafaceed639f053dc551c356e05", size = 7651112 },
|
607
611
|
]
|
608
612
|
|
609
613
|
[package.optional-dependencies]
|
@@ -656,7 +660,7 @@ wheels = [
|
|
656
660
|
|
657
661
|
[[package]]
|
658
662
|
name = "google-cloud-bigquery"
|
659
|
-
version = "3.
|
663
|
+
version = "3.34.0"
|
660
664
|
source = { registry = "https://pypi.org/simple" }
|
661
665
|
dependencies = [
|
662
666
|
{ name = "google-api-core", extra = ["grpc"] },
|
@@ -667,9 +671,9 @@ dependencies = [
|
|
667
671
|
{ name = "python-dateutil" },
|
668
672
|
{ name = "requests" },
|
669
673
|
]
|
670
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
674
|
+
sdist = { url = "https://files.pythonhosted.org/packages/24/f9/e9da2d56d7028f05c0e2f5edf6ce43c773220c3172666c3dd925791d763d/google_cloud_bigquery-3.34.0.tar.gz", hash = "sha256:5ee1a78ba5c2ccb9f9a8b2bf3ed76b378ea68f49b6cac0544dc55cc97ff7c1ce", size = 489091 }
|
671
675
|
wheels = [
|
672
|
-
{ url = "https://files.pythonhosted.org/packages/
|
676
|
+
{ url = "https://files.pythonhosted.org/packages/b1/7e/7115c4f67ca0bc678f25bff1eab56cc37d06eb9a3978940b2ebd0705aa0a/google_cloud_bigquery-3.34.0-py3-none-any.whl", hash = "sha256:de20ded0680f8136d92ff5256270b5920dfe4fae479f5d0f73e90e5df30b1cf7", size = 253555 },
|
673
677
|
]
|
674
678
|
|
675
679
|
[[package]]
|
@@ -814,7 +818,7 @@ wheels = [
|
|
814
818
|
|
815
819
|
[[package]]
|
816
820
|
name = "google-genai"
|
817
|
-
version = "1.
|
821
|
+
version = "1.17.0"
|
818
822
|
source = { registry = "https://pypi.org/simple" }
|
819
823
|
dependencies = [
|
820
824
|
{ name = "anyio" },
|
@@ -825,9 +829,9 @@ dependencies = [
|
|
825
829
|
{ name = "typing-extensions" },
|
826
830
|
{ name = "websockets" },
|
827
831
|
]
|
828
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
832
|
+
sdist = { url = "https://files.pythonhosted.org/packages/51/93/4ad189184db21539c625bba432faa3a36e1e5eeb0b3a0b52fbdc9bdac324/google_genai-1.17.0.tar.gz", hash = "sha256:2cf0ff1218290efe6fad80d586cc4aed5a1ca6d38407d1ae221cf10e308c299b", size = 197180 }
|
829
833
|
wheels = [
|
830
|
-
{ url = "https://files.pythonhosted.org/packages/
|
834
|
+
{ url = "https://files.pythonhosted.org/packages/57/e8/6cc81b481d71f64896964d6aa105f17f13a974627da5d22a3e676fb056b6/google_genai-1.17.0-py3-none-any.whl", hash = "sha256:0a5ba765cc9900a5fa7e71ed4520a1560a857754e72db32765009e2e9fe75333", size = 199245 },
|
831
835
|
]
|
832
836
|
|
833
837
|
[[package]]
|
@@ -1200,11 +1204,11 @@ wheels = [
|
|
1200
1204
|
|
1201
1205
|
[[package]]
|
1202
1206
|
name = "joblib"
|
1203
|
-
version = "1.5.
|
1207
|
+
version = "1.5.1"
|
1204
1208
|
source = { registry = "https://pypi.org/simple" }
|
1205
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1209
|
+
sdist = { url = "https://files.pythonhosted.org/packages/dc/fe/0f5a938c54105553436dbff7a61dc4fed4b1b2c98852f8833beaf4d5968f/joblib-1.5.1.tar.gz", hash = "sha256:f4f86e351f39fe3d0d32a9f2c3d8af1ee4cec285aafcb27003dda5205576b444", size = 330475 }
|
1206
1210
|
wheels = [
|
1207
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1211
|
+
{ url = "https://files.pythonhosted.org/packages/7d/4f/1195bbac8e0c2acc5f740661631d8d750dc38d4a32b23ee5df3cde6f4e0d/joblib-1.5.1-py3-none-any.whl", hash = "sha256:4719a31f054c7d766948dcd83e9613686b27114f190f717cec7eaa2084f8a74a", size = 307746 },
|
1208
1212
|
]
|
1209
1213
|
|
1210
1214
|
[[package]]
|
@@ -1227,7 +1231,7 @@ wheels = [
|
|
1227
1231
|
|
1228
1232
|
[[package]]
|
1229
1233
|
name = "jsonschema"
|
1230
|
-
version = "4.
|
1234
|
+
version = "4.24.0"
|
1231
1235
|
source = { registry = "https://pypi.org/simple" }
|
1232
1236
|
dependencies = [
|
1233
1237
|
{ name = "attrs" },
|
@@ -1235,9 +1239,9 @@ dependencies = [
|
|
1235
1239
|
{ name = "referencing" },
|
1236
1240
|
{ name = "rpds-py" },
|
1237
1241
|
]
|
1238
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1242
|
+
sdist = { url = "https://files.pythonhosted.org/packages/bf/d3/1cf5326b923a53515d8f3a2cd442e6d7e94fcc444716e879ea70a0ce3177/jsonschema-4.24.0.tar.gz", hash = "sha256:0b4e8069eb12aedfa881333004bccaec24ecef5a8a6a4b6df142b2cc9599d196", size = 353480 }
|
1239
1243
|
wheels = [
|
1240
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1244
|
+
{ url = "https://files.pythonhosted.org/packages/a2/3d/023389198f69c722d039351050738d6755376c8fd343e91dc493ea485905/jsonschema-4.24.0-py3-none-any.whl", hash = "sha256:a462455f19f5faf404a7902952b6f0e3ce868f3ee09a359b05eca6673bd8412d", size = 88709 },
|
1241
1245
|
]
|
1242
1246
|
|
1243
1247
|
[package.optional-dependencies]
|
@@ -1319,16 +1323,16 @@ wheels = [
|
|
1319
1323
|
|
1320
1324
|
[[package]]
|
1321
1325
|
name = "jupyter-core"
|
1322
|
-
version = "5.
|
1326
|
+
version = "5.8.1"
|
1323
1327
|
source = { registry = "https://pypi.org/simple" }
|
1324
1328
|
dependencies = [
|
1325
1329
|
{ name = "platformdirs" },
|
1326
1330
|
{ name = "pywin32", marker = "platform_python_implementation != 'PyPy' and sys_platform == 'win32'" },
|
1327
1331
|
{ name = "traitlets" },
|
1328
1332
|
]
|
1329
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1333
|
+
sdist = { url = "https://files.pythonhosted.org/packages/99/1b/72906d554acfeb588332eaaa6f61577705e9ec752ddb486f302dafa292d9/jupyter_core-5.8.1.tar.gz", hash = "sha256:0a5f9706f70e64786b75acba995988915ebd4601c8a52e534a40b51c95f59941", size = 88923 }
|
1330
1334
|
wheels = [
|
1331
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1335
|
+
{ url = "https://files.pythonhosted.org/packages/2f/57/6bffd4b20b88da3800c5d691e0337761576ee688eb01299eae865689d2df/jupyter_core-5.8.1-py3-none-any.whl", hash = "sha256:c28d268fc90fb53f1338ded2eb410704c5449a358406e8a948b75706e24863d0", size = 28880 },
|
1332
1336
|
]
|
1333
1337
|
|
1334
1338
|
[[package]]
|
@@ -1364,7 +1368,7 @@ wheels = [
|
|
1364
1368
|
|
1365
1369
|
[[package]]
|
1366
1370
|
name = "jupyter-server"
|
1367
|
-
version = "2.
|
1371
|
+
version = "2.16.0"
|
1368
1372
|
source = { registry = "https://pypi.org/simple" }
|
1369
1373
|
dependencies = [
|
1370
1374
|
{ name = "anyio" },
|
@@ -1387,9 +1391,9 @@ dependencies = [
|
|
1387
1391
|
{ name = "traitlets" },
|
1388
1392
|
{ name = "websocket-client" },
|
1389
1393
|
]
|
1390
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1394
|
+
sdist = { url = "https://files.pythonhosted.org/packages/41/c8/ba2bbcd758c47f1124c4ca14061e8ce60d9c6fd537faee9534a95f83521a/jupyter_server-2.16.0.tar.gz", hash = "sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6", size = 728177 }
|
1391
1395
|
wheels = [
|
1392
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1396
|
+
{ url = "https://files.pythonhosted.org/packages/46/1f/5ebbced977171d09a7b0c08a285ff9a20aafb9c51bde07e52349ff1ddd71/jupyter_server-2.16.0-py3-none-any.whl", hash = "sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e", size = 386904 },
|
1393
1397
|
]
|
1394
1398
|
|
1395
1399
|
[[package]]
|
@@ -1407,7 +1411,7 @@ wheels = [
|
|
1407
1411
|
|
1408
1412
|
[[package]]
|
1409
1413
|
name = "jupyterlab"
|
1410
|
-
version = "4.4.
|
1414
|
+
version = "4.4.3"
|
1411
1415
|
source = { registry = "https://pypi.org/simple" }
|
1412
1416
|
dependencies = [
|
1413
1417
|
{ name = "async-lru" },
|
@@ -1425,9 +1429,9 @@ dependencies = [
|
|
1425
1429
|
{ name = "tornado" },
|
1426
1430
|
{ name = "traitlets" },
|
1427
1431
|
]
|
1428
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1432
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d3/2d/d1678dcf2db66cb4a38a80d9e5fcf48c349f3ac12f2d38882993353ae768/jupyterlab-4.4.3.tar.gz", hash = "sha256:a94c32fd7f8b93e82a49dc70a6ec45a5c18281ca2a7228d12765e4e210e5bca2", size = 23032376 }
|
1429
1433
|
wheels = [
|
1430
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1434
|
+
{ url = "https://files.pythonhosted.org/packages/c6/4d/7dd5c2ffbb960930452a031dc8410746183c924580f2ab4e68ceb5b3043f/jupyterlab-4.4.3-py3-none-any.whl", hash = "sha256:164302f6d4b6c44773dfc38d585665a4db401a16e5296c37df5cba63904fbdea", size = 12295480 },
|
1431
1435
|
]
|
1432
1436
|
|
1433
1437
|
[[package]]
|
@@ -1499,8 +1503,8 @@ dev = [
|
|
1499
1503
|
[package.metadata]
|
1500
1504
|
requires-dist = [
|
1501
1505
|
{ name = "codespell", marker = "extra == 'lint'", specifier = "~=2.2.0" },
|
1502
|
-
{ name = "google-adk", specifier = "~=
|
1503
|
-
{ name = "google-cloud-aiplatform", extras = ["evaluation", "agent-engines"], specifier = "~=1.
|
1506
|
+
{ name = "google-adk", specifier = "~=1.1.0" },
|
1507
|
+
{ name = "google-cloud-aiplatform", extras = ["evaluation", "agent-engines"], specifier = "~=1.95.1" },
|
1504
1508
|
{ name = "google-cloud-logging", specifier = "~=3.11.4" },
|
1505
1509
|
{ name = "jupyter", marker = "extra == 'jupyter'", specifier = "~=1.0.0" },
|
1506
1510
|
{ name = "mypy", marker = "extra == 'lint'", specifier = "~=1.15.0" },
|
@@ -1570,7 +1574,7 @@ wheels = [
|
|
1570
1574
|
|
1571
1575
|
[[package]]
|
1572
1576
|
name = "mcp"
|
1573
|
-
version = "1.
|
1577
|
+
version = "1.9.2"
|
1574
1578
|
source = { registry = "https://pypi.org/simple" }
|
1575
1579
|
dependencies = [
|
1576
1580
|
{ name = "anyio" },
|
@@ -1583,9 +1587,9 @@ dependencies = [
|
|
1583
1587
|
{ name = "starlette" },
|
1584
1588
|
{ name = "uvicorn", marker = "sys_platform != 'emscripten'" },
|
1585
1589
|
]
|
1586
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1590
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ea/03/77c49cce3ace96e6787af624611b627b2828f0dca0f8df6f330a10eea51e/mcp-1.9.2.tar.gz", hash = "sha256:3c7651c053d635fd235990a12e84509fe32780cd359a5bbef352e20d4d963c05", size = 333066 }
|
1587
1591
|
wheels = [
|
1588
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1592
|
+
{ url = "https://files.pythonhosted.org/packages/5d/a6/8f5ee9da9f67c0fd8933f63d6105f02eabdac8a8c0926728368ffbb6744d/mcp-1.9.2-py3-none-any.whl", hash = "sha256:bc29f7fd67d157fef378f89a4210384f5fecf1168d0feb12d22929818723f978", size = 131083 },
|
1589
1593
|
]
|
1590
1594
|
|
1591
1595
|
[[package]]
|
@@ -1707,7 +1711,7 @@ wheels = [
|
|
1707
1711
|
|
1708
1712
|
[[package]]
|
1709
1713
|
name = "notebook"
|
1710
|
-
version = "7.4.
|
1714
|
+
version = "7.4.3"
|
1711
1715
|
source = { registry = "https://pypi.org/simple" }
|
1712
1716
|
dependencies = [
|
1713
1717
|
{ name = "jupyter-server" },
|
@@ -1716,9 +1720,9 @@ dependencies = [
|
|
1716
1720
|
{ name = "notebook-shim" },
|
1717
1721
|
{ name = "tornado" },
|
1718
1722
|
]
|
1719
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1723
|
+
sdist = { url = "https://files.pythonhosted.org/packages/dc/21/4f83b15e483da4f4f63928edd0cb08b6e7d33f8a15c23b116a90c44c6235/notebook-7.4.3.tar.gz", hash = "sha256:a1567481cd3853f2610ee0ecf5dfa12bb508e878ee8f92152c134ef7f0568a76", size = 13881668 }
|
1720
1724
|
wheels = [
|
1721
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1725
|
+
{ url = "https://files.pythonhosted.org/packages/76/1b/16c809d799e3ddd7a97c8b43734f79624b74ddef9707e7d92275a13777bc/notebook-7.4.3-py3-none-any.whl", hash = "sha256:9cdeee954e04101cadb195d90e2ab62b7c9286c1d4f858bf3bb54e40df16c0c3", size = 14286402 },
|
1722
1726
|
]
|
1723
1727
|
|
1724
1728
|
[[package]]
|
@@ -1735,57 +1739,57 @@ wheels = [
|
|
1735
1739
|
|
1736
1740
|
[[package]]
|
1737
1741
|
name = "numpy"
|
1738
|
-
version = "2.2.
|
1742
|
+
version = "2.2.6"
|
1739
1743
|
source = { registry = "https://pypi.org/simple" }
|
1740
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1741
|
-
wheels = [
|
1742
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1743
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1744
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1745
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1746
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1747
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1748
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1749
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1750
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1751
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1752
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1753
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1754
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1755
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1756
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1757
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1758
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1759
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1760
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1761
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1762
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1763
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1764
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1765
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1766
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1767
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1768
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1769
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1770
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1771
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1772
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1773
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1774
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1775
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1744
|
+
sdist = { url = "https://files.pythonhosted.org/packages/76/21/7d2a95e4bba9dc13d043ee156a356c0a8f0c6309dff6b21b4d71a073b8a8/numpy-2.2.6.tar.gz", hash = "sha256:e29554e2bef54a90aa5cc07da6ce955accb83f21ab5de01a62c8478897b264fd", size = 20276440 }
|
1745
|
+
wheels = [
|
1746
|
+
{ url = "https://files.pythonhosted.org/packages/9a/3e/ed6db5be21ce87955c0cbd3009f2803f59fa08df21b5df06862e2d8e2bdd/numpy-2.2.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b412caa66f72040e6d268491a59f2c43bf03eb6c96dd8f0307829feb7fa2b6fb", size = 21165245 },
|
1747
|
+
{ url = "https://files.pythonhosted.org/packages/22/c2/4b9221495b2a132cc9d2eb862e21d42a009f5a60e45fc44b00118c174bff/numpy-2.2.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8e41fd67c52b86603a91c1a505ebaef50b3314de0213461c7a6e99c9a3beff90", size = 14360048 },
|
1748
|
+
{ url = "https://files.pythonhosted.org/packages/fd/77/dc2fcfc66943c6410e2bf598062f5959372735ffda175b39906d54f02349/numpy-2.2.6-cp310-cp310-macosx_14_0_arm64.whl", hash = "sha256:37e990a01ae6ec7fe7fa1c26c55ecb672dd98b19c3d0e1d1f326fa13cb38d163", size = 5340542 },
|
1749
|
+
{ url = "https://files.pythonhosted.org/packages/7a/4f/1cb5fdc353a5f5cc7feb692db9b8ec2c3d6405453f982435efc52561df58/numpy-2.2.6-cp310-cp310-macosx_14_0_x86_64.whl", hash = "sha256:5a6429d4be8ca66d889b7cf70f536a397dc45ba6faeb5f8c5427935d9592e9cf", size = 6878301 },
|
1750
|
+
{ url = "https://files.pythonhosted.org/packages/eb/17/96a3acd228cec142fcb8723bd3cc39c2a474f7dcf0a5d16731980bcafa95/numpy-2.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:efd28d4e9cd7d7a8d39074a4d44c63eda73401580c5c76acda2ce969e0a38e83", size = 14297320 },
|
1751
|
+
{ url = "https://files.pythonhosted.org/packages/b4/63/3de6a34ad7ad6646ac7d2f55ebc6ad439dbbf9c4370017c50cf403fb19b5/numpy-2.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fc7b73d02efb0e18c000e9ad8b83480dfcd5dfd11065997ed4c6747470ae8915", size = 16801050 },
|
1752
|
+
{ url = "https://files.pythonhosted.org/packages/07/b6/89d837eddef52b3d0cec5c6ba0456c1bf1b9ef6a6672fc2b7873c3ec4e2e/numpy-2.2.6-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:74d4531beb257d2c3f4b261bfb0fc09e0f9ebb8842d82a7b4209415896adc680", size = 15807034 },
|
1753
|
+
{ url = "https://files.pythonhosted.org/packages/01/c8/dc6ae86e3c61cfec1f178e5c9f7858584049b6093f843bca541f94120920/numpy-2.2.6-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:8fc377d995680230e83241d8a96def29f204b5782f371c532579b4f20607a289", size = 18614185 },
|
1754
|
+
{ url = "https://files.pythonhosted.org/packages/5b/c5/0064b1b7e7c89137b471ccec1fd2282fceaae0ab3a9550f2568782d80357/numpy-2.2.6-cp310-cp310-win32.whl", hash = "sha256:b093dd74e50a8cba3e873868d9e93a85b78e0daf2e98c6797566ad8044e8363d", size = 6527149 },
|
1755
|
+
{ url = "https://files.pythonhosted.org/packages/a3/dd/4b822569d6b96c39d1215dbae0582fd99954dcbcf0c1a13c61783feaca3f/numpy-2.2.6-cp310-cp310-win_amd64.whl", hash = "sha256:f0fd6321b839904e15c46e0d257fdd101dd7f530fe03fd6359c1ea63738703f3", size = 12904620 },
|
1756
|
+
{ url = "https://files.pythonhosted.org/packages/da/a8/4f83e2aa666a9fbf56d6118faaaf5f1974d456b1823fda0a176eff722839/numpy-2.2.6-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:f9f1adb22318e121c5c69a09142811a201ef17ab257a1e66ca3025065b7f53ae", size = 21176963 },
|
1757
|
+
{ url = "https://files.pythonhosted.org/packages/b3/2b/64e1affc7972decb74c9e29e5649fac940514910960ba25cd9af4488b66c/numpy-2.2.6-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c820a93b0255bc360f53eca31a0e676fd1101f673dda8da93454a12e23fc5f7a", size = 14406743 },
|
1758
|
+
{ url = "https://files.pythonhosted.org/packages/4a/9f/0121e375000b5e50ffdd8b25bf78d8e1a5aa4cca3f185d41265198c7b834/numpy-2.2.6-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:3d70692235e759f260c3d837193090014aebdf026dfd167834bcba43e30c2a42", size = 5352616 },
|
1759
|
+
{ url = "https://files.pythonhosted.org/packages/31/0d/b48c405c91693635fbe2dcd7bc84a33a602add5f63286e024d3b6741411c/numpy-2.2.6-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:481b49095335f8eed42e39e8041327c05b0f6f4780488f61286ed3c01368d491", size = 6889579 },
|
1760
|
+
{ url = "https://files.pythonhosted.org/packages/52/b8/7f0554d49b565d0171eab6e99001846882000883998e7b7d9f0d98b1f934/numpy-2.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b64d8d4d17135e00c8e346e0a738deb17e754230d7e0810ac5012750bbd85a5a", size = 14312005 },
|
1761
|
+
{ url = "https://files.pythonhosted.org/packages/b3/dd/2238b898e51bd6d389b7389ffb20d7f4c10066d80351187ec8e303a5a475/numpy-2.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba10f8411898fc418a521833e014a77d3ca01c15b0c6cdcce6a0d2897e6dbbdf", size = 16821570 },
|
1762
|
+
{ url = "https://files.pythonhosted.org/packages/83/6c/44d0325722cf644f191042bf47eedad61c1e6df2432ed65cbe28509d404e/numpy-2.2.6-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:bd48227a919f1bafbdda0583705e547892342c26fb127219d60a5c36882609d1", size = 15818548 },
|
1763
|
+
{ url = "https://files.pythonhosted.org/packages/ae/9d/81e8216030ce66be25279098789b665d49ff19eef08bfa8cb96d4957f422/numpy-2.2.6-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:9551a499bf125c1d4f9e250377c1ee2eddd02e01eac6644c080162c0c51778ab", size = 18620521 },
|
1764
|
+
{ url = "https://files.pythonhosted.org/packages/6a/fd/e19617b9530b031db51b0926eed5345ce8ddc669bb3bc0044b23e275ebe8/numpy-2.2.6-cp311-cp311-win32.whl", hash = "sha256:0678000bb9ac1475cd454c6b8c799206af8107e310843532b04d49649c717a47", size = 6525866 },
|
1765
|
+
{ url = "https://files.pythonhosted.org/packages/31/0a/f354fb7176b81747d870f7991dc763e157a934c717b67b58456bc63da3df/numpy-2.2.6-cp311-cp311-win_amd64.whl", hash = "sha256:e8213002e427c69c45a52bbd94163084025f533a55a59d6f9c5b820774ef3303", size = 12907455 },
|
1766
|
+
{ url = "https://files.pythonhosted.org/packages/82/5d/c00588b6cf18e1da539b45d3598d3557084990dcc4331960c15ee776ee41/numpy-2.2.6-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:41c5a21f4a04fa86436124d388f6ed60a9343a6f767fced1a8a71c3fbca038ff", size = 20875348 },
|
1767
|
+
{ url = "https://files.pythonhosted.org/packages/66/ee/560deadcdde6c2f90200450d5938f63a34b37e27ebff162810f716f6a230/numpy-2.2.6-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:de749064336d37e340f640b05f24e9e3dd678c57318c7289d222a8a2f543e90c", size = 14119362 },
|
1768
|
+
{ url = "https://files.pythonhosted.org/packages/3c/65/4baa99f1c53b30adf0acd9a5519078871ddde8d2339dc5a7fde80d9d87da/numpy-2.2.6-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:894b3a42502226a1cac872f840030665f33326fc3dac8e57c607905773cdcde3", size = 5084103 },
|
1769
|
+
{ url = "https://files.pythonhosted.org/packages/cc/89/e5a34c071a0570cc40c9a54eb472d113eea6d002e9ae12bb3a8407fb912e/numpy-2.2.6-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:71594f7c51a18e728451bb50cc60a3ce4e6538822731b2933209a1f3614e9282", size = 6625382 },
|
1770
|
+
{ url = "https://files.pythonhosted.org/packages/f8/35/8c80729f1ff76b3921d5c9487c7ac3de9b2a103b1cd05e905b3090513510/numpy-2.2.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f2618db89be1b4e05f7a1a847a9c1c0abd63e63a1607d892dd54668dd92faf87", size = 14018462 },
|
1771
|
+
{ url = "https://files.pythonhosted.org/packages/8c/3d/1e1db36cfd41f895d266b103df00ca5b3cbe965184df824dec5c08c6b803/numpy-2.2.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fd83c01228a688733f1ded5201c678f0c53ecc1006ffbc404db9f7a899ac6249", size = 16527618 },
|
1772
|
+
{ url = "https://files.pythonhosted.org/packages/61/c6/03ed30992602c85aa3cd95b9070a514f8b3c33e31124694438d88809ae36/numpy-2.2.6-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:37c0ca431f82cd5fa716eca9506aefcabc247fb27ba69c5062a6d3ade8cf8f49", size = 15505511 },
|
1773
|
+
{ url = "https://files.pythonhosted.org/packages/b7/25/5761d832a81df431e260719ec45de696414266613c9ee268394dd5ad8236/numpy-2.2.6-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:fe27749d33bb772c80dcd84ae7e8df2adc920ae8297400dabec45f0dedb3f6de", size = 18313783 },
|
1774
|
+
{ url = "https://files.pythonhosted.org/packages/57/0a/72d5a3527c5ebffcd47bde9162c39fae1f90138c961e5296491ce778e682/numpy-2.2.6-cp312-cp312-win32.whl", hash = "sha256:4eeaae00d789f66c7a25ac5f34b71a7035bb474e679f410e5e1a94deb24cf2d4", size = 6246506 },
|
1775
|
+
{ url = "https://files.pythonhosted.org/packages/36/fa/8c9210162ca1b88529ab76b41ba02d433fd54fecaf6feb70ef9f124683f1/numpy-2.2.6-cp312-cp312-win_amd64.whl", hash = "sha256:c1f9540be57940698ed329904db803cf7a402f3fc200bfe599334c9bd84a40b2", size = 12614190 },
|
1776
|
+
{ url = "https://files.pythonhosted.org/packages/9e/3b/d94a75f4dbf1ef5d321523ecac21ef23a3cd2ac8b78ae2aac40873590229/numpy-2.2.6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:0b605b275d7bd0c640cad4e5d30fa701a8d59302e127e5f79138ad62762c3e3d", size = 21040391 },
|
1777
|
+
{ url = "https://files.pythonhosted.org/packages/17/f4/09b2fa1b58f0fb4f7c7963a1649c64c4d315752240377ed74d9cd878f7b5/numpy-2.2.6-pp310-pypy310_pp73-macosx_14_0_x86_64.whl", hash = "sha256:7befc596a7dc9da8a337f79802ee8adb30a552a94f792b9c9d18c840055907db", size = 6786754 },
|
1778
|
+
{ url = "https://files.pythonhosted.org/packages/af/30/feba75f143bdc868a1cc3f44ccfa6c4b9ec522b36458e738cd00f67b573f/numpy-2.2.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ce47521a4754c8f4593837384bd3424880629f718d87c5d44f8ed763edd63543", size = 16643476 },
|
1779
|
+
{ url = "https://files.pythonhosted.org/packages/37/48/ac2a9584402fb6c0cd5b5d1a91dcf176b15760130dd386bbafdbfe3640bf/numpy-2.2.6-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:d042d24c90c41b54fd506da306759e06e568864df8ec17ccc17e9e884634fd00", size = 12812666 },
|
1776
1780
|
]
|
1777
1781
|
|
1778
1782
|
[[package]]
|
1779
1783
|
name = "opentelemetry-api"
|
1780
|
-
version = "1.33.
|
1784
|
+
version = "1.33.1"
|
1781
1785
|
source = { registry = "https://pypi.org/simple" }
|
1782
1786
|
dependencies = [
|
1783
1787
|
{ name = "deprecated" },
|
1784
1788
|
{ name = "importlib-metadata" },
|
1785
1789
|
]
|
1786
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1790
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9a/8d/1f5a45fbcb9a7d87809d460f09dc3399e3fbd31d7f3e14888345e9d29951/opentelemetry_api-1.33.1.tar.gz", hash = "sha256:1c6055fc0a2d3f23a50c7e17e16ef75ad489345fd3df1f8b8af7c0bbf8a109e8", size = 65002 }
|
1787
1791
|
wheels = [
|
1788
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1792
|
+
{ url = "https://files.pythonhosted.org/packages/05/44/4c45a34def3506122ae61ad684139f0bbc4e00c39555d4f7e20e0e001c8a/opentelemetry_api-1.33.1-py3-none-any.whl", hash = "sha256:4db83ebcf7ea93e64637ec6ee6fabee45c5cbe4abd9cf3da95c43828ddb50b83", size = 65771 },
|
1789
1793
|
]
|
1790
1794
|
|
1791
1795
|
[[package]]
|
@@ -1820,29 +1824,29 @@ wheels = [
|
|
1820
1824
|
|
1821
1825
|
[[package]]
|
1822
1826
|
name = "opentelemetry-sdk"
|
1823
|
-
version = "1.33.
|
1827
|
+
version = "1.33.1"
|
1824
1828
|
source = { registry = "https://pypi.org/simple" }
|
1825
1829
|
dependencies = [
|
1826
1830
|
{ name = "opentelemetry-api" },
|
1827
1831
|
{ name = "opentelemetry-semantic-conventions" },
|
1828
1832
|
{ name = "typing-extensions" },
|
1829
1833
|
]
|
1830
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1834
|
+
sdist = { url = "https://files.pythonhosted.org/packages/67/12/909b98a7d9b110cce4b28d49b2e311797cffdce180371f35eba13a72dd00/opentelemetry_sdk-1.33.1.tar.gz", hash = "sha256:85b9fcf7c3d23506fbc9692fd210b8b025a1920535feec50bd54ce203d57a531", size = 161885 }
|
1831
1835
|
wheels = [
|
1832
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1836
|
+
{ url = "https://files.pythonhosted.org/packages/df/8e/ae2d0742041e0bd7fe0d2dcc5e7cce51dcf7d3961a26072d5b43cc8fa2a7/opentelemetry_sdk-1.33.1-py3-none-any.whl", hash = "sha256:19ea73d9a01be29cacaa5d6c8ce0adc0b7f7b4d58cc52f923e4413609f670112", size = 118950 },
|
1833
1837
|
]
|
1834
1838
|
|
1835
1839
|
[[package]]
|
1836
1840
|
name = "opentelemetry-semantic-conventions"
|
1837
|
-
version = "0.
|
1841
|
+
version = "0.54b1"
|
1838
1842
|
source = { registry = "https://pypi.org/simple" }
|
1839
1843
|
dependencies = [
|
1840
1844
|
{ name = "deprecated" },
|
1841
1845
|
{ name = "opentelemetry-api" },
|
1842
1846
|
]
|
1843
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1847
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5b/2c/d7990fc1ffc82889d466e7cd680788ace44a26789809924813b164344393/opentelemetry_semantic_conventions-0.54b1.tar.gz", hash = "sha256:d1cecedae15d19bdaafca1e56b29a66aa286f50b5d08f036a145c7f3e9ef9cee", size = 118642 }
|
1844
1848
|
wheels = [
|
1845
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1849
|
+
{ url = "https://files.pythonhosted.org/packages/0a/80/08b1698c52ff76d96ba440bf15edc2f4bc0a279868778928e947c1004bdd/opentelemetry_semantic_conventions-0.54b1-py3-none-any.whl", hash = "sha256:29dab644a7e435b58d3a3918b58c333c92686236b30f7891d5e51f02933ca60d", size = 194938 },
|
1846
1850
|
]
|
1847
1851
|
|
1848
1852
|
[[package]]
|
@@ -1939,20 +1943,20 @@ wheels = [
|
|
1939
1943
|
|
1940
1944
|
[[package]]
|
1941
1945
|
name = "pluggy"
|
1942
|
-
version = "1.
|
1946
|
+
version = "1.6.0"
|
1943
1947
|
source = { registry = "https://pypi.org/simple" }
|
1944
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1948
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f9/e2/3e91f31a7d2b083fe6ef3fa267035b518369d9511ffab804f839851d2779/pluggy-1.6.0.tar.gz", hash = "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3", size = 69412 }
|
1945
1949
|
wheels = [
|
1946
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1950
|
+
{ url = "https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl", hash = "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746", size = 20538 },
|
1947
1951
|
]
|
1948
1952
|
|
1949
1953
|
[[package]]
|
1950
1954
|
name = "prometheus-client"
|
1951
|
-
version = "0.
|
1955
|
+
version = "0.22.0"
|
1952
1956
|
source = { registry = "https://pypi.org/simple" }
|
1953
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1957
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5b/5a/3fa1fa7e91a203759aaf316be394f70f2ef598d589b9785a8611b6094c00/prometheus_client-0.22.0.tar.gz", hash = "sha256:18da1d2241ac2d10c8d2110f13eedcd5c7c0c8af18c926e8731f04fc10cd575c", size = 74443 }
|
1954
1958
|
wheels = [
|
1955
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1959
|
+
{ url = "https://files.pythonhosted.org/packages/50/c7/cee159ba3d7192e84a4c166ec1752f44a5fa859ac0eeda2d73a1da65ab47/prometheus_client-0.22.0-py3-none-any.whl", hash = "sha256:c8951bbe64e62b96cd8e8f5d917279d1b9b91ab766793f33d4dce6c228558713", size = 62658 },
|
1956
1960
|
]
|
1957
1961
|
|
1958
1962
|
[[package]]
|
@@ -1981,16 +1985,16 @@ wheels = [
|
|
1981
1985
|
|
1982
1986
|
[[package]]
|
1983
1987
|
name = "protobuf"
|
1984
|
-
version = "5.29.
|
1988
|
+
version = "5.29.5"
|
1985
1989
|
source = { registry = "https://pypi.org/simple" }
|
1986
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1990
|
+
sdist = { url = "https://files.pythonhosted.org/packages/43/29/d09e70352e4e88c9c7a198d5645d7277811448d76c23b00345670f7c8a38/protobuf-5.29.5.tar.gz", hash = "sha256:bc1463bafd4b0929216c35f437a8e28731a2b7fe3d98bb77a600efced5a15c84", size = 425226 }
|
1987
1991
|
wheels = [
|
1988
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1989
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1990
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1991
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1992
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1993
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1992
|
+
{ url = "https://files.pythonhosted.org/packages/5f/11/6e40e9fc5bba02988a214c07cf324595789ca7820160bfd1f8be96e48539/protobuf-5.29.5-cp310-abi3-win32.whl", hash = "sha256:3f1c6468a2cfd102ff4703976138844f78ebd1fb45f49011afc5139e9e283079", size = 422963 },
|
1993
|
+
{ url = "https://files.pythonhosted.org/packages/81/7f/73cefb093e1a2a7c3ffd839e6f9fcafb7a427d300c7f8aef9c64405d8ac6/protobuf-5.29.5-cp310-abi3-win_amd64.whl", hash = "sha256:3f76e3a3675b4a4d867b52e4a5f5b78a2ef9565549d4037e06cf7b0942b1d3fc", size = 434818 },
|
1994
|
+
{ url = "https://files.pythonhosted.org/packages/dd/73/10e1661c21f139f2c6ad9b23040ff36fee624310dc28fba20d33fdae124c/protobuf-5.29.5-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:e38c5add5a311f2a6eb0340716ef9b039c1dfa428b28f25a7838ac329204a671", size = 418091 },
|
1995
|
+
{ url = "https://files.pythonhosted.org/packages/6c/04/98f6f8cf5b07ab1294c13f34b4e69b3722bb609c5b701d6c169828f9f8aa/protobuf-5.29.5-cp38-abi3-manylinux2014_aarch64.whl", hash = "sha256:fa18533a299d7ab6c55a238bf8629311439995f2e7eca5caaff08663606e9015", size = 319824 },
|
1996
|
+
{ url = "https://files.pythonhosted.org/packages/85/e4/07c80521879c2d15f321465ac24c70efe2381378c00bf5e56a0f4fbac8cd/protobuf-5.29.5-cp38-abi3-manylinux2014_x86_64.whl", hash = "sha256:63848923da3325e1bf7e9003d680ce6e14b07e55d0473253a690c3a8b8fd6e61", size = 319942 },
|
1997
|
+
{ url = "https://files.pythonhosted.org/packages/7e/cc/7e77861000a0691aeea8f4566e5d3aa716f2b1dece4a24439437e41d3d25/protobuf-5.29.5-py3-none-any.whl", hash = "sha256:6cf42630262c59b2d8de33954443d94b746c952b01434fc58a417fdbd2e84bd5", size = 172823 },
|
1994
1998
|
]
|
1995
1999
|
|
1996
2000
|
[[package]]
|
@@ -2058,7 +2062,7 @@ wheels = [
|
|
2058
2062
|
|
2059
2063
|
[[package]]
|
2060
2064
|
name = "pydantic"
|
2061
|
-
version = "2.11.
|
2065
|
+
version = "2.11.5"
|
2062
2066
|
source = { registry = "https://pypi.org/simple" }
|
2063
2067
|
dependencies = [
|
2064
2068
|
{ name = "annotated-types" },
|
@@ -2066,9 +2070,9 @@ dependencies = [
|
|
2066
2070
|
{ name = "typing-extensions" },
|
2067
2071
|
{ name = "typing-inspection" },
|
2068
2072
|
]
|
2069
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2073
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz", hash = "sha256:7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a", size = 787102 }
|
2070
2074
|
wheels = [
|
2071
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2075
|
+
{ url = "https://files.pythonhosted.org/packages/b5/69/831ed22b38ff9b4b64b66569f0e5b7b97cf3638346eb95a2147fdb49ad5f/pydantic-2.11.5-py3-none-any.whl", hash = "sha256:f9c26ba06f9747749ca1e5c94d6a85cb84254577553c8785576fd38fa64dc0f7", size = 444229 },
|
2072
2076
|
]
|
2073
2077
|
|
2074
2078
|
[[package]]
|
@@ -2192,14 +2196,14 @@ wheels = [
|
|
2192
2196
|
|
2193
2197
|
[[package]]
|
2194
2198
|
name = "pytest-asyncio"
|
2195
|
-
version = "0.
|
2199
|
+
version = "1.0.0"
|
2196
2200
|
source = { registry = "https://pypi.org/simple" }
|
2197
2201
|
dependencies = [
|
2198
2202
|
{ name = "pytest" },
|
2199
2203
|
]
|
2200
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2204
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d0/d4/14f53324cb1a6381bef29d698987625d80052bb33932d8e7cbf9b337b17c/pytest_asyncio-1.0.0.tar.gz", hash = "sha256:d15463d13f4456e1ead2594520216b225a16f781e144f8fdf6c5bb4667c48b3f", size = 46960 }
|
2201
2205
|
wheels = [
|
2202
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2206
|
+
{ url = "https://files.pythonhosted.org/packages/30/05/ce271016e351fddc8399e546f6e23761967ee09c8c568bbfbecb0c150171/pytest_asyncio-1.0.0-py3-none-any.whl", hash = "sha256:4f024da9f1ef945e680dc68610b52550e36590a67fd31bb3b4943979a1f90ef3", size = 15976 },
|
2203
2207
|
]
|
2204
2208
|
|
2205
2209
|
[[package]]
|
@@ -2448,72 +2452,74 @@ wheels = [
|
|
2448
2452
|
|
2449
2453
|
[[package]]
|
2450
2454
|
name = "rpds-py"
|
2451
|
-
version = "0.
|
2452
|
-
source = { registry = "https://pypi.org/simple" }
|
2453
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2454
|
-
wheels = [
|
2455
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2456
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2457
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2458
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2459
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2460
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2461
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2462
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2463
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2464
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2465
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2466
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2467
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2468
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2469
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2470
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2471
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2472
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2473
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2474
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2475
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2476
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2477
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2478
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2479
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2480
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2481
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2482
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2483
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2484
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2485
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2486
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2487
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2488
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2489
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2490
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2491
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2492
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2493
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2494
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2495
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2496
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2497
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2498
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2499
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2500
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2501
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2502
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2503
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2504
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2505
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2506
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2507
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2508
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2509
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2510
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2511
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2512
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2513
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2514
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2515
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2516
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2455
|
+
version = "0.25.1"
|
2456
|
+
source = { registry = "https://pypi.org/simple" }
|
2457
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8c/a6/60184b7fc00dd3ca80ac635dd5b8577d444c57e8e8742cecabfacb829921/rpds_py-0.25.1.tar.gz", hash = "sha256:8960b6dac09b62dac26e75d7e2c4a22efb835d827a7278c34f72b2b84fa160e3", size = 27304 }
|
2458
|
+
wheels = [
|
2459
|
+
{ url = "https://files.pythonhosted.org/packages/cb/09/e1158988e50905b7f8306487a576b52d32aa9a87f79f7ab24ee8db8b6c05/rpds_py-0.25.1-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:f4ad628b5174d5315761b67f212774a32f5bad5e61396d38108bd801c0a8f5d9", size = 373140 },
|
2460
|
+
{ url = "https://files.pythonhosted.org/packages/e0/4b/a284321fb3c45c02fc74187171504702b2934bfe16abab89713eedfe672e/rpds_py-0.25.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8c742af695f7525e559c16f1562cf2323db0e3f0fbdcabdf6865b095256b2d40", size = 358860 },
|
2461
|
+
{ url = "https://files.pythonhosted.org/packages/4e/46/8ac9811150c75edeae9fc6fa0e70376c19bc80f8e1f7716981433905912b/rpds_py-0.25.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:605ffe7769e24b1800b4d024d24034405d9404f0bc2f55b6db3362cd34145a6f", size = 386179 },
|
2462
|
+
{ url = "https://files.pythonhosted.org/packages/f3/ec/87eb42d83e859bce91dcf763eb9f2ab117142a49c9c3d17285440edb5b69/rpds_py-0.25.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ccc6f3ddef93243538be76f8e47045b4aad7a66a212cd3a0f23e34469473d36b", size = 400282 },
|
2463
|
+
{ url = "https://files.pythonhosted.org/packages/68/c8/2a38e0707d7919c8c78e1d582ab15cf1255b380bcb086ca265b73ed6db23/rpds_py-0.25.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f70316f760174ca04492b5ab01be631a8ae30cadab1d1081035136ba12738cfa", size = 521824 },
|
2464
|
+
{ url = "https://files.pythonhosted.org/packages/5e/2c/6a92790243569784dde84d144bfd12bd45102f4a1c897d76375076d730ab/rpds_py-0.25.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e1dafef8df605fdb46edcc0bf1573dea0d6d7b01ba87f85cd04dc855b2b4479e", size = 411644 },
|
2465
|
+
{ url = "https://files.pythonhosted.org/packages/eb/76/66b523ffc84cf47db56efe13ae7cf368dee2bacdec9d89b9baca5e2e6301/rpds_py-0.25.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0701942049095741a8aeb298a31b203e735d1c61f4423511d2b1a41dcd8a16da", size = 386955 },
|
2466
|
+
{ url = "https://files.pythonhosted.org/packages/b6/b9/a362d7522feaa24dc2b79847c6175daa1c642817f4a19dcd5c91d3e2c316/rpds_py-0.25.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e87798852ae0b37c88babb7f7bbbb3e3fecc562a1c340195b44c7e24d403e380", size = 421039 },
|
2467
|
+
{ url = "https://files.pythonhosted.org/packages/0f/c4/b5b6f70b4d719b6584716889fd3413102acf9729540ee76708d56a76fa97/rpds_py-0.25.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:3bcce0edc1488906c2d4c75c94c70a0417e83920dd4c88fec1078c94843a6ce9", size = 563290 },
|
2468
|
+
{ url = "https://files.pythonhosted.org/packages/87/a3/2e6e816615c12a8f8662c9d8583a12eb54c52557521ef218cbe3095a8afa/rpds_py-0.25.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:e2f6a2347d3440ae789505693a02836383426249d5293541cd712e07e7aecf54", size = 592089 },
|
2469
|
+
{ url = "https://files.pythonhosted.org/packages/c0/08/9b8e1050e36ce266135994e2c7ec06e1841f1c64da739daeb8afe9cb77a4/rpds_py-0.25.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:4fd52d3455a0aa997734f3835cbc4c9f32571345143960e7d7ebfe7b5fbfa3b2", size = 558400 },
|
2470
|
+
{ url = "https://files.pythonhosted.org/packages/f2/df/b40b8215560b8584baccd839ff5c1056f3c57120d79ac41bd26df196da7e/rpds_py-0.25.1-cp310-cp310-win32.whl", hash = "sha256:3f0b1798cae2bbbc9b9db44ee068c556d4737911ad53a4e5093d09d04b3bbc24", size = 219741 },
|
2471
|
+
{ url = "https://files.pythonhosted.org/packages/10/99/e4c58be18cf5d8b40b8acb4122bc895486230b08f978831b16a3916bd24d/rpds_py-0.25.1-cp310-cp310-win_amd64.whl", hash = "sha256:3ebd879ab996537fc510a2be58c59915b5dd63bccb06d1ef514fee787e05984a", size = 231553 },
|
2472
|
+
{ url = "https://files.pythonhosted.org/packages/95/e1/df13fe3ddbbea43567e07437f097863b20c99318ae1f58a0fe389f763738/rpds_py-0.25.1-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:5f048bbf18b1f9120685c6d6bb70cc1a52c8cc11bdd04e643d28d3be0baf666d", size = 373341 },
|
2473
|
+
{ url = "https://files.pythonhosted.org/packages/7a/58/deef4d30fcbcbfef3b6d82d17c64490d5c94585a2310544ce8e2d3024f83/rpds_py-0.25.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:4fbb0dbba559959fcb5d0735a0f87cdbca9e95dac87982e9b95c0f8f7ad10255", size = 359111 },
|
2474
|
+
{ url = "https://files.pythonhosted.org/packages/bb/7e/39f1f4431b03e96ebaf159e29a0f82a77259d8f38b2dd474721eb3a8ac9b/rpds_py-0.25.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d4ca54b9cf9d80b4016a67a0193ebe0bcf29f6b0a96f09db942087e294d3d4c2", size = 386112 },
|
2475
|
+
{ url = "https://files.pythonhosted.org/packages/db/e7/847068a48d63aec2ae695a1646089620b3b03f8ccf9f02c122ebaf778f3c/rpds_py-0.25.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:1ee3e26eb83d39b886d2cb6e06ea701bba82ef30a0de044d34626ede51ec98b0", size = 400362 },
|
2476
|
+
{ url = "https://files.pythonhosted.org/packages/3b/3d/9441d5db4343d0cee759a7ab4d67420a476cebb032081763de934719727b/rpds_py-0.25.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:89706d0683c73a26f76a5315d893c051324d771196ae8b13e6ffa1ffaf5e574f", size = 522214 },
|
2477
|
+
{ url = "https://files.pythonhosted.org/packages/a2/ec/2cc5b30d95f9f1a432c79c7a2f65d85e52812a8f6cbf8768724571710786/rpds_py-0.25.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c2013ee878c76269c7b557a9a9c042335d732e89d482606990b70a839635feb7", size = 411491 },
|
2478
|
+
{ url = "https://files.pythonhosted.org/packages/dc/6c/44695c1f035077a017dd472b6a3253553780837af2fac9b6ac25f6a5cb4d/rpds_py-0.25.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:45e484db65e5380804afbec784522de84fa95e6bb92ef1bd3325d33d13efaebd", size = 386978 },
|
2479
|
+
{ url = "https://files.pythonhosted.org/packages/b1/74/b4357090bb1096db5392157b4e7ed8bb2417dc7799200fcbaee633a032c9/rpds_py-0.25.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:48d64155d02127c249695abb87d39f0faf410733428d499867606be138161d65", size = 420662 },
|
2480
|
+
{ url = "https://files.pythonhosted.org/packages/26/dd/8cadbebf47b96e59dfe8b35868e5c38a42272699324e95ed522da09d3a40/rpds_py-0.25.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:048893e902132fd6548a2e661fb38bf4896a89eea95ac5816cf443524a85556f", size = 563385 },
|
2481
|
+
{ url = "https://files.pythonhosted.org/packages/c3/ea/92960bb7f0e7a57a5ab233662f12152085c7dc0d5468534c65991a3d48c9/rpds_py-0.25.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:0317177b1e8691ab5879f4f33f4b6dc55ad3b344399e23df2e499de7b10a548d", size = 592047 },
|
2482
|
+
{ url = "https://files.pythonhosted.org/packages/61/ad/71aabc93df0d05dabcb4b0c749277881f8e74548582d96aa1bf24379493a/rpds_py-0.25.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:bffcf57826d77a4151962bf1701374e0fc87f536e56ec46f1abdd6a903354042", size = 557863 },
|
2483
|
+
{ url = "https://files.pythonhosted.org/packages/93/0f/89df0067c41f122b90b76f3660028a466eb287cbe38efec3ea70e637ca78/rpds_py-0.25.1-cp311-cp311-win32.whl", hash = "sha256:cda776f1967cb304816173b30994faaf2fd5bcb37e73118a47964a02c348e1bc", size = 219627 },
|
2484
|
+
{ url = "https://files.pythonhosted.org/packages/7c/8d/93b1a4c1baa903d0229374d9e7aa3466d751f1d65e268c52e6039c6e338e/rpds_py-0.25.1-cp311-cp311-win_amd64.whl", hash = "sha256:dc3c1ff0abc91444cd20ec643d0f805df9a3661fcacf9c95000329f3ddf268a4", size = 231603 },
|
2485
|
+
{ url = "https://files.pythonhosted.org/packages/cb/11/392605e5247bead2f23e6888e77229fbd714ac241ebbebb39a1e822c8815/rpds_py-0.25.1-cp311-cp311-win_arm64.whl", hash = "sha256:5a3ddb74b0985c4387719fc536faced33cadf2172769540c62e2a94b7b9be1c4", size = 223967 },
|
2486
|
+
{ url = "https://files.pythonhosted.org/packages/7f/81/28ab0408391b1dc57393653b6a0cf2014cc282cc2909e4615e63e58262be/rpds_py-0.25.1-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:b5ffe453cde61f73fea9430223c81d29e2fbf412a6073951102146c84e19e34c", size = 364647 },
|
2487
|
+
{ url = "https://files.pythonhosted.org/packages/2c/9a/7797f04cad0d5e56310e1238434f71fc6939d0bc517192a18bb99a72a95f/rpds_py-0.25.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:115874ae5e2fdcfc16b2aedc95b5eef4aebe91b28e7e21951eda8a5dc0d3461b", size = 350454 },
|
2488
|
+
{ url = "https://files.pythonhosted.org/packages/69/3c/93d2ef941b04898011e5d6eaa56a1acf46a3b4c9f4b3ad1bbcbafa0bee1f/rpds_py-0.25.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a714bf6e5e81b0e570d01f56e0c89c6375101b8463999ead3a93a5d2a4af91fa", size = 389665 },
|
2489
|
+
{ url = "https://files.pythonhosted.org/packages/c1/57/ad0e31e928751dde8903a11102559628d24173428a0f85e25e187defb2c1/rpds_py-0.25.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:35634369325906bcd01577da4c19e3b9541a15e99f31e91a02d010816b49bfda", size = 403873 },
|
2490
|
+
{ url = "https://files.pythonhosted.org/packages/16/ad/c0c652fa9bba778b4f54980a02962748479dc09632e1fd34e5282cf2556c/rpds_py-0.25.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d4cb2b3ddc16710548801c6fcc0cfcdeeff9dafbc983f77265877793f2660309", size = 525866 },
|
2491
|
+
{ url = "https://files.pythonhosted.org/packages/2a/39/3e1839bc527e6fcf48d5fec4770070f872cdee6c6fbc9b259932f4e88a38/rpds_py-0.25.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9ceca1cf097ed77e1a51f1dbc8d174d10cb5931c188a4505ff9f3e119dfe519b", size = 416886 },
|
2492
|
+
{ url = "https://files.pythonhosted.org/packages/7a/95/dd6b91cd4560da41df9d7030a038298a67d24f8ca38e150562644c829c48/rpds_py-0.25.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2c2cd1a4b0c2b8c5e31ffff50d09f39906fe351389ba143c195566056c13a7ea", size = 390666 },
|
2493
|
+
{ url = "https://files.pythonhosted.org/packages/64/48/1be88a820e7494ce0a15c2d390ccb7c52212370badabf128e6a7bb4cb802/rpds_py-0.25.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1de336a4b164c9188cb23f3703adb74a7623ab32d20090d0e9bf499a2203ad65", size = 425109 },
|
2494
|
+
{ url = "https://files.pythonhosted.org/packages/cf/07/3e2a17927ef6d7720b9949ec1b37d1e963b829ad0387f7af18d923d5cfa5/rpds_py-0.25.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9fca84a15333e925dd59ce01da0ffe2ffe0d6e5d29a9eeba2148916d1824948c", size = 567244 },
|
2495
|
+
{ url = "https://files.pythonhosted.org/packages/d2/e5/76cf010998deccc4f95305d827847e2eae9c568099c06b405cf96384762b/rpds_py-0.25.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:88ec04afe0c59fa64e2f6ea0dd9657e04fc83e38de90f6de201954b4d4eb59bd", size = 596023 },
|
2496
|
+
{ url = "https://files.pythonhosted.org/packages/52/9a/df55efd84403736ba37a5a6377b70aad0fd1cb469a9109ee8a1e21299a1c/rpds_py-0.25.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:a8bd2f19e312ce3e1d2c635618e8a8d8132892bb746a7cf74780a489f0f6cdcb", size = 561634 },
|
2497
|
+
{ url = "https://files.pythonhosted.org/packages/ab/aa/dc3620dd8db84454aaf9374bd318f1aa02578bba5e567f5bf6b79492aca4/rpds_py-0.25.1-cp312-cp312-win32.whl", hash = "sha256:e5e2f7280d8d0d3ef06f3ec1b4fd598d386cc6f0721e54f09109a8132182fbfe", size = 222713 },
|
2498
|
+
{ url = "https://files.pythonhosted.org/packages/a3/7f/7cef485269a50ed5b4e9bae145f512d2a111ca638ae70cc101f661b4defd/rpds_py-0.25.1-cp312-cp312-win_amd64.whl", hash = "sha256:db58483f71c5db67d643857404da360dce3573031586034b7d59f245144cc192", size = 235280 },
|
2499
|
+
{ url = "https://files.pythonhosted.org/packages/99/f2/c2d64f6564f32af913bf5f3f7ae41c7c263c5ae4c4e8f1a17af8af66cd46/rpds_py-0.25.1-cp312-cp312-win_arm64.whl", hash = "sha256:6d50841c425d16faf3206ddbba44c21aa3310a0cebc3c1cdfc3e3f4f9f6f5728", size = 225399 },
|
2500
|
+
{ url = "https://files.pythonhosted.org/packages/78/ff/566ce53529b12b4f10c0a348d316bd766970b7060b4fd50f888be3b3b281/rpds_py-0.25.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:b24bf3cd93d5b6ecfbedec73b15f143596c88ee249fa98cefa9a9dc9d92c6f28", size = 373931 },
|
2501
|
+
{ url = "https://files.pythonhosted.org/packages/83/5d/deba18503f7c7878e26aa696e97f051175788e19d5336b3b0e76d3ef9256/rpds_py-0.25.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:0eb90e94f43e5085623932b68840b6f379f26db7b5c2e6bcef3179bd83c9330f", size = 359074 },
|
2502
|
+
{ url = "https://files.pythonhosted.org/packages/0d/74/313415c5627644eb114df49c56a27edba4d40cfd7c92bd90212b3604ca84/rpds_py-0.25.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d50e4864498a9ab639d6d8854b25e80642bd362ff104312d9770b05d66e5fb13", size = 387255 },
|
2503
|
+
{ url = "https://files.pythonhosted.org/packages/8c/c8/c723298ed6338963d94e05c0f12793acc9b91d04ed7c4ba7508e534b7385/rpds_py-0.25.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7c9409b47ba0650544b0bb3c188243b83654dfe55dcc173a86832314e1a6a35d", size = 400714 },
|
2504
|
+
{ url = "https://files.pythonhosted.org/packages/33/8a/51f1f6aa653c2e110ed482ef2ae94140d56c910378752a1b483af11019ee/rpds_py-0.25.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:796ad874c89127c91970652a4ee8b00d56368b7e00d3477f4415fe78164c8000", size = 523105 },
|
2505
|
+
{ url = "https://files.pythonhosted.org/packages/c7/a4/7873d15c088ad3bff36910b29ceb0f178e4b3232c2adbe9198de68a41e63/rpds_py-0.25.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:85608eb70a659bf4c1142b2781083d4b7c0c4e2c90eff11856a9754e965b2540", size = 411499 },
|
2506
|
+
{ url = "https://files.pythonhosted.org/packages/90/f3/0ce1437befe1410766d11d08239333ac1b2d940f8a64234ce48a7714669c/rpds_py-0.25.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c4feb9211d15d9160bc85fa72fed46432cdc143eb9cf6d5ca377335a921ac37b", size = 387918 },
|
2507
|
+
{ url = "https://files.pythonhosted.org/packages/94/d4/5551247988b2a3566afb8a9dba3f1d4a3eea47793fd83000276c1a6c726e/rpds_py-0.25.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:ccfa689b9246c48947d31dd9d8b16d89a0ecc8e0e26ea5253068efb6c542b76e", size = 421705 },
|
2508
|
+
{ url = "https://files.pythonhosted.org/packages/b0/25/5960f28f847bf736cc7ee3c545a7e1d2f3b5edaf82c96fb616c2f5ed52d0/rpds_py-0.25.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:3c5b317ecbd8226887994852e85de562f7177add602514d4ac40f87de3ae45a8", size = 564489 },
|
2509
|
+
{ url = "https://files.pythonhosted.org/packages/02/66/1c99884a0d44e8c2904d3c4ec302f995292d5dde892c3bf7685ac1930146/rpds_py-0.25.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:454601988aab2c6e8fd49e7634c65476b2b919647626208e376afcd22019eeb8", size = 592557 },
|
2510
|
+
{ url = "https://files.pythonhosted.org/packages/55/ae/4aeac84ebeffeac14abb05b3bb1d2f728d00adb55d3fb7b51c9fa772e760/rpds_py-0.25.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:1c0c434a53714358532d13539272db75a5ed9df75a4a090a753ac7173ec14e11", size = 558691 },
|
2511
|
+
{ url = "https://files.pythonhosted.org/packages/41/b3/728a08ff6f5e06fe3bb9af2e770e9d5fd20141af45cff8dfc62da4b2d0b3/rpds_py-0.25.1-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:f73ce1512e04fbe2bc97836e89830d6b4314c171587a99688082d090f934d20a", size = 231651 },
|
2512
|
+
{ url = "https://files.pythonhosted.org/packages/49/74/48f3df0715a585cbf5d34919c9c757a4c92c1a9eba059f2d334e72471f70/rpds_py-0.25.1-pp311-pypy311_pp73-macosx_10_12_x86_64.whl", hash = "sha256:ee86d81551ec68a5c25373c5643d343150cc54672b5e9a0cafc93c1870a53954", size = 374208 },
|
2513
|
+
{ url = "https://files.pythonhosted.org/packages/55/b0/9b01bb11ce01ec03d05e627249cc2c06039d6aa24ea5a22a39c312167c10/rpds_py-0.25.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:89c24300cd4a8e4a51e55c31a8ff3918e6651b241ee8876a42cc2b2a078533ba", size = 359262 },
|
2514
|
+
{ url = "https://files.pythonhosted.org/packages/a9/eb/5395621618f723ebd5116c53282052943a726dba111b49cd2071f785b665/rpds_py-0.25.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:771c16060ff4e79584dc48902a91ba79fd93eade3aa3a12d6d2a4aadaf7d542b", size = 387366 },
|
2515
|
+
{ url = "https://files.pythonhosted.org/packages/68/73/3d51442bdb246db619d75039a50ea1cf8b5b4ee250c3e5cd5c3af5981cd4/rpds_py-0.25.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:785ffacd0ee61c3e60bdfde93baa6d7c10d86f15655bd706c89da08068dc5038", size = 400759 },
|
2516
|
+
{ url = "https://files.pythonhosted.org/packages/b7/4c/3a32d5955d7e6cb117314597bc0f2224efc798428318b13073efe306512a/rpds_py-0.25.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2a40046a529cc15cef88ac5ab589f83f739e2d332cb4d7399072242400ed68c9", size = 523128 },
|
2517
|
+
{ url = "https://files.pythonhosted.org/packages/be/95/1ffccd3b0bb901ae60b1dd4b1be2ab98bb4eb834cd9b15199888f5702f7b/rpds_py-0.25.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:85fc223d9c76cabe5d0bff82214459189720dc135db45f9f66aa7cffbf9ff6c1", size = 411597 },
|
2518
|
+
{ url = "https://files.pythonhosted.org/packages/ef/6d/6e6cd310180689db8b0d2de7f7d1eabf3fb013f239e156ae0d5a1a85c27f/rpds_py-0.25.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b0be9965f93c222fb9b4cc254235b3b2b215796c03ef5ee64f995b1b69af0762", size = 388053 },
|
2519
|
+
{ url = "https://files.pythonhosted.org/packages/4a/87/ec4186b1fe6365ced6fa470960e68fc7804bafbe7c0cf5a36237aa240efa/rpds_py-0.25.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:8378fa4a940f3fb509c081e06cb7f7f2adae8cf46ef258b0e0ed7519facd573e", size = 421821 },
|
2520
|
+
{ url = "https://files.pythonhosted.org/packages/7a/60/84f821f6bf4e0e710acc5039d91f8f594fae0d93fc368704920d8971680d/rpds_py-0.25.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:33358883a4490287e67a2c391dfaea4d9359860281db3292b6886bf0be3d8692", size = 564534 },
|
2521
|
+
{ url = "https://files.pythonhosted.org/packages/41/3a/bc654eb15d3b38f9330fe0f545016ba154d89cdabc6177b0295910cd0ebe/rpds_py-0.25.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl", hash = "sha256:1d1fadd539298e70cac2f2cb36f5b8a65f742b9b9f1014dd4ea1f7785e2470bf", size = 592674 },
|
2522
|
+
{ url = "https://files.pythonhosted.org/packages/2e/ba/31239736f29e4dfc7a58a45955c5db852864c306131fd6320aea214d5437/rpds_py-0.25.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:9a46c2fb2545e21181445515960006e85d22025bd2fe6db23e76daec6eb689fe", size = 558781 },
|
2517
2523
|
]
|
2518
2524
|
|
2519
2525
|
[[package]]
|
@@ -2530,14 +2536,14 @@ wheels = [
|
|
2530
2536
|
|
2531
2537
|
[[package]]
|
2532
2538
|
name = "ruamel-yaml"
|
2533
|
-
version = "0.18.
|
2539
|
+
version = "0.18.12"
|
2534
2540
|
source = { registry = "https://pypi.org/simple" }
|
2535
2541
|
dependencies = [
|
2536
2542
|
{ name = "ruamel-yaml-clib", marker = "platform_python_implementation == 'CPython'" },
|
2537
2543
|
]
|
2538
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2544
|
+
sdist = { url = "https://files.pythonhosted.org/packages/56/2f/5a4dd48a259cb72d6f972abb728d3b219b50980fe3b7c548e0be7c5f56aa/ruamel.yaml-0.18.12.tar.gz", hash = "sha256:5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2", size = 144847 }
|
2539
2545
|
wheels = [
|
2540
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2546
|
+
{ url = "https://files.pythonhosted.org/packages/04/9e/91fe10ea09e2383f0d0531cf3da765fa01b3b9918e85df92081813259cf4/ruamel.yaml-0.18.12-py3-none-any.whl", hash = "sha256:790ba4c48b6a6e6b12b532a7308779eb12d2aaab3a80fdb8389216f28ea2b287", size = 118407 },
|
2541
2547
|
]
|
2542
2548
|
|
2543
2549
|
[[package]]
|
@@ -2577,27 +2583,27 @@ wheels = [
|
|
2577
2583
|
|
2578
2584
|
[[package]]
|
2579
2585
|
name = "ruff"
|
2580
|
-
version = "0.11.
|
2581
|
-
source = { registry = "https://pypi.org/simple" }
|
2582
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2583
|
-
wheels = [
|
2584
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2585
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2586
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2587
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2588
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2589
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2590
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2591
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2592
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2593
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2594
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2595
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2596
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2597
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2598
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2599
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2600
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2586
|
+
version = "0.11.12"
|
2587
|
+
source = { registry = "https://pypi.org/simple" }
|
2588
|
+
sdist = { url = "https://files.pythonhosted.org/packages/15/0a/92416b159ec00cdf11e5882a9d80d29bf84bba3dbebc51c4898bfbca1da6/ruff-0.11.12.tar.gz", hash = "sha256:43cf7f69c7d7c7d7513b9d59c5d8cafd704e05944f978614aa9faff6ac202603", size = 4202289 }
|
2589
|
+
wheels = [
|
2590
|
+
{ url = "https://files.pythonhosted.org/packages/60/cc/53eb79f012d15e136d40a8e8fc519ba8f55a057f60b29c2df34efd47c6e3/ruff-0.11.12-py3-none-linux_armv6l.whl", hash = "sha256:c7680aa2f0d4c4f43353d1e72123955c7a2159b8646cd43402de6d4a3a25d7cc", size = 10285597 },
|
2591
|
+
{ url = "https://files.pythonhosted.org/packages/e7/d7/73386e9fb0232b015a23f62fea7503f96e29c29e6c45461d4a73bac74df9/ruff-0.11.12-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:2cad64843da9f134565c20bcc430642de897b8ea02e2e79e6e02a76b8dcad7c3", size = 11053154 },
|
2592
|
+
{ url = "https://files.pythonhosted.org/packages/4e/eb/3eae144c5114e92deb65a0cb2c72326c8469e14991e9bc3ec0349da1331c/ruff-0.11.12-py3-none-macosx_11_0_arm64.whl", hash = "sha256:9b6886b524a1c659cee1758140138455d3c029783d1b9e643f3624a5ee0cb0aa", size = 10403048 },
|
2593
|
+
{ url = "https://files.pythonhosted.org/packages/29/64/20c54b20e58b1058db6689e94731f2a22e9f7abab74e1a758dfba058b6ca/ruff-0.11.12-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3cc3a3690aad6e86c1958d3ec3c38c4594b6ecec75c1f531e84160bd827b2012", size = 10597062 },
|
2594
|
+
{ url = "https://files.pythonhosted.org/packages/29/3a/79fa6a9a39422a400564ca7233a689a151f1039110f0bbbabcb38106883a/ruff-0.11.12-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:f97fdbc2549f456c65b3b0048560d44ddd540db1f27c778a938371424b49fe4a", size = 10155152 },
|
2595
|
+
{ url = "https://files.pythonhosted.org/packages/e5/a4/22c2c97b2340aa968af3a39bc38045e78d36abd4ed3fa2bde91c31e712e3/ruff-0.11.12-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:74adf84960236961090e2d1348c1a67d940fd12e811a33fb3d107df61eef8fc7", size = 11723067 },
|
2596
|
+
{ url = "https://files.pythonhosted.org/packages/bc/cf/3e452fbd9597bcd8058856ecd42b22751749d07935793a1856d988154151/ruff-0.11.12-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:b56697e5b8bcf1d61293ccfe63873aba08fdbcbbba839fc046ec5926bdb25a3a", size = 12460807 },
|
2597
|
+
{ url = "https://files.pythonhosted.org/packages/2f/ec/8f170381a15e1eb7d93cb4feef8d17334d5a1eb33fee273aee5d1f8241a3/ruff-0.11.12-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4d47afa45e7b0eaf5e5969c6b39cbd108be83910b5c74626247e366fd7a36a13", size = 12063261 },
|
2598
|
+
{ url = "https://files.pythonhosted.org/packages/0d/bf/57208f8c0a8153a14652a85f4116c0002148e83770d7a41f2e90b52d2b4e/ruff-0.11.12-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:692bf9603fe1bf949de8b09a2da896f05c01ed7a187f4a386cdba6760e7f61be", size = 11329601 },
|
2599
|
+
{ url = "https://files.pythonhosted.org/packages/c3/56/edf942f7fdac5888094d9ffa303f12096f1a93eb46570bcf5f14c0c70880/ruff-0.11.12-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:08033320e979df3b20dba567c62f69c45e01df708b0f9c83912d7abd3e0801cd", size = 11522186 },
|
2600
|
+
{ url = "https://files.pythonhosted.org/packages/ed/63/79ffef65246911ed7e2290aeece48739d9603b3a35f9529fec0fc6c26400/ruff-0.11.12-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:929b7706584f5bfd61d67d5070f399057d07c70585fa8c4491d78ada452d3bef", size = 10449032 },
|
2601
|
+
{ url = "https://files.pythonhosted.org/packages/88/19/8c9d4d8a1c2a3f5a1ea45a64b42593d50e28b8e038f1aafd65d6b43647f3/ruff-0.11.12-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:7de4a73205dc5756b8e09ee3ed67c38312dce1aa28972b93150f5751199981b5", size = 10129370 },
|
2602
|
+
{ url = "https://files.pythonhosted.org/packages/bc/0f/2d15533eaa18f460530a857e1778900cd867ded67f16c85723569d54e410/ruff-0.11.12-py3-none-musllinux_1_2_i686.whl", hash = "sha256:2635c2a90ac1b8ca9e93b70af59dfd1dd2026a40e2d6eebaa3efb0465dd9cf02", size = 11123529 },
|
2603
|
+
{ url = "https://files.pythonhosted.org/packages/4f/e2/4c2ac669534bdded835356813f48ea33cfb3a947dc47f270038364587088/ruff-0.11.12-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:d05d6a78a89166f03f03a198ecc9d18779076ad0eec476819467acb401028c0c", size = 11577642 },
|
2604
|
+
{ url = "https://files.pythonhosted.org/packages/a7/9b/c9ddf7f924d5617a1c94a93ba595f4b24cb5bc50e98b94433ab3f7ad27e5/ruff-0.11.12-py3-none-win32.whl", hash = "sha256:f5a07f49767c4be4772d161bfc049c1f242db0cfe1bd976e0f0886732a4765d6", size = 10475511 },
|
2605
|
+
{ url = "https://files.pythonhosted.org/packages/fd/d6/74fb6d3470c1aada019ffff33c0f9210af746cca0a4de19a1f10ce54968a/ruff-0.11.12-py3-none-win_amd64.whl", hash = "sha256:5a4d9f8030d8c3a45df201d7fb3ed38d0219bccd7955268e863ee4a115fa0832", size = 11523573 },
|
2606
|
+
{ url = "https://files.pythonhosted.org/packages/44/42/d58086ec20f52d2b0140752ae54b355ea2be2ed46f914231136dd1effcc7/ruff-0.11.12-py3-none-win_arm64.whl", hash = "sha256:65194e37853158d368e333ba282217941029a28ea90913c67e558c611d04daa5", size = 10697770 },
|
2601
2607
|
]
|
2602
2608
|
|
2603
2609
|
[[package]]
|
@@ -2714,46 +2720,46 @@ wheels = [
|
|
2714
2720
|
|
2715
2721
|
[[package]]
|
2716
2722
|
name = "setuptools"
|
2717
|
-
version = "80.
|
2723
|
+
version = "80.9.0"
|
2718
2724
|
source = { registry = "https://pypi.org/simple" }
|
2719
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2725
|
+
sdist = { url = "https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz", hash = "sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c", size = 1319958 }
|
2720
2726
|
wheels = [
|
2721
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2727
|
+
{ url = "https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl", hash = "sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922", size = 1201486 },
|
2722
2728
|
]
|
2723
2729
|
|
2724
2730
|
[[package]]
|
2725
2731
|
name = "shapely"
|
2726
|
-
version = "2.1.
|
2732
|
+
version = "2.1.1"
|
2727
2733
|
source = { registry = "https://pypi.org/simple" }
|
2728
2734
|
dependencies = [
|
2729
2735
|
{ name = "numpy" },
|
2730
2736
|
]
|
2731
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2732
|
-
wheels = [
|
2733
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2734
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2735
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2736
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2737
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2738
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2739
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2740
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2741
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2742
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2743
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2744
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2745
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2746
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2747
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2748
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2749
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2750
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2751
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2752
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2753
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2754
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2755
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2756
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2737
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ca/3c/2da625233f4e605155926566c0e7ea8dda361877f48e8b1655e53456f252/shapely-2.1.1.tar.gz", hash = "sha256:500621967f2ffe9642454808009044c21e5b35db89ce69f8a2042c2ffd0e2772", size = 315422 }
|
2738
|
+
wheels = [
|
2739
|
+
{ url = "https://files.pythonhosted.org/packages/82/fa/f18025c95b86116dd8f1ec58cab078bd59ab51456b448136ca27463be533/shapely-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d8ccc872a632acb7bdcb69e5e78df27213f7efd195882668ffba5405497337c6", size = 1825117 },
|
2740
|
+
{ url = "https://files.pythonhosted.org/packages/c7/65/46b519555ee9fb851234288be7c78be11e6260995281071d13abf2c313d0/shapely-2.1.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f24f2ecda1e6c091da64bcbef8dd121380948074875bd1b247b3d17e99407099", size = 1628541 },
|
2741
|
+
{ url = "https://files.pythonhosted.org/packages/29/51/0b158a261df94e33505eadfe737db9531f346dfa60850945ad25fd4162f1/shapely-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:45112a5be0b745b49e50f8829ce490eb67fefb0cea8d4f8ac5764bfedaa83d2d", size = 2948453 },
|
2742
|
+
{ url = "https://files.pythonhosted.org/packages/a9/4f/6c9bb4bd7b1a14d7051641b9b479ad2a643d5cbc382bcf5bd52fd0896974/shapely-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8c10ce6f11904d65e9bbb3e41e774903c944e20b3f0b282559885302f52f224a", size = 3057029 },
|
2743
|
+
{ url = "https://files.pythonhosted.org/packages/89/0b/ad1b0af491d753a83ea93138eee12a4597f763ae12727968d05934fe7c78/shapely-2.1.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:61168010dfe4e45f956ffbbaf080c88afce199ea81eb1f0ac43230065df320bd", size = 3894342 },
|
2744
|
+
{ url = "https://files.pythonhosted.org/packages/7d/96/73232c5de0b9fdf0ec7ddfc95c43aaf928740e87d9f168bff0e928d78c6d/shapely-2.1.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:cacf067cdff741cd5c56a21c52f54ece4e4dad9d311130493a791997da4a886b", size = 4056766 },
|
2745
|
+
{ url = "https://files.pythonhosted.org/packages/43/cc/eec3c01f754f5b3e0c47574b198f9deb70465579ad0dad0e1cef2ce9e103/shapely-2.1.1-cp310-cp310-win32.whl", hash = "sha256:23b8772c3b815e7790fb2eab75a0b3951f435bc0fce7bb146cb064f17d35ab4f", size = 1523744 },
|
2746
|
+
{ url = "https://files.pythonhosted.org/packages/50/fc/a7187e6dadb10b91e66a9e715d28105cde6489e1017cce476876185a43da/shapely-2.1.1-cp310-cp310-win_amd64.whl", hash = "sha256:2c7b2b6143abf4fa77851cef8ef690e03feade9a0d48acd6dc41d9e0e78d7ca6", size = 1703061 },
|
2747
|
+
{ url = "https://files.pythonhosted.org/packages/19/97/2df985b1e03f90c503796ad5ecd3d9ed305123b64d4ccb54616b30295b29/shapely-2.1.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:587a1aa72bc858fab9b8c20427b5f6027b7cbc92743b8e2c73b9de55aa71c7a7", size = 1819368 },
|
2748
|
+
{ url = "https://files.pythonhosted.org/packages/56/17/504518860370f0a28908b18864f43d72f03581e2b6680540ca668f07aa42/shapely-2.1.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9fa5c53b0791a4b998f9ad84aad456c988600757a96b0a05e14bba10cebaaaea", size = 1625362 },
|
2749
|
+
{ url = "https://files.pythonhosted.org/packages/36/a1/9677337d729b79fce1ef3296aac6b8ef4743419086f669e8a8070eff8f40/shapely-2.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aabecd038841ab5310d23495253f01c2a82a3aedae5ab9ca489be214aa458aa7", size = 2999005 },
|
2750
|
+
{ url = "https://files.pythonhosted.org/packages/a2/17/e09357274699c6e012bbb5a8ea14765a4d5860bb658df1931c9f90d53bd3/shapely-2.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:586f6aee1edec04e16227517a866df3e9a2e43c1f635efc32978bb3dc9c63753", size = 3108489 },
|
2751
|
+
{ url = "https://files.pythonhosted.org/packages/17/5d/93a6c37c4b4e9955ad40834f42b17260ca74ecf36df2e81bb14d12221b90/shapely-2.1.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:b9878b9e37ad26c72aada8de0c9cfe418d9e2ff36992a1693b7f65a075b28647", size = 3945727 },
|
2752
|
+
{ url = "https://files.pythonhosted.org/packages/a3/1a/ad696648f16fd82dd6bfcca0b3b8fbafa7aacc13431c7fc4c9b49e481681/shapely-2.1.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:d9a531c48f289ba355e37b134e98e28c557ff13965d4653a5228d0f42a09aed0", size = 4109311 },
|
2753
|
+
{ url = "https://files.pythonhosted.org/packages/d4/38/150dd245beab179ec0d4472bf6799bf18f21b1efbef59ac87de3377dbf1c/shapely-2.1.1-cp311-cp311-win32.whl", hash = "sha256:4866de2673a971820c75c0167b1f1cd8fb76f2d641101c23d3ca021ad0449bab", size = 1522982 },
|
2754
|
+
{ url = "https://files.pythonhosted.org/packages/93/5b/842022c00fbb051083c1c85430f3bb55565b7fd2d775f4f398c0ba8052ce/shapely-2.1.1-cp311-cp311-win_amd64.whl", hash = "sha256:20a9d79958b3d6c70d8a886b250047ea32ff40489d7abb47d01498c704557a93", size = 1703872 },
|
2755
|
+
{ url = "https://files.pythonhosted.org/packages/fb/64/9544dc07dfe80a2d489060791300827c941c451e2910f7364b19607ea352/shapely-2.1.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:2827365b58bf98efb60affc94a8e01c56dd1995a80aabe4b701465d86dcbba43", size = 1833021 },
|
2756
|
+
{ url = "https://files.pythonhosted.org/packages/07/aa/fb5f545e72e89b6a0f04a0effda144f5be956c9c312c7d4e00dfddbddbcf/shapely-2.1.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:a9c551f7fa7f1e917af2347fe983f21f212863f1d04f08eece01e9c275903fad", size = 1643018 },
|
2757
|
+
{ url = "https://files.pythonhosted.org/packages/03/46/61e03edba81de729f09d880ce7ae5c1af873a0814206bbfb4402ab5c3388/shapely-2.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:78dec4d4fbe7b1db8dc36de3031767e7ece5911fb7782bc9e95c5cdec58fb1e9", size = 2986417 },
|
2758
|
+
{ url = "https://files.pythonhosted.org/packages/1f/1e/83ec268ab8254a446b4178b45616ab5822d7b9d2b7eb6e27cf0b82f45601/shapely-2.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:872d3c0a7b8b37da0e23d80496ec5973c4692920b90de9f502b5beb994bbaaef", size = 3098224 },
|
2759
|
+
{ url = "https://files.pythonhosted.org/packages/f1/44/0c21e7717c243e067c9ef8fa9126de24239f8345a5bba9280f7bb9935959/shapely-2.1.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:2e2b9125ebfbc28ecf5353511de62f75a8515ae9470521c9a693e4bb9fbe0cf1", size = 3925982 },
|
2760
|
+
{ url = "https://files.pythonhosted.org/packages/15/50/d3b4e15fefc103a0eb13d83bad5f65cd6e07a5d8b2ae920e767932a247d1/shapely-2.1.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:4b96cea171b3d7f6786976a0520f178c42792897653ecca0c5422fb1e6946e6d", size = 4089122 },
|
2761
|
+
{ url = "https://files.pythonhosted.org/packages/bd/05/9a68f27fc6110baeedeeebc14fd86e73fa38738c5b741302408fb6355577/shapely-2.1.1-cp312-cp312-win32.whl", hash = "sha256:39dca52201e02996df02e447f729da97cfb6ff41a03cb50f5547f19d02905af8", size = 1522437 },
|
2762
|
+
{ url = "https://files.pythonhosted.org/packages/bc/e9/a4560e12b9338842a1f82c9016d2543eaa084fce30a1ca11991143086b57/shapely-2.1.1-cp312-cp312-win_amd64.whl", hash = "sha256:13d643256f81d55a50013eff6321142781cf777eb6a9e207c2c9e6315ba6044a", size = 1703479 },
|
2757
2763
|
]
|
2758
2764
|
|
2759
2765
|
[[package]]
|
@@ -2785,52 +2791,51 @@ wheels = [
|
|
2785
2791
|
|
2786
2792
|
[[package]]
|
2787
2793
|
name = "sqlalchemy"
|
2788
|
-
version = "2.0.
|
2794
|
+
version = "2.0.41"
|
2789
2795
|
source = { registry = "https://pypi.org/simple" }
|
2790
2796
|
dependencies = [
|
2791
2797
|
{ name = "greenlet", marker = "platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64'" },
|
2792
2798
|
{ name = "typing-extensions" },
|
2793
2799
|
]
|
2794
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2795
|
-
wheels = [
|
2796
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2797
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2798
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2799
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2800
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2801
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2802
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2803
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2804
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2805
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2806
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2807
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2808
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2809
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2810
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2811
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2812
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2813
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2814
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2815
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2816
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2817
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2818
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2819
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2820
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2800
|
+
sdist = { url = "https://files.pythonhosted.org/packages/63/66/45b165c595ec89aa7dcc2c1cd222ab269bc753f1fc7a1e68f8481bd957bf/sqlalchemy-2.0.41.tar.gz", hash = "sha256:edba70118c4be3c2b1f90754d308d0b79c6fe2c0fdc52d8ddf603916f83f4db9", size = 9689424 }
|
2801
|
+
wheels = [
|
2802
|
+
{ url = "https://files.pythonhosted.org/packages/e9/12/d7c445b1940276a828efce7331cb0cb09d6e5f049651db22f4ebb0922b77/sqlalchemy-2.0.41-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b1f09b6821406ea1f94053f346f28f8215e293344209129a9c0fcc3578598d7b", size = 2117967 },
|
2803
|
+
{ url = "https://files.pythonhosted.org/packages/6f/b8/cb90f23157e28946b27eb01ef401af80a1fab7553762e87df51507eaed61/sqlalchemy-2.0.41-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1936af879e3db023601196a1684d28e12f19ccf93af01bf3280a3262c4b6b4e5", size = 2107583 },
|
2804
|
+
{ url = "https://files.pythonhosted.org/packages/9e/c2/eef84283a1c8164a207d898e063edf193d36a24fb6a5bb3ce0634b92a1e8/sqlalchemy-2.0.41-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b2ac41acfc8d965fb0c464eb8f44995770239668956dc4cdf502d1b1ffe0d747", size = 3186025 },
|
2805
|
+
{ url = "https://files.pythonhosted.org/packages/bd/72/49d52bd3c5e63a1d458fd6d289a1523a8015adedbddf2c07408ff556e772/sqlalchemy-2.0.41-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:81c24e0c0fde47a9723c81d5806569cddef103aebbf79dbc9fcbb617153dea30", size = 3186259 },
|
2806
|
+
{ url = "https://files.pythonhosted.org/packages/4f/9e/e3ffc37d29a3679a50b6bbbba94b115f90e565a2b4545abb17924b94c52d/sqlalchemy-2.0.41-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:23a8825495d8b195c4aa9ff1c430c28f2c821e8c5e2d98089228af887e5d7e29", size = 3126803 },
|
2807
|
+
{ url = "https://files.pythonhosted.org/packages/8a/76/56b21e363f6039978ae0b72690237b38383e4657281285a09456f313dd77/sqlalchemy-2.0.41-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:60c578c45c949f909a4026b7807044e7e564adf793537fc762b2489d522f3d11", size = 3148566 },
|
2808
|
+
{ url = "https://files.pythonhosted.org/packages/3b/92/11b8e1b69bf191bc69e300a99badbbb5f2f1102f2b08b39d9eee2e21f565/sqlalchemy-2.0.41-cp310-cp310-win32.whl", hash = "sha256:118c16cd3f1b00c76d69343e38602006c9cfb9998fa4f798606d28d63f23beda", size = 2086696 },
|
2809
|
+
{ url = "https://files.pythonhosted.org/packages/5c/88/2d706c9cc4502654860f4576cd54f7db70487b66c3b619ba98e0be1a4642/sqlalchemy-2.0.41-cp310-cp310-win_amd64.whl", hash = "sha256:7492967c3386df69f80cf67efd665c0f667cee67032090fe01d7d74b0e19bb08", size = 2110200 },
|
2810
|
+
{ url = "https://files.pythonhosted.org/packages/37/4e/b00e3ffae32b74b5180e15d2ab4040531ee1bef4c19755fe7926622dc958/sqlalchemy-2.0.41-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6375cd674fe82d7aa9816d1cb96ec592bac1726c11e0cafbf40eeee9a4516b5f", size = 2121232 },
|
2811
|
+
{ url = "https://files.pythonhosted.org/packages/ef/30/6547ebb10875302074a37e1970a5dce7985240665778cfdee2323709f749/sqlalchemy-2.0.41-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9f8c9fdd15a55d9465e590a402f42082705d66b05afc3ffd2d2eb3c6ba919560", size = 2110897 },
|
2812
|
+
{ url = "https://files.pythonhosted.org/packages/9e/21/59df2b41b0f6c62da55cd64798232d7349a9378befa7f1bb18cf1dfd510a/sqlalchemy-2.0.41-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:32f9dc8c44acdee06c8fc6440db9eae8b4af8b01e4b1aee7bdd7241c22edff4f", size = 3273313 },
|
2813
|
+
{ url = "https://files.pythonhosted.org/packages/62/e4/b9a7a0e5c6f79d49bcd6efb6e90d7536dc604dab64582a9dec220dab54b6/sqlalchemy-2.0.41-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:90c11ceb9a1f482c752a71f203a81858625d8df5746d787a4786bca4ffdf71c6", size = 3273807 },
|
2814
|
+
{ url = "https://files.pythonhosted.org/packages/39/d8/79f2427251b44ddee18676c04eab038d043cff0e764d2d8bb08261d6135d/sqlalchemy-2.0.41-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:911cc493ebd60de5f285bcae0491a60b4f2a9f0f5c270edd1c4dbaef7a38fc04", size = 3209632 },
|
2815
|
+
{ url = "https://files.pythonhosted.org/packages/d4/16/730a82dda30765f63e0454918c982fb7193f6b398b31d63c7c3bd3652ae5/sqlalchemy-2.0.41-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:03968a349db483936c249f4d9cd14ff2c296adfa1290b660ba6516f973139582", size = 3233642 },
|
2816
|
+
{ url = "https://files.pythonhosted.org/packages/04/61/c0d4607f7799efa8b8ea3c49b4621e861c8f5c41fd4b5b636c534fcb7d73/sqlalchemy-2.0.41-cp311-cp311-win32.whl", hash = "sha256:293cd444d82b18da48c9f71cd7005844dbbd06ca19be1ccf6779154439eec0b8", size = 2086475 },
|
2817
|
+
{ url = "https://files.pythonhosted.org/packages/9d/8e/8344f8ae1cb6a479d0741c02cd4f666925b2bf02e2468ddaf5ce44111f30/sqlalchemy-2.0.41-cp311-cp311-win_amd64.whl", hash = "sha256:3d3549fc3e40667ec7199033a4e40a2f669898a00a7b18a931d3efb4c7900504", size = 2110903 },
|
2818
|
+
{ url = "https://files.pythonhosted.org/packages/3e/2a/f1f4e068b371154740dd10fb81afb5240d5af4aa0087b88d8b308b5429c2/sqlalchemy-2.0.41-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:81f413674d85cfd0dfcd6512e10e0f33c19c21860342a4890c3a2b59479929f9", size = 2119645 },
|
2819
|
+
{ url = "https://files.pythonhosted.org/packages/9b/e8/c664a7e73d36fbfc4730f8cf2bf930444ea87270f2825efbe17bf808b998/sqlalchemy-2.0.41-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:598d9ebc1e796431bbd068e41e4de4dc34312b7aa3292571bb3674a0cb415dd1", size = 2107399 },
|
2820
|
+
{ url = "https://files.pythonhosted.org/packages/5c/78/8a9cf6c5e7135540cb682128d091d6afa1b9e48bd049b0d691bf54114f70/sqlalchemy-2.0.41-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a104c5694dfd2d864a6f91b0956eb5d5883234119cb40010115fd45a16da5e70", size = 3293269 },
|
2821
|
+
{ url = "https://files.pythonhosted.org/packages/3c/35/f74add3978c20de6323fb11cb5162702670cc7a9420033befb43d8d5b7a4/sqlalchemy-2.0.41-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6145afea51ff0af7f2564a05fa95eb46f542919e6523729663a5d285ecb3cf5e", size = 3303364 },
|
2822
|
+
{ url = "https://files.pythonhosted.org/packages/6a/d4/c990f37f52c3f7748ebe98883e2a0f7d038108c2c5a82468d1ff3eec50b7/sqlalchemy-2.0.41-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:b46fa6eae1cd1c20e6e6f44e19984d438b6b2d8616d21d783d150df714f44078", size = 3229072 },
|
2823
|
+
{ url = "https://files.pythonhosted.org/packages/15/69/cab11fecc7eb64bc561011be2bd03d065b762d87add52a4ca0aca2e12904/sqlalchemy-2.0.41-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:41836fe661cc98abfae476e14ba1906220f92c4e528771a8a3ae6a151242d2ae", size = 3268074 },
|
2824
|
+
{ url = "https://files.pythonhosted.org/packages/5c/ca/0c19ec16858585d37767b167fc9602593f98998a68a798450558239fb04a/sqlalchemy-2.0.41-cp312-cp312-win32.whl", hash = "sha256:a8808d5cf866c781150d36a3c8eb3adccfa41a8105d031bf27e92c251e3969d6", size = 2084514 },
|
2825
|
+
{ url = "https://files.pythonhosted.org/packages/7f/23/4c2833d78ff3010a4e17f984c734f52b531a8c9060a50429c9d4b0211be6/sqlalchemy-2.0.41-cp312-cp312-win_amd64.whl", hash = "sha256:5b14e97886199c1f52c14629c11d90c11fbb09e9334fa7bb5f6d068d9ced0ce0", size = 2111557 },
|
2826
|
+
{ url = "https://files.pythonhosted.org/packages/1c/fc/9ba22f01b5cdacc8f5ed0d22304718d2c758fce3fd49a5372b886a86f37c/sqlalchemy-2.0.41-py3-none-any.whl", hash = "sha256:57df5dc6fdb5ed1a88a1ed2195fd31927e705cad62dedd86b46972752a80f576", size = 1911224 },
|
2821
2827
|
]
|
2822
2828
|
|
2823
2829
|
[[package]]
|
2824
2830
|
name = "sse-starlette"
|
2825
|
-
version = "2.3.
|
2831
|
+
version = "2.3.6"
|
2826
2832
|
source = { registry = "https://pypi.org/simple" }
|
2827
2833
|
dependencies = [
|
2828
2834
|
{ name = "anyio" },
|
2829
|
-
{ name = "starlette" },
|
2830
2835
|
]
|
2831
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2836
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8c/f4/989bc70cb8091eda43a9034ef969b25145291f3601703b82766e5172dfed/sse_starlette-2.3.6.tar.gz", hash = "sha256:0382336f7d4ec30160cf9ca0518962905e1b69b72d6c1c995131e0a703b436e3", size = 18284 }
|
2832
2837
|
wheels = [
|
2833
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2838
|
+
{ url = "https://files.pythonhosted.org/packages/81/05/78850ac6e79af5b9508f8841b0f26aa9fd329a1ba00bf65453c2d312bcc8/sse_starlette-2.3.6-py3-none-any.whl", hash = "sha256:d49a8285b182f6e2228e2609c350398b2ca2c36216c2675d875f81e93548f760", size = 10606 },
|
2834
2839
|
]
|
2835
2840
|
|
2836
2841
|
[[package]]
|
@@ -2925,20 +2930,21 @@ wheels = [
|
|
2925
2930
|
|
2926
2931
|
[[package]]
|
2927
2932
|
name = "tornado"
|
2928
|
-
version = "6.
|
2933
|
+
version = "6.5.1"
|
2929
2934
|
source = { registry = "https://pypi.org/simple" }
|
2930
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2935
|
+
sdist = { url = "https://files.pythonhosted.org/packages/51/89/c72771c81d25d53fe33e3dca61c233b665b2780f21820ba6fd2c6793c12b/tornado-6.5.1.tar.gz", hash = "sha256:84ceece391e8eb9b2b95578db65e920d2a61070260594819589609ba9bc6308c", size = 509934 }
|
2931
2936
|
wheels = [
|
2932
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2933
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2934
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2935
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2936
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2937
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2938
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2939
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2940
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2941
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2937
|
+
{ url = "https://files.pythonhosted.org/packages/77/89/f4532dee6843c9e0ebc4e28d4be04c67f54f60813e4bf73d595fe7567452/tornado-6.5.1-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:d50065ba7fd11d3bd41bcad0825227cc9a95154bad83239357094c36708001f7", size = 441948 },
|
2938
|
+
{ url = "https://files.pythonhosted.org/packages/15/9a/557406b62cffa395d18772e0cdcf03bed2fff03b374677348eef9f6a3792/tornado-6.5.1-cp39-abi3-macosx_10_9_x86_64.whl", hash = "sha256:9e9ca370f717997cb85606d074b0e5b247282cf5e2e1611568b8821afe0342d6", size = 440112 },
|
2939
|
+
{ url = "https://files.pythonhosted.org/packages/55/82/7721b7319013a3cf881f4dffa4f60ceff07b31b394e459984e7a36dc99ec/tornado-6.5.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b77e9dfa7ed69754a54c89d82ef746398be82f749df69c4d3abe75c4d1ff4888", size = 443672 },
|
2940
|
+
{ url = "https://files.pythonhosted.org/packages/7d/42/d11c4376e7d101171b94e03cef0cbce43e823ed6567ceda571f54cf6e3ce/tornado-6.5.1-cp39-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:253b76040ee3bab8bcf7ba9feb136436a3787208717a1fb9f2c16b744fba7331", size = 443019 },
|
2941
|
+
{ url = "https://files.pythonhosted.org/packages/7d/f7/0c48ba992d875521ac761e6e04b0a1750f8150ae42ea26df1852d6a98942/tornado-6.5.1-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:308473f4cc5a76227157cdf904de33ac268af770b2c5f05ca6c1161d82fdd95e", size = 443252 },
|
2942
|
+
{ url = "https://files.pythonhosted.org/packages/89/46/d8d7413d11987e316df4ad42e16023cd62666a3c0dfa1518ffa30b8df06c/tornado-6.5.1-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:caec6314ce8a81cf69bd89909f4b633b9f523834dc1a352021775d45e51d9401", size = 443930 },
|
2943
|
+
{ url = "https://files.pythonhosted.org/packages/78/b2/f8049221c96a06df89bed68260e8ca94beca5ea532ffc63b1175ad31f9cc/tornado-6.5.1-cp39-abi3-musllinux_1_2_i686.whl", hash = "sha256:13ce6e3396c24e2808774741331638ee6c2f50b114b97a55c5b442df65fd9692", size = 443351 },
|
2944
|
+
{ url = "https://files.pythonhosted.org/packages/76/ff/6a0079e65b326cc222a54720a748e04a4db246870c4da54ece4577bfa702/tornado-6.5.1-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:5cae6145f4cdf5ab24744526cc0f55a17d76f02c98f4cff9daa08ae9a217448a", size = 443328 },
|
2945
|
+
{ url = "https://files.pythonhosted.org/packages/49/18/e3f902a1d21f14035b5bc6246a8c0f51e0eef562ace3a2cea403c1fb7021/tornado-6.5.1-cp39-abi3-win32.whl", hash = "sha256:e0a36e1bc684dca10b1aa75a31df8bdfed656831489bc1e6a6ebed05dc1ec365", size = 444396 },
|
2946
|
+
{ url = "https://files.pythonhosted.org/packages/7b/09/6526e32bf1049ee7de3bebba81572673b19a2a8541f795d887e92af1a8bc/tornado-6.5.1-cp39-abi3-win_amd64.whl", hash = "sha256:908e7d64567cecd4c2b458075589a775063453aeb1d2a1853eedb806922f568b", size = 444840 },
|
2947
|
+
{ url = "https://files.pythonhosted.org/packages/55/a7/535c44c7bea4578e48281d83c615219f3ab19e6abc67625ef637c73987be/tornado-6.5.1-cp39-abi3-win_arm64.whl", hash = "sha256:02420a0eb7bf617257b9935e2b754d1b63897525d8a289c9d65690d580b4dcf7", size = 443596 },
|
2942
2948
|
]
|
2943
2949
|
|
2944
2950
|
[[package]]
|
@@ -2964,32 +2970,32 @@ wheels = [
|
|
2964
2970
|
|
2965
2971
|
[[package]]
|
2966
2972
|
name = "types-python-dateutil"
|
2967
|
-
version = "2.9.0.
|
2973
|
+
version = "2.9.0.20250516"
|
2968
2974
|
source = { registry = "https://pypi.org/simple" }
|
2969
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2975
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ef/88/d65ed807393285204ab6e2801e5d11fbbea811adcaa979a2ed3b67a5ef41/types_python_dateutil-2.9.0.20250516.tar.gz", hash = "sha256:13e80d6c9c47df23ad773d54b2826bd52dbbb41be87c3f339381c1700ad21ee5", size = 13943 }
|
2970
2976
|
wheels = [
|
2971
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2977
|
+
{ url = "https://files.pythonhosted.org/packages/c5/3f/b0e8db149896005adc938a1e7f371d6d7e9eca4053a29b108978ed15e0c2/types_python_dateutil-2.9.0.20250516-py3-none-any.whl", hash = "sha256:2b2b3f57f9c6a61fba26a9c0ffb9ea5681c9b83e69cd897c6b5f668d9c0cab93", size = 14356 },
|
2972
2978
|
]
|
2973
2979
|
|
2974
2980
|
[[package]]
|
2975
2981
|
name = "types-pyyaml"
|
2976
|
-
version = "6.0.12.
|
2982
|
+
version = "6.0.12.20250516"
|
2977
2983
|
source = { registry = "https://pypi.org/simple" }
|
2978
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2984
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4e/22/59e2aeb48ceeee1f7cd4537db9568df80d62bdb44a7f9e743502ea8aab9c/types_pyyaml-6.0.12.20250516.tar.gz", hash = "sha256:9f21a70216fc0fa1b216a8176db5f9e0af6eb35d2f2932acb87689d03a5bf6ba", size = 17378 }
|
2979
2985
|
wheels = [
|
2980
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2986
|
+
{ url = "https://files.pythonhosted.org/packages/99/5f/e0af6f7f6a260d9af67e1db4f54d732abad514252a7a378a6c4d17dd1036/types_pyyaml-6.0.12.20250516-py3-none-any.whl", hash = "sha256:8478208feaeb53a34cb5d970c56a7cd76b72659442e733e268a94dc72b2d0530", size = 20312 },
|
2981
2987
|
]
|
2982
2988
|
|
2983
2989
|
[[package]]
|
2984
2990
|
name = "types-requests"
|
2985
|
-
version = "2.32.0.
|
2991
|
+
version = "2.32.0.20250515"
|
2986
2992
|
source = { registry = "https://pypi.org/simple" }
|
2987
2993
|
dependencies = [
|
2988
2994
|
{ name = "urllib3" },
|
2989
2995
|
]
|
2990
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2996
|
+
sdist = { url = "https://files.pythonhosted.org/packages/06/c1/cdc4f9b8cfd9130fbe6276db574f114541f4231fcc6fb29648289e6e3390/types_requests-2.32.0.20250515.tar.gz", hash = "sha256:09c8b63c11318cb2460813871aaa48b671002e59fda67ca909e9883777787581", size = 23012 }
|
2991
2997
|
wheels = [
|
2992
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2998
|
+
{ url = "https://files.pythonhosted.org/packages/fe/0f/68a997c73a129287785f418c1ebb6004f81e46b53b3caba88c0e03fcd04a/types_requests-2.32.0.20250515-py3-none-any.whl", hash = "sha256:f8eba93b3a892beee32643ff836993f15a785816acca21ea0ffa006f05ef0fb2", size = 20635 },
|
2993
2999
|
]
|
2994
3000
|
|
2995
3001
|
[[package]]
|
@@ -3003,14 +3009,14 @@ wheels = [
|
|
3003
3009
|
|
3004
3010
|
[[package]]
|
3005
3011
|
name = "typing-inspection"
|
3006
|
-
version = "0.4.
|
3012
|
+
version = "0.4.1"
|
3007
3013
|
source = { registry = "https://pypi.org/simple" }
|
3008
3014
|
dependencies = [
|
3009
3015
|
{ name = "typing-extensions" },
|
3010
3016
|
]
|
3011
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3017
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz", hash = "sha256:6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28", size = 75726 }
|
3012
3018
|
wheels = [
|
3013
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3019
|
+
{ url = "https://files.pythonhosted.org/packages/17/69/cd203477f944c353c31bade965f880aa1061fd6bf05ded0726ca845b6ff7/typing_inspection-0.4.1-py3-none-any.whl", hash = "sha256:389055682238f53b04f7badcb49b989835495a96700ced5dab2d8feae4b26f51", size = 14552 },
|
3014
3020
|
]
|
3015
3021
|
|
3016
3022
|
[[package]]
|
@@ -3212,9 +3218,9 @@ wheels = [
|
|
3212
3218
|
|
3213
3219
|
[[package]]
|
3214
3220
|
name = "zipp"
|
3215
|
-
version = "3.
|
3221
|
+
version = "3.22.0"
|
3216
3222
|
source = { registry = "https://pypi.org/simple" }
|
3217
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3223
|
+
sdist = { url = "https://files.pythonhosted.org/packages/12/b6/7b3d16792fdf94f146bed92be90b4eb4563569eca91513c8609aebf0c167/zipp-3.22.0.tar.gz", hash = "sha256:dd2f28c3ce4bc67507bfd3781d21b7bb2be31103b51a4553ad7d90b84e57ace5", size = 25257 }
|
3218
3224
|
wheels = [
|
3219
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3225
|
+
{ url = "https://files.pythonhosted.org/packages/ad/da/f64669af4cae46f17b90798a827519ce3737d31dbafad65d391e49643dc4/zipp-3.22.0-py3-none-any.whl", hash = "sha256:fe208f65f2aca48b81f9e6fd8cf7b8b32c26375266b009b413d45306b6148343", size = 9796 },
|
3220
3226
|
]
|