agent-starter-pack 0.9.2__py3-none-any.whl → 0.10.1__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.9.2.dist-info → agent_starter_pack-0.10.1.dist-info}/METADATA +2 -2
- {agent_starter_pack-0.9.2.dist-info → agent_starter_pack-0.10.1.dist-info}/RECORD +54 -52
- agents/adk_base/.template/templateconfig.yaml +1 -1
- agents/adk_gemini_fullstack/.template/templateconfig.yaml +2 -1
- agents/agentic_rag/.template/templateconfig.yaml +1 -1
- agents/agentic_rag/README.md +1 -1
- agents/live_api/tests/integration/test_server_e2e.py +7 -1
- agents/live_api/tests/unit/test_server.py +2 -1
- llm.txt +3 -2
- src/base_template/Makefile +4 -3
- src/base_template/README.md +7 -2
- src/base_template/deployment/README.md +6 -121
- src/base_template/deployment/terraform/github.tf +284 -0
- src/base_template/deployment/terraform/providers.tf +5 -0
- src/base_template/deployment/terraform/variables.tf +40 -1
- src/base_template/deployment/terraform/vars/env.tfvars +7 -1
- src/base_template/deployment/terraform/{% if cookiecutter.cicd_runner == 'github_actions' %}wif.tf{% else %}unused_wif.tf{% endif %} +43 -0
- src/base_template/deployment/terraform/{build_triggers.tf → {% if cookiecutter.cicd_runner == 'google_cloud_build' %}build_triggers.tf{% else %}unused_build_triggers.tf{% endif %} } +33 -18
- src/base_template/{% if cookiecutter.cicd_runner == 'github_actions' %}.github{% else %}unused_github{% endif %}/workflows/deploy-to-prod.yaml +114 -0
- src/base_template/{% if cookiecutter.cicd_runner == 'github_actions' %}.github{% else %}unused_github{% endif %}/workflows/pr_checks.yaml +65 -0
- src/base_template/{% if cookiecutter.cicd_runner == 'github_actions' %}.github{% else %}unused_github{% endif %}/workflows/staging.yaml +170 -0
- src/base_template/{deployment/cd/deploy-to-prod.yaml → {% if cookiecutter.cicd_runner == 'google_cloud_build' %}.cloudbuild{% else %}unused_.cloudbuild{% endif %}/deploy-to-prod.yaml } +7 -7
- src/base_template/{deployment/cd/staging.yaml → {% if cookiecutter.cicd_runner == 'google_cloud_build' %}.cloudbuild{% else %}unused_.cloudbuild{% endif %}/staging.yaml } +7 -7
- src/cli/commands/create.py +149 -4
- src/cli/commands/list.py +1 -1
- src/cli/commands/setup_cicd.py +293 -299
- src/cli/utils/cicd.py +19 -7
- src/cli/utils/remote_template.py +4 -4
- src/cli/utils/template.py +67 -19
- src/deployment_targets/cloud_run/app/server.py +19 -0
- src/deployment_targets/cloud_run/deployment/terraform/dev/service.tf +4 -3
- src/deployment_targets/cloud_run/deployment/terraform/service.tf +4 -3
- src/deployment_targets/cloud_run/tests/integration/test_server_e2e.py +35 -0
- src/deployment_targets/cloud_run/tests/load_test/README.md +1 -1
- src/frontends/live_api_react/frontend/package-lock.json +19 -16
- src/frontends/streamlit/frontend/side_bar.py +1 -1
- src/frontends/streamlit/frontend/utils/chat_utils.py +1 -1
- src/frontends/streamlit/frontend/utils/local_chat_history.py +2 -2
- src/resources/docs/adk-cheatsheet.md +1 -1
- src/resources/locks/uv-adk_base-agent_engine.lock +164 -131
- src/resources/locks/uv-adk_base-cloud_run.lock +177 -144
- src/resources/locks/uv-adk_gemini_fullstack-agent_engine.lock +164 -131
- src/resources/locks/uv-adk_gemini_fullstack-cloud_run.lock +177 -144
- src/resources/locks/uv-agentic_rag-agent_engine.lock +223 -190
- src/resources/locks/uv-agentic_rag-cloud_run.lock +251 -218
- src/resources/locks/uv-crewai_coding_crew-agent_engine.lock +315 -485
- src/resources/locks/uv-crewai_coding_crew-cloud_run.lock +358 -531
- src/resources/locks/uv-langgraph_base_react-agent_engine.lock +281 -249
- src/resources/locks/uv-langgraph_base_react-cloud_run.lock +323 -290
- src/resources/locks/uv-live_api-cloud_run.lock +350 -327
- src/resources/setup_cicd/cicd_variables.tf +0 -41
- src/resources/setup_cicd/github.tf +0 -87
- src/resources/setup_cicd/providers.tf +0 -39
- {agent_starter_pack-0.9.2.dist-info → agent_starter_pack-0.10.1.dist-info}/WHEEL +0 -0
- {agent_starter_pack-0.9.2.dist-info → agent_starter_pack-0.10.1.dist-info}/entry_points.txt +0 -0
- {agent_starter_pack-0.9.2.dist-info → agent_starter_pack-0.10.1.dist-info}/licenses/LICENSE +0 -0
- /src/base_template/{deployment/ci → {% if cookiecutter.cicd_runner == 'google_cloud_build' %}.cloudbuild{% else %}unused_.cloudbuild{% endif %}}/pr_checks.yaml +0 -0
@@ -139,7 +139,7 @@ wheels = [
|
|
139
139
|
|
140
140
|
[[package]]
|
141
141
|
name = "anthropic"
|
142
|
-
version = "0.
|
142
|
+
version = "0.59.0"
|
143
143
|
source = { registry = "https://pypi.org/simple" }
|
144
144
|
dependencies = [
|
145
145
|
{ name = "anyio" },
|
@@ -150,9 +150,9 @@ dependencies = [
|
|
150
150
|
{ name = "sniffio" },
|
151
151
|
{ name = "typing-extensions" },
|
152
152
|
]
|
153
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
153
|
+
sdist = { url = "https://files.pythonhosted.org/packages/fe/cf/52daff015f5a1f24eec891b3041f5f816712fea8b5113dc76638bcbc23d8/anthropic-0.59.0.tar.gz", hash = "sha256:d710d1ef0547ebbb64b03f219e44ba078e83fc83752b96a9b22e9726b523fd8f", size = 425679 }
|
154
154
|
wheels = [
|
155
|
-
{ url = "https://files.pythonhosted.org/packages/
|
155
|
+
{ url = "https://files.pythonhosted.org/packages/3c/b1/03f680393eac04afd8f2be44ee0e39e033c40faf43dbc1c11764b07a2687/anthropic-0.59.0-py3-none-any.whl", hash = "sha256:cbc8b3dccef66ad6435c4fa1d317e5ebb092399a4b88b33a09dc4bf3944c3183", size = 293057 },
|
156
156
|
]
|
157
157
|
|
158
158
|
[[package]]
|
@@ -292,15 +292,12 @@ wheels = [
|
|
292
292
|
]
|
293
293
|
|
294
294
|
[[package]]
|
295
|
-
name = "
|
296
|
-
version = "
|
295
|
+
name = "backports-asyncio-runner"
|
296
|
+
version = "1.2.0"
|
297
297
|
source = { registry = "https://pypi.org/simple" }
|
298
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
298
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8e/ff/70dca7d7cb1cbc0edb2c6cc0c38b65cba36cccc491eca64cabd5fe7f8670/backports_asyncio_runner-1.2.0.tar.gz", hash = "sha256:a5aa7b2b7d8f8bfcaa2b57313f70792df84e32a2a746f585213373f900b42162", size = 69893 }
|
299
299
|
wheels = [
|
300
|
-
{ url = "https://files.pythonhosted.org/packages/
|
301
|
-
{ url = "https://files.pythonhosted.org/packages/55/07/f0b3375bf0d06014e9787797e6b7cc02b38ac9ff9726ccfe834d94e9991e/backrefs-5.9-py311-none-any.whl", hash = "sha256:6907635edebbe9b2dc3de3a2befff44d74f30a4562adbb8b36f21252ea19c5cf", size = 392072 },
|
302
|
-
{ url = "https://files.pythonhosted.org/packages/9d/12/4f345407259dd60a0997107758ba3f221cf89a9b5a0f8ed5b961aef97253/backrefs-5.9-py312-none-any.whl", hash = "sha256:7fdf9771f63e6028d7fee7e0c497c81abda597ea45d6b8f89e8ad76994f5befa", size = 397947 },
|
303
|
-
{ url = "https://files.pythonhosted.org/packages/41/ff/392bff89415399a979be4a65357a41d92729ae8580a66073d8ec8d810f98/backrefs-5.9-py39-none-any.whl", hash = "sha256:f48ee18f6252b8f5777a22a00a09a85de0ca931658f1dd96d4406a34f3748c60", size = 380265 },
|
300
|
+
{ url = "https://files.pythonhosted.org/packages/a0/59/76ab57e3fe74484f48a53f8e337171b4a2349e506eabe136d7e01d059086/backports_asyncio_runner-1.2.0-py3-none-any.whl", hash = "sha256:0da0a936a8aeb554eccb426dc55af3ba63bcdc69fa1a600b5bb305413a4477b5", size = 12313 },
|
304
301
|
]
|
305
302
|
|
306
303
|
[[package]]
|
@@ -446,11 +443,11 @@ wheels = [
|
|
446
443
|
|
447
444
|
[[package]]
|
448
445
|
name = "certifi"
|
449
|
-
version = "2025.7.
|
446
|
+
version = "2025.7.14"
|
450
447
|
source = { registry = "https://pypi.org/simple" }
|
451
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
448
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b3/76/52c535bcebe74590f296d6c77c86dabf761c41980e1347a2422e4aa2ae41/certifi-2025.7.14.tar.gz", hash = "sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995", size = 163981 }
|
452
449
|
wheels = [
|
453
|
-
{ url = "https://files.pythonhosted.org/packages/
|
450
|
+
{ url = "https://files.pythonhosted.org/packages/4f/52/34c6cf5bb9285074dc3531c437b3919e825d976fde097a7a73f79e726d03/certifi-2025.7.14-py3-none-any.whl", hash = "sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2", size = 162722 },
|
454
451
|
]
|
455
452
|
|
456
453
|
[[package]]
|
@@ -499,15 +496,6 @@ wheels = [
|
|
499
496
|
{ url = "https://files.pythonhosted.org/packages/50/b9/db34c4755a7bd1cb2d1603ac3863f22bcecbd1ba29e5ee841a4bc510b294/cffi-1.17.1-cp312-cp312-win_amd64.whl", hash = "sha256:51392eae71afec0d0c8fb1a53b204dbb3bcabcb3c9b807eedf3e1e6ccf2de903", size = 181976 },
|
500
497
|
]
|
501
498
|
|
502
|
-
[[package]]
|
503
|
-
name = "cfgv"
|
504
|
-
version = "3.4.0"
|
505
|
-
source = { registry = "https://pypi.org/simple" }
|
506
|
-
sdist = { url = "https://files.pythonhosted.org/packages/11/74/539e56497d9bd1d484fd863dd69cbbfa653cd2aa27abfe35653494d85e94/cfgv-3.4.0.tar.gz", hash = "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560", size = 7114 }
|
507
|
-
wheels = [
|
508
|
-
{ url = "https://files.pythonhosted.org/packages/c5/55/51844dd50c4fc7a33b653bfaba4c2456f06955289ca770a5dbd5fd267374/cfgv-3.4.0-py2.py3-none-any.whl", hash = "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9", size = 7249 },
|
509
|
-
]
|
510
|
-
|
511
499
|
[[package]]
|
512
500
|
name = "charset-normalizer"
|
513
501
|
version = "3.4.2"
|
@@ -817,23 +805,23 @@ wheels = [
|
|
817
805
|
|
818
806
|
[[package]]
|
819
807
|
name = "debugpy"
|
820
|
-
version = "1.8.
|
808
|
+
version = "1.8.15"
|
821
809
|
source = { registry = "https://pypi.org/simple" }
|
822
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
810
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8c/8b/3a9a28ddb750a76eaec445c7f4d3147ea2c579a97dbd9e25d39001b92b21/debugpy-1.8.15.tar.gz", hash = "sha256:58d7a20b7773ab5ee6bdfb2e6cf622fdf1e40c9d5aef2857d85391526719ac00", size = 1643279 }
|
823
811
|
wheels = [
|
824
|
-
{ url = "https://files.pythonhosted.org/packages/
|
825
|
-
{ url = "https://files.pythonhosted.org/packages/
|
826
|
-
{ url = "https://files.pythonhosted.org/packages/
|
827
|
-
{ url = "https://files.pythonhosted.org/packages/
|
828
|
-
{ url = "https://files.pythonhosted.org/packages/
|
829
|
-
{ url = "https://files.pythonhosted.org/packages/
|
830
|
-
{ url = "https://files.pythonhosted.org/packages/
|
831
|
-
{ url = "https://files.pythonhosted.org/packages/
|
832
|
-
{ url = "https://files.pythonhosted.org/packages/
|
833
|
-
{ url = "https://files.pythonhosted.org/packages/
|
834
|
-
{ url = "https://files.pythonhosted.org/packages/
|
835
|
-
{ url = "https://files.pythonhosted.org/packages/
|
836
|
-
{ url = "https://files.pythonhosted.org/packages/
|
812
|
+
{ url = "https://files.pythonhosted.org/packages/69/51/0b4315169f0d945271db037ae6b98c0548a2d48cc036335cd1b2f5516c1b/debugpy-1.8.15-cp310-cp310-macosx_14_0_x86_64.whl", hash = "sha256:e9a8125c85172e3ec30985012e7a81ea5e70bbb836637f8a4104f454f9b06c97", size = 2084890 },
|
813
|
+
{ url = "https://files.pythonhosted.org/packages/36/cc/a5391dedb079280d7b72418022e00ba8227ae0b5bc8b2e3d1ecffc5d6b01/debugpy-1.8.15-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7fd0b6b5eccaa745c214fd240ea82f46049d99ef74b185a3517dad3ea1ec55d9", size = 3561470 },
|
814
|
+
{ url = "https://files.pythonhosted.org/packages/e8/92/acf64b92010c66b33c077dee3862c733798a2c90e7d14b25c01d771e2a0d/debugpy-1.8.15-cp310-cp310-win32.whl", hash = "sha256:8181cce4d344010f6bfe94a531c351a46a96b0f7987750932b2908e7a1e14a55", size = 5229194 },
|
815
|
+
{ url = "https://files.pythonhosted.org/packages/3f/f5/c58c015c9ff78de35901bea3ab4dbf7946d7a4aa867ee73875df06ba6468/debugpy-1.8.15-cp310-cp310-win_amd64.whl", hash = "sha256:af2dcae4e4cd6e8b35f982ccab29fe65f7e8766e10720a717bc80c464584ee21", size = 5260900 },
|
816
|
+
{ url = "https://files.pythonhosted.org/packages/d2/b3/1c44a2ed311199ab11c2299c9474a6c7cd80d19278defd333aeb7c287995/debugpy-1.8.15-cp311-cp311-macosx_14_0_universal2.whl", hash = "sha256:babc4fb1962dd6a37e94d611280e3d0d11a1f5e6c72ac9b3d87a08212c4b6dd3", size = 2183442 },
|
817
|
+
{ url = "https://files.pythonhosted.org/packages/f6/69/e2dcb721491e1c294d348681227c9b44fb95218f379aa88e12a19d85528d/debugpy-1.8.15-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f778e68f2986a58479d0ac4f643e0b8c82fdd97c2e200d4d61e7c2d13838eb53", size = 3134215 },
|
818
|
+
{ url = "https://files.pythonhosted.org/packages/17/76/4ce63b95d8294dcf2fd1820860b300a420d077df4e93afcaa25a984c2ca7/debugpy-1.8.15-cp311-cp311-win32.whl", hash = "sha256:f9d1b5abd75cd965e2deabb1a06b0e93a1546f31f9f621d2705e78104377c702", size = 5154037 },
|
819
|
+
{ url = "https://files.pythonhosted.org/packages/c2/a7/e5a7c784465eb9c976d84408873d597dc7ce74a0fc69ed009548a1a94813/debugpy-1.8.15-cp311-cp311-win_amd64.whl", hash = "sha256:62954fb904bec463e2b5a415777f6d1926c97febb08ef1694da0e5d1463c5c3b", size = 5178133 },
|
820
|
+
{ url = "https://files.pythonhosted.org/packages/ab/4a/4508d256e52897f5cdfee6a6d7580974811e911c6d01321df3264508a5ac/debugpy-1.8.15-cp312-cp312-macosx_14_0_universal2.whl", hash = "sha256:3dcc7225cb317469721ab5136cda9ff9c8b6e6fb43e87c9e15d5b108b99d01ba", size = 2511197 },
|
821
|
+
{ url = "https://files.pythonhosted.org/packages/99/8d/7f6ef1097e7fecf26b4ef72338d08e41644a41b7ee958a19f494ffcffc29/debugpy-1.8.15-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:047a493ca93c85ccede1dbbaf4e66816794bdc214213dde41a9a61e42d27f8fc", size = 4229517 },
|
822
|
+
{ url = "https://files.pythonhosted.org/packages/3f/e8/e8c6a9aa33a9c9c6dacbf31747384f6ed2adde4de2e9693c766bdf323aa3/debugpy-1.8.15-cp312-cp312-win32.whl", hash = "sha256:b08e9b0bc260cf324c890626961dad4ffd973f7568fbf57feb3c3a65ab6b6327", size = 5276132 },
|
823
|
+
{ url = "https://files.pythonhosted.org/packages/e9/ad/231050c6177b3476b85fcea01e565dac83607b5233d003ff067e2ee44d8f/debugpy-1.8.15-cp312-cp312-win_amd64.whl", hash = "sha256:e2a4fe357c92334272eb2845fcfcdbec3ef9f22c16cf613c388ac0887aed15fa", size = 5317645 },
|
824
|
+
{ url = "https://files.pythonhosted.org/packages/07/d5/98748d9860e767a1248b5e31ffa7ce8cb7006e97bf8abbf3d891d0a8ba4e/debugpy-1.8.15-py2.py3-none-any.whl", hash = "sha256:bce2e6c5ff4f2e00b98d45e7e01a49c7b489ff6df5f12d881c67d2f1ac635f3d", size = 5282697 },
|
837
825
|
]
|
838
826
|
|
839
827
|
[[package]]
|
@@ -867,12 +855,12 @@ wheels = [
|
|
867
855
|
]
|
868
856
|
|
869
857
|
[[package]]
|
870
|
-
name = "
|
871
|
-
version = "
|
858
|
+
name = "diskcache"
|
859
|
+
version = "5.6.3"
|
872
860
|
source = { registry = "https://pypi.org/simple" }
|
873
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
861
|
+
sdist = { url = "https://files.pythonhosted.org/packages/3f/21/1c1ffc1a039ddcc459db43cc108658f32c57d271d7289a2794e401d0fdb6/diskcache-5.6.3.tar.gz", hash = "sha256:2c3a3fa2743d8535d832ec61c2054a1641f41775aa7c556758a109941e33e4fc", size = 67916 }
|
874
862
|
wheels = [
|
875
|
-
{ url = "https://files.pythonhosted.org/packages/
|
863
|
+
{ url = "https://files.pythonhosted.org/packages/3f/27/4570e78fc0bf5ea0ca45eb1de3818a23787af9b390c0b0a0033a1b8236f9/diskcache-5.6.3-py3-none-any.whl", hash = "sha256:5e31b2d5fbad117cc363ebaf6b689474db18a1f6438bc82358b024abd4c2ca19", size = 45550 },
|
876
864
|
]
|
877
865
|
|
878
866
|
[[package]]
|
@@ -886,11 +874,11 @@ wheels = [
|
|
886
874
|
|
887
875
|
[[package]]
|
888
876
|
name = "docstring-parser"
|
889
|
-
version = "0.
|
877
|
+
version = "0.17.0"
|
890
878
|
source = { registry = "https://pypi.org/simple" }
|
891
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
879
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b2/9d/c3b43da9515bd270df0f80548d9944e389870713cc1fe2b8fb35fe2bcefd/docstring_parser-0.17.0.tar.gz", hash = "sha256:583de4a309722b3315439bb31d64ba3eebada841f2e2cee23b99df001434c912", size = 27442 }
|
892
880
|
wheels = [
|
893
|
-
{ url = "https://files.pythonhosted.org/packages/
|
881
|
+
{ url = "https://files.pythonhosted.org/packages/55/e2/2537ebcff11c1ee1ff17d8d0b6f4db75873e3b0fb32c2d4a2ee31ecb310a/docstring_parser-0.17.0-py3-none-any.whl", hash = "sha256:cf2569abd23dce8099b300f9b4fa8191e9582dda731fd533daf54c4551658708", size = 36896 },
|
894
882
|
]
|
895
883
|
|
896
884
|
[[package]]
|
@@ -955,14 +943,14 @@ wheels = [
|
|
955
943
|
|
956
944
|
[[package]]
|
957
945
|
name = "faker"
|
958
|
-
version = "37.4.
|
946
|
+
version = "37.4.2"
|
959
947
|
source = { registry = "https://pypi.org/simple" }
|
960
948
|
dependencies = [
|
961
949
|
{ name = "tzdata" },
|
962
950
|
]
|
963
|
-
sdist = { url = "https://files.pythonhosted.org/packages/65/
|
951
|
+
sdist = { url = "https://files.pythonhosted.org/packages/65/95/da573e055608e180086e2ac3208f8c15d8b44220912f565a9821b9bff33a/faker-37.4.2.tar.gz", hash = "sha256:8e281bbaea30e5658895b8bea21cc50d27aaf3a43db3f2694409ca5701c56b0a", size = 1902890 }
|
964
952
|
wheels = [
|
965
|
-
{ url = "https://files.pythonhosted.org/packages/
|
953
|
+
{ url = "https://files.pythonhosted.org/packages/26/1c/b909a055be556c11f13cf058cfa0e152f9754d803ff3694a937efe300709/faker-37.4.2-py3-none-any.whl", hash = "sha256:b70ed1af57bfe988cbcd0afd95f4768c51eaf4e1ce8a30962e127ac5c139c93f", size = 1943179 },
|
966
954
|
]
|
967
955
|
|
968
956
|
[[package]]
|
@@ -1007,35 +995,35 @@ wheels = [
|
|
1007
995
|
|
1008
996
|
[[package]]
|
1009
997
|
name = "fonttools"
|
1010
|
-
version = "4.
|
1011
|
-
source = { registry = "https://pypi.org/simple" }
|
1012
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1013
|
-
wheels = [
|
1014
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1015
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1016
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1017
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1018
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1019
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1020
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1021
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1022
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1023
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1024
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1025
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1026
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1027
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1028
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1029
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1030
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1031
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1032
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1033
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1034
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1035
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1036
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1037
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1038
|
-
{ url = "https://files.pythonhosted.org/packages/
|
998
|
+
version = "4.59.0"
|
999
|
+
source = { registry = "https://pypi.org/simple" }
|
1000
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8a/27/ec3c723bfdf86f34c5c82bf6305df3e0f0d8ea798d2d3a7cb0c0a866d286/fonttools-4.59.0.tar.gz", hash = "sha256:be392ec3529e2f57faa28709d60723a763904f71a2b63aabe14fee6648fe3b14", size = 3532521 }
|
1001
|
+
wheels = [
|
1002
|
+
{ url = "https://files.pythonhosted.org/packages/1c/1f/3dcae710b7c4b56e79442b03db64f6c9f10c3348f7af40339dffcefb581e/fonttools-4.59.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:524133c1be38445c5c0575eacea42dbd44374b310b1ffc4b60ff01d881fabb96", size = 2761846 },
|
1003
|
+
{ url = "https://files.pythonhosted.org/packages/eb/0e/ae3a1884fa1549acac1191cc9ec039142f6ac0e9cbc139c2e6a3dab967da/fonttools-4.59.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:21e606b2d38fed938dde871c5736822dd6bda7a4631b92e509a1f5cd1b90c5df", size = 2332060 },
|
1004
|
+
{ url = "https://files.pythonhosted.org/packages/75/46/58bff92a7216829159ac7bdb1d05a48ad1b8ab8c539555f12d29fdecfdd4/fonttools-4.59.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e93df708c69a193fc7987192f94df250f83f3851fda49413f02ba5dded639482", size = 4852354 },
|
1005
|
+
{ url = "https://files.pythonhosted.org/packages/05/57/767e31e48861045d89691128bd81fd4c62b62150f9a17a666f731ce4f197/fonttools-4.59.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:62224a9bb85b4b66d1b46d45cbe43d71cbf8f527d332b177e3b96191ffbc1e64", size = 4781132 },
|
1006
|
+
{ url = "https://files.pythonhosted.org/packages/d7/78/adb5e9b0af5c6ce469e8b0e112f144eaa84b30dd72a486e9c778a9b03b31/fonttools-4.59.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:b8974b2a266b54c96709bd5e239979cddfd2dbceed331aa567ea1d7c4a2202db", size = 4832901 },
|
1007
|
+
{ url = "https://files.pythonhosted.org/packages/ac/92/bc3881097fbf3d56d112bec308c863c058e5d4c9c65f534e8ae58450ab8a/fonttools-4.59.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:209b75943d158f610b78320eacb5539aa9e920bee2c775445b2846c65d20e19d", size = 4940140 },
|
1008
|
+
{ url = "https://files.pythonhosted.org/packages/4a/54/39cdb23f0eeda2e07ae9cb189f2b6f41da89aabc682d3a387b3ff4a4ed29/fonttools-4.59.0-cp310-cp310-win32.whl", hash = "sha256:4c908a7036f0f3677f8afa577bcd973e3e20ddd2f7c42a33208d18bee95cdb6f", size = 2215890 },
|
1009
|
+
{ url = "https://files.pythonhosted.org/packages/d8/eb/f8388d9e19f95d8df2449febe9b1a38ddd758cfdb7d6de3a05198d785d61/fonttools-4.59.0-cp310-cp310-win_amd64.whl", hash = "sha256:8b4309a2775e4feee7356e63b163969a215d663399cce1b3d3b65e7ec2d9680e", size = 2260191 },
|
1010
|
+
{ url = "https://files.pythonhosted.org/packages/06/96/520733d9602fa1bf6592e5354c6721ac6fc9ea72bc98d112d0c38b967199/fonttools-4.59.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:841b2186adce48903c0fef235421ae21549020eca942c1da773ac380b056ab3c", size = 2782387 },
|
1011
|
+
{ url = "https://files.pythonhosted.org/packages/87/6a/170fce30b9bce69077d8eec9bea2cfd9f7995e8911c71be905e2eba6368b/fonttools-4.59.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9bcc1e77fbd1609198966ded6b2a9897bd6c6bcbd2287a2fc7d75f1a254179c5", size = 2342194 },
|
1012
|
+
{ url = "https://files.pythonhosted.org/packages/b0/b6/7c8166c0066856f1408092f7968ac744060cf72ca53aec9036106f57eeca/fonttools-4.59.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:37c377f7cb2ab2eca8a0b319c68146d34a339792f9420fca6cd49cf28d370705", size = 5032333 },
|
1013
|
+
{ url = "https://files.pythonhosted.org/packages/eb/0c/707c5a19598eafcafd489b73c4cb1c142102d6197e872f531512d084aa76/fonttools-4.59.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:fa39475eaccb98f9199eccfda4298abaf35ae0caec676ffc25b3a5e224044464", size = 4974422 },
|
1014
|
+
{ url = "https://files.pythonhosted.org/packages/f6/e7/6d33737d9fe632a0f59289b6f9743a86d2a9d0673de2a0c38c0f54729822/fonttools-4.59.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d3972b13148c1d1fbc092b27678a33b3080d1ac0ca305742b0119b75f9e87e38", size = 5010631 },
|
1015
|
+
{ url = "https://files.pythonhosted.org/packages/63/e1/a4c3d089ab034a578820c8f2dff21ef60daf9668034a1e4fb38bb1cc3398/fonttools-4.59.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a408c3c51358c89b29cfa5317cf11518b7ce5de1717abb55c5ae2d2921027de6", size = 5122198 },
|
1016
|
+
{ url = "https://files.pythonhosted.org/packages/09/77/ca82b9c12fa4de3c520b7760ee61787640cf3fde55ef1b0bfe1de38c8153/fonttools-4.59.0-cp311-cp311-win32.whl", hash = "sha256:6770d7da00f358183d8fd5c4615436189e4f683bdb6affb02cad3d221d7bb757", size = 2214216 },
|
1017
|
+
{ url = "https://files.pythonhosted.org/packages/ab/25/5aa7ca24b560b2f00f260acf32c4cf29d7aaf8656e159a336111c18bc345/fonttools-4.59.0-cp311-cp311-win_amd64.whl", hash = "sha256:84fc186980231a287b28560d3123bd255d3c6b6659828c642b4cf961e2b923d0", size = 2261879 },
|
1018
|
+
{ url = "https://files.pythonhosted.org/packages/e2/77/b1c8af22f4265e951cd2e5535dbef8859efcef4fb8dee742d368c967cddb/fonttools-4.59.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:f9b3a78f69dcbd803cf2fb3f972779875b244c1115481dfbdd567b2c22b31f6b", size = 2767562 },
|
1019
|
+
{ url = "https://files.pythonhosted.org/packages/ff/5a/aeb975699588176bb357e8b398dfd27e5d3a2230d92b81ab8cbb6187358d/fonttools-4.59.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:57bb7e26928573ee7c6504f54c05860d867fd35e675769f3ce01b52af38d48e2", size = 2335168 },
|
1020
|
+
{ url = "https://files.pythonhosted.org/packages/54/97/c6101a7e60ae138c4ef75b22434373a0da50a707dad523dd19a4889315bf/fonttools-4.59.0-cp312-cp312-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:4536f2695fe5c1ffb528d84a35a7d3967e5558d2af58b4775e7ab1449d65767b", size = 4909850 },
|
1021
|
+
{ url = "https://files.pythonhosted.org/packages/bd/6c/fa4d18d641054f7bff878cbea14aa9433f292b9057cb1700d8e91a4d5f4f/fonttools-4.59.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:885bde7d26e5b40e15c47bd5def48b38cbd50830a65f98122a8fb90962af7cd1", size = 4955131 },
|
1022
|
+
{ url = "https://files.pythonhosted.org/packages/20/5c/331947fc1377deb928a69bde49f9003364f5115e5cbe351eea99e39412a2/fonttools-4.59.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6801aeddb6acb2c42eafa45bc1cb98ba236871ae6f33f31e984670b749a8e58e", size = 4899667 },
|
1023
|
+
{ url = "https://files.pythonhosted.org/packages/8a/46/b66469dfa26b8ff0baa7654b2cc7851206c6d57fe3abdabbaab22079a119/fonttools-4.59.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:31003b6a10f70742a63126b80863ab48175fb8272a18ca0846c0482968f0588e", size = 5051349 },
|
1024
|
+
{ url = "https://files.pythonhosted.org/packages/2e/05/ebfb6b1f3a4328ab69787d106a7d92ccde77ce66e98659df0f9e3f28d93d/fonttools-4.59.0-cp312-cp312-win32.whl", hash = "sha256:fbce6dae41b692a5973d0f2158f782b9ad05babc2c2019a970a1094a23909b1b", size = 2201315 },
|
1025
|
+
{ url = "https://files.pythonhosted.org/packages/09/45/d2bdc9ea20bbadec1016fd0db45696d573d7a26d95ab5174ffcb6d74340b/fonttools-4.59.0-cp312-cp312-win_amd64.whl", hash = "sha256:332bfe685d1ac58ca8d62b8d6c71c2e52a6c64bc218dc8f7825c9ea51385aa01", size = 2249408 },
|
1026
|
+
{ url = "https://files.pythonhosted.org/packages/d0/9c/df0ef2c51845a13043e5088f7bb988ca6cd5bb82d5d4203d6a158aa58cf2/fonttools-4.59.0-py3-none-any.whl", hash = "sha256:241313683afd3baacb32a6bd124d0bce7404bc5280e12e291bae1b9bba28711d", size = 1128050 },
|
1039
1027
|
]
|
1040
1028
|
|
1041
1029
|
[[package]]
|
@@ -1109,23 +1097,11 @@ wheels = [
|
|
1109
1097
|
|
1110
1098
|
[[package]]
|
1111
1099
|
name = "fsspec"
|
1112
|
-
version = "2025.
|
1100
|
+
version = "2025.7.0"
|
1113
1101
|
source = { registry = "https://pypi.org/simple" }
|
1114
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1102
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8b/02/0835e6ab9cfc03916fe3f78c0956cfcdb6ff2669ffa6651065d5ebf7fc98/fsspec-2025.7.0.tar.gz", hash = "sha256:786120687ffa54b8283d942929540d8bc5ccfa820deb555a2b5d0ed2b737bf58", size = 304432 }
|
1115
1103
|
wheels = [
|
1116
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1117
|
-
]
|
1118
|
-
|
1119
|
-
[[package]]
|
1120
|
-
name = "ghp-import"
|
1121
|
-
version = "2.1.0"
|
1122
|
-
source = { registry = "https://pypi.org/simple" }
|
1123
|
-
dependencies = [
|
1124
|
-
{ name = "python-dateutil" },
|
1125
|
-
]
|
1126
|
-
sdist = { url = "https://files.pythonhosted.org/packages/d9/29/d40217cbe2f6b1359e00c6c307bb3fc876ba74068cbab3dde77f03ca0dc4/ghp-import-2.1.0.tar.gz", hash = "sha256:9c535c4c61193c2df8871222567d7fd7e5014d835f97dc7b7439069e2413d343", size = 10943 }
|
1127
|
-
wheels = [
|
1128
|
-
{ url = "https://files.pythonhosted.org/packages/f7/ec/67fbef5d497f86283db54c22eec6f6140243aae73265799baaaa19cd17fb/ghp_import-2.1.0-py3-none-any.whl", hash = "sha256:8337dd7b50877f163d4c0289bc1f1c7f127550241988d568c1db512c4324a619", size = 11034 },
|
1104
|
+
{ url = "https://files.pythonhosted.org/packages/2f/e0/014d5d9d7a4564cf1c40b5039bc882db69fd881111e03ab3657ac0b218e2/fsspec-2025.7.0-py3-none-any.whl", hash = "sha256:8b012e39f63c7d5f10474de957f3ab793b47b45ae7d39f2fb735f8bbe25c0e21", size = 199597 },
|
1129
1105
|
]
|
1130
1106
|
|
1131
1107
|
[[package]]
|
@@ -1142,14 +1118,14 @@ wheels = [
|
|
1142
1118
|
|
1143
1119
|
[[package]]
|
1144
1120
|
name = "gitpython"
|
1145
|
-
version = "3.1.
|
1121
|
+
version = "3.1.45"
|
1146
1122
|
source = { registry = "https://pypi.org/simple" }
|
1147
1123
|
dependencies = [
|
1148
1124
|
{ name = "gitdb" },
|
1149
1125
|
]
|
1150
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1126
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9a/c8/dd58967d119baab745caec2f9d853297cec1989ec1d63f677d3880632b88/gitpython-3.1.45.tar.gz", hash = "sha256:85b0ee964ceddf211c41b9f27a49086010a190fd8132a24e21f362a4b36a791c", size = 215076 }
|
1151
1127
|
wheels = [
|
1152
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1128
|
+
{ url = "https://files.pythonhosted.org/packages/01/61/d4b89fec821f72385526e1b9d9a3a0385dda4a72b206d28049e2c7cd39b8/gitpython-3.1.45-py3-none-any.whl", hash = "sha256:8908cb2e02fb3b93b7eb0f2827125cb699869470432cc885f019b8fd0fccff77", size = 208168 },
|
1153
1129
|
]
|
1154
1130
|
|
1155
1131
|
[[package]]
|
@@ -1230,7 +1206,7 @@ evaluation = [
|
|
1230
1206
|
{ name = "pyyaml" },
|
1231
1207
|
{ name = "ruamel-yaml" },
|
1232
1208
|
{ name = "scikit-learn", version = "1.5.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
|
1233
|
-
{ name = "scikit-learn", version = "1.7.
|
1209
|
+
{ name = "scikit-learn", version = "1.7.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
|
1234
1210
|
{ name = "tqdm" },
|
1235
1211
|
]
|
1236
1212
|
|
@@ -1264,7 +1240,7 @@ wheels = [
|
|
1264
1240
|
|
1265
1241
|
[[package]]
|
1266
1242
|
name = "google-cloud-bigquery"
|
1267
|
-
version = "3.
|
1243
|
+
version = "3.35.0"
|
1268
1244
|
source = { registry = "https://pypi.org/simple" }
|
1269
1245
|
dependencies = [
|
1270
1246
|
{ name = "google-api-core", extra = ["grpc"] },
|
@@ -1275,9 +1251,9 @@ dependencies = [
|
|
1275
1251
|
{ name = "python-dateutil" },
|
1276
1252
|
{ name = "requests" },
|
1277
1253
|
]
|
1278
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1254
|
+
sdist = { url = "https://files.pythonhosted.org/packages/15/ee/fc5e651899abd7b7c631afc270fc668c4d757d27403c8ec2c11f0588f226/google_cloud_bigquery-3.35.0.tar.gz", hash = "sha256:b3db627355303ac52e07548d448d6c6cb87e52d80c88e57599cdd64185f40664", size = 496456 }
|
1279
1255
|
wheels = [
|
1280
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1256
|
+
{ url = "https://files.pythonhosted.org/packages/95/2c/663be60fe7c4090d84267a17204fceaa4efd541000325d4f9690f6c6fcdc/google_cloud_bigquery-3.35.0-py3-none-any.whl", hash = "sha256:8c98e304d47c82f1fbba77b2f4c1e6c458474842d713ee117d9c58e61b74a70d", size = 256874 },
|
1281
1257
|
]
|
1282
1258
|
|
1283
1259
|
[[package]]
|
@@ -1391,7 +1367,7 @@ wheels = [
|
|
1391
1367
|
|
1392
1368
|
[[package]]
|
1393
1369
|
name = "google-genai"
|
1394
|
-
version = "1.
|
1370
|
+
version = "1.27.0"
|
1395
1371
|
source = { registry = "https://pypi.org/simple" }
|
1396
1372
|
dependencies = [
|
1397
1373
|
{ name = "anyio" },
|
@@ -1403,9 +1379,9 @@ dependencies = [
|
|
1403
1379
|
{ name = "typing-extensions" },
|
1404
1380
|
{ name = "websockets" },
|
1405
1381
|
]
|
1406
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1382
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9a/37/6c0ececc3a7a629029b5beed2ceb9f28f73292236eb96272355636769b0d/google_genai-1.27.0.tar.gz", hash = "sha256:15a13ffe7b3938da50b9ab77204664d82122617256f55b5ce403d593848ef635", size = 220099 }
|
1407
1383
|
wheels = [
|
1408
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1384
|
+
{ url = "https://files.pythonhosted.org/packages/5a/12/279afe7357af73f9737a3412b6f0bc1482075b896340eb46a2f9cb0fd791/google_genai-1.27.0-py3-none-any.whl", hash = "sha256:afd6b4efaf8ec1d20a6e6657d768b68d998d60007c6e220e9024e23c913c1833", size = 218489 },
|
1409
1385
|
]
|
1410
1386
|
|
1411
1387
|
[[package]]
|
@@ -1636,7 +1612,7 @@ wheels = [
|
|
1636
1612
|
|
1637
1613
|
[[package]]
|
1638
1614
|
name = "huggingface-hub"
|
1639
|
-
version = "0.33.
|
1615
|
+
version = "0.33.4"
|
1640
1616
|
source = { registry = "https://pypi.org/simple" }
|
1641
1617
|
dependencies = [
|
1642
1618
|
{ name = "filelock" },
|
@@ -1648,9 +1624,9 @@ dependencies = [
|
|
1648
1624
|
{ name = "tqdm" },
|
1649
1625
|
{ name = "typing-extensions" },
|
1650
1626
|
]
|
1651
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1627
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4b/9e/9366b7349fc125dd68b9d384a0fea84d67b7497753fe92c71b67e13f47c4/huggingface_hub-0.33.4.tar.gz", hash = "sha256:6af13478deae120e765bfd92adad0ae1aec1ad8c439b46f23058ad5956cbca0a", size = 426674 }
|
1652
1628
|
wheels = [
|
1653
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1629
|
+
{ url = "https://files.pythonhosted.org/packages/46/7b/98daa50a2db034cab6cd23a3de04fa2358cb691593d28e9130203eb7a805/huggingface_hub-0.33.4-py3-none-any.whl", hash = "sha256:09f9f4e7ca62547c70f8b82767eefadd2667f4e116acba2e3e62a5a81815a7bb", size = 515339 },
|
1654
1630
|
]
|
1655
1631
|
|
1656
1632
|
[[package]]
|
@@ -1665,15 +1641,6 @@ wheels = [
|
|
1665
1641
|
{ url = "https://files.pythonhosted.org/packages/f0/0f/310fb31e39e2d734ccaa2c0fb981ee41f7bd5056ce9bc29b2248bd569169/humanfriendly-10.0-py2.py3-none-any.whl", hash = "sha256:1697e1a8a8f550fd43c2865cd84542fc175a61dcb779b6fee18cf6b6ccba1477", size = 86794 },
|
1666
1642
|
]
|
1667
1643
|
|
1668
|
-
[[package]]
|
1669
|
-
name = "identify"
|
1670
|
-
version = "2.6.12"
|
1671
|
-
source = { registry = "https://pypi.org/simple" }
|
1672
|
-
sdist = { url = "https://files.pythonhosted.org/packages/a2/88/d193a27416618628a5eea64e3223acd800b40749a96ffb322a9b55a49ed1/identify-2.6.12.tar.gz", hash = "sha256:d8de45749f1efb108badef65ee8386f0f7bb19a7f26185f74de6367bffbaf0e6", size = 99254 }
|
1673
|
-
wheels = [
|
1674
|
-
{ url = "https://files.pythonhosted.org/packages/7a/cd/18f8da995b658420625f7ef13f037be53ae04ec5ad33f9b718240dcfd48c/identify-2.6.12-py2.py3-none-any.whl", hash = "sha256:ad9672d5a72e0d2ff7c5c8809b62dfa60458626352fb0eb7b55e69bdc45334a2", size = 99145 },
|
1675
|
-
]
|
1676
|
-
|
1677
1644
|
[[package]]
|
1678
1645
|
name = "idna"
|
1679
1646
|
version = "3.10"
|
@@ -1724,17 +1691,15 @@ wheels = [
|
|
1724
1691
|
|
1725
1692
|
[[package]]
|
1726
1693
|
name = "instructor"
|
1727
|
-
version = "1.
|
1694
|
+
version = "1.10.0"
|
1728
1695
|
source = { registry = "https://pypi.org/simple" }
|
1729
1696
|
dependencies = [
|
1730
1697
|
{ name = "aiohttp" },
|
1698
|
+
{ name = "diskcache" },
|
1731
1699
|
{ name = "docstring-parser" },
|
1732
1700
|
{ name = "jinja2" },
|
1733
1701
|
{ name = "jiter" },
|
1734
|
-
{ name = "mkdocs" },
|
1735
|
-
{ name = "mkdocs-material" },
|
1736
1702
|
{ name = "openai" },
|
1737
|
-
{ name = "pre-commit" },
|
1738
1703
|
{ name = "pydantic" },
|
1739
1704
|
{ name = "pydantic-core" },
|
1740
1705
|
{ name = "requests" },
|
@@ -1742,14 +1707,14 @@ dependencies = [
|
|
1742
1707
|
{ name = "tenacity" },
|
1743
1708
|
{ name = "typer" },
|
1744
1709
|
]
|
1745
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1710
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a5/67/63c4b4d2cc3c7b4238920ad3388a6f5d67265ab7c09ee34012d6b591130e/instructor-1.10.0.tar.gz", hash = "sha256:887d33e058b913290dbf526b0096b1bb8d7ea1a07d75afecbf716161f959697b", size = 69388981 }
|
1746
1711
|
wheels = [
|
1747
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1712
|
+
{ url = "https://files.pythonhosted.org/packages/2c/fb/ffc1ade9779795a8dc8e2379b1bfb522161ee7df8df12722f50d348fb4ea/instructor-1.10.0-py3-none-any.whl", hash = "sha256:9c789f0fce915d5498059afb5314530c8a5b22b0283302679148ddae98f732b0", size = 119455 },
|
1748
1713
|
]
|
1749
1714
|
|
1750
1715
|
[[package]]
|
1751
1716
|
name = "ipykernel"
|
1752
|
-
version = "6.
|
1717
|
+
version = "6.30.0"
|
1753
1718
|
source = { registry = "https://pypi.org/simple" }
|
1754
1719
|
dependencies = [
|
1755
1720
|
{ name = "appnope", marker = "sys_platform == 'darwin'" },
|
@@ -1767,9 +1732,9 @@ dependencies = [
|
|
1767
1732
|
{ name = "tornado" },
|
1768
1733
|
{ name = "traitlets" },
|
1769
1734
|
]
|
1770
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1735
|
+
sdist = { url = "https://files.pythonhosted.org/packages/38/27/9e6e30ed92f2ac53d29f70b09da8b2dc456e256148e289678fa0e825f46a/ipykernel-6.30.0.tar.gz", hash = "sha256:b7b808ddb2d261aae2df3a26ff3ff810046e6de3dfbc6f7de8c98ea0a6cb632c", size = 165125 }
|
1771
1736
|
wheels = [
|
1772
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1737
|
+
{ url = "https://files.pythonhosted.org/packages/1f/3d/00813c3d9b46e3dcd88bd4530e0a3c63c0509e5d8c9eff34723ea243ab04/ipykernel-6.30.0-py3-none-any.whl", hash = "sha256:fd2936e55c4a1c2ee8b1e5fa6a372b8eecc0ab1338750dee76f48fa5cca1301e", size = 117264 },
|
1773
1738
|
]
|
1774
1739
|
|
1775
1740
|
[[package]]
|
@@ -2000,7 +1965,7 @@ wheels = [
|
|
2000
1965
|
|
2001
1966
|
[[package]]
|
2002
1967
|
name = "jsonschema"
|
2003
|
-
version = "4.
|
1968
|
+
version = "4.25.0"
|
2004
1969
|
source = { registry = "https://pypi.org/simple" }
|
2005
1970
|
dependencies = [
|
2006
1971
|
{ name = "attrs" },
|
@@ -2008,9 +1973,9 @@ dependencies = [
|
|
2008
1973
|
{ name = "referencing" },
|
2009
1974
|
{ name = "rpds-py" },
|
2010
1975
|
]
|
2011
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1976
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d5/00/a297a868e9d0784450faa7365c2172a7d6110c763e30ba861867c32ae6a9/jsonschema-4.25.0.tar.gz", hash = "sha256:e63acf5c11762c0e6672ffb61482bdf57f0876684d8d249c0fe2d730d48bc55f", size = 356830 }
|
2012
1977
|
wheels = [
|
2013
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1978
|
+
{ url = "https://files.pythonhosted.org/packages/fe/54/c86cd8e011fe98803d7e382fd67c0df5ceab8d2b7ad8c5a81524f791551c/jsonschema-4.25.0-py3-none-any.whl", hash = "sha256:24c2e8da302de79c8b9382fee3e76b355e44d2a4364bb207159ce10b517bd716", size = 89184 },
|
2014
1979
|
]
|
2015
1980
|
|
2016
1981
|
[package.optional-dependencies]
|
@@ -2021,6 +1986,7 @@ format-nongpl = [
|
|
2021
1986
|
{ name = "jsonpointer" },
|
2022
1987
|
{ name = "rfc3339-validator" },
|
2023
1988
|
{ name = "rfc3986-validator" },
|
1989
|
+
{ name = "rfc3987-syntax" },
|
2024
1990
|
{ name = "uri-template" },
|
2025
1991
|
{ name = "webcolors" },
|
2026
1992
|
]
|
@@ -2125,14 +2091,14 @@ wheels = [
|
|
2125
2091
|
|
2126
2092
|
[[package]]
|
2127
2093
|
name = "jupyter-lsp"
|
2128
|
-
version = "2.2.
|
2094
|
+
version = "2.2.6"
|
2129
2095
|
source = { registry = "https://pypi.org/simple" }
|
2130
2096
|
dependencies = [
|
2131
2097
|
{ name = "jupyter-server" },
|
2132
2098
|
]
|
2133
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2099
|
+
sdist = { url = "https://files.pythonhosted.org/packages/28/3d/40bdb41b665d3302390ed1356cebd5917c10769d1f190ee4ca595900840e/jupyter_lsp-2.2.6.tar.gz", hash = "sha256:0566bd9bb04fd9e6774a937ed01522b555ba78be37bebef787c8ab22de4c0361", size = 48948 }
|
2134
2100
|
wheels = [
|
2135
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2101
|
+
{ url = "https://files.pythonhosted.org/packages/47/7c/12f68daf85b469b4896d5e4a629baa33c806d61de75ac5b39d8ef27ec4a2/jupyter_lsp-2.2.6-py3-none-any.whl", hash = "sha256:283783752bf0b459ee7fa88effa72104d87dd343b82d5c06cf113ef755b15b6d", size = 69371 },
|
2136
2102
|
]
|
2137
2103
|
|
2138
2104
|
[[package]]
|
@@ -2180,7 +2146,7 @@ wheels = [
|
|
2180
2146
|
|
2181
2147
|
[[package]]
|
2182
2148
|
name = "jupyterlab"
|
2183
|
-
version = "4.4.
|
2149
|
+
version = "4.4.5"
|
2184
2150
|
source = { registry = "https://pypi.org/simple" }
|
2185
2151
|
dependencies = [
|
2186
2152
|
{ name = "async-lru" },
|
@@ -2198,9 +2164,9 @@ dependencies = [
|
|
2198
2164
|
{ name = "tornado" },
|
2199
2165
|
{ name = "traitlets" },
|
2200
2166
|
]
|
2201
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2167
|
+
sdist = { url = "https://files.pythonhosted.org/packages/20/89/695805a6564bafe08ef2505f3c473ae7140b8ba431d381436f11bdc2c266/jupyterlab-4.4.5.tar.gz", hash = "sha256:0bd6c18e6a3c3d91388af6540afa3d0bb0b2e76287a7b88ddf20ab41b336e595", size = 23037079 }
|
2202
2168
|
wheels = [
|
2203
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2169
|
+
{ url = "https://files.pythonhosted.org/packages/47/74/e144ce85b34414e44b14c1f6bf2e3bfe17964c8e5670ebdc7629f2e53672/jupyterlab-4.4.5-py3-none-any.whl", hash = "sha256:e76244cceb2d1fb4a99341f3edc866f2a13a9e14c50368d730d75d8017be0863", size = 12267763 },
|
2204
2170
|
]
|
2205
2171
|
|
2206
2172
|
[[package]]
|
@@ -2365,7 +2331,7 @@ wheels = [
|
|
2365
2331
|
|
2366
2332
|
[[package]]
|
2367
2333
|
name = "langchain-core"
|
2368
|
-
version = "0.3.
|
2334
|
+
version = "0.3.72"
|
2369
2335
|
source = { registry = "https://pypi.org/simple" }
|
2370
2336
|
dependencies = [
|
2371
2337
|
{ name = "jsonpatch" },
|
@@ -2376,9 +2342,9 @@ dependencies = [
|
|
2376
2342
|
{ name = "tenacity" },
|
2377
2343
|
{ name = "typing-extensions" },
|
2378
2344
|
]
|
2379
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2345
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8b/49/7568baeb96a57d3218cb5f1f113b142063679088fd3a0d0cae1feb0b3d36/langchain_core-0.3.72.tar.gz", hash = "sha256:4de3828909b3d7910c313242ab07b241294650f5cb6eac17738dd3638b1cd7de", size = 567227 }
|
2380
2346
|
wheels = [
|
2381
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2347
|
+
{ url = "https://files.pythonhosted.org/packages/6e/7d/9f75023c478e3b854d67da31d721e39f0eb30ae969ec6e755430cb1c0fb5/langchain_core-0.3.72-py3-none-any.whl", hash = "sha256:9fa15d390600eb6b6544397a7aa84be9564939b6adf7a2b091179ea30405b240", size = 442806 },
|
2382
2348
|
]
|
2383
2349
|
|
2384
2350
|
[[package]]
|
@@ -2404,16 +2370,16 @@ wheels = [
|
|
2404
2370
|
|
2405
2371
|
[[package]]
|
2406
2372
|
name = "langchain-openai"
|
2407
|
-
version = "0.3.
|
2373
|
+
version = "0.3.28"
|
2408
2374
|
source = { registry = "https://pypi.org/simple" }
|
2409
2375
|
dependencies = [
|
2410
2376
|
{ name = "langchain-core" },
|
2411
2377
|
{ name = "openai" },
|
2412
2378
|
{ name = "tiktoken" },
|
2413
2379
|
]
|
2414
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2380
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6b/1d/90cd764c62d5eb822113d3debc3abe10c8807d2c0af90917bfe09acd6f86/langchain_openai-0.3.28.tar.gz", hash = "sha256:6c669548dbdea325c034ae5ef699710e2abd054c7354fdb3ef7bf909dc739d9e", size = 753951 }
|
2415
2381
|
wheels = [
|
2416
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2382
|
+
{ url = "https://files.pythonhosted.org/packages/91/56/75f3d84b69b8bdae521a537697375e1241377627c32b78edcae337093502/langchain_openai-0.3.28-py3-none-any.whl", hash = "sha256:4cd6d80a5b2ae471a168017bc01b2e0f01548328d83532400a001623624ede67", size = 70571 },
|
2417
2383
|
]
|
2418
2384
|
|
2419
2385
|
[[package]]
|
@@ -2447,15 +2413,15 @@ wheels = [
|
|
2447
2413
|
|
2448
2414
|
[[package]]
|
2449
2415
|
name = "langgraph-checkpoint"
|
2450
|
-
version = "2.1.
|
2416
|
+
version = "2.1.1"
|
2451
2417
|
source = { registry = "https://pypi.org/simple" }
|
2452
2418
|
dependencies = [
|
2453
2419
|
{ name = "langchain-core" },
|
2454
2420
|
{ name = "ormsgpack" },
|
2455
2421
|
]
|
2456
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2422
|
+
sdist = { url = "https://files.pythonhosted.org/packages/73/3e/d00eb2b56c3846a0cabd2e5aa71c17a95f882d4f799a6ffe96a19b55eba9/langgraph_checkpoint-2.1.1.tar.gz", hash = "sha256:72038c0f9e22260cb9bff1f3ebe5eb06d940b7ee5c1e4765019269d4f21cf92d", size = 136256 }
|
2457
2423
|
wheels = [
|
2458
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2424
|
+
{ url = "https://files.pythonhosted.org/packages/4c/dd/64686797b0927fb18b290044be12ae9d4df01670dce6bb2498d5ab65cb24/langgraph_checkpoint-2.1.1-py3-none-any.whl", hash = "sha256:5a779134fd28134a9a83d078be4450bbf0e0c79fdf5e992549658899e6fc5ea7", size = 43925 },
|
2459
2425
|
]
|
2460
2426
|
|
2461
2427
|
[[package]]
|
@@ -2473,20 +2439,20 @@ wheels = [
|
|
2473
2439
|
|
2474
2440
|
[[package]]
|
2475
2441
|
name = "langgraph-sdk"
|
2476
|
-
version = "0.
|
2442
|
+
version = "0.2.0"
|
2477
2443
|
source = { registry = "https://pypi.org/simple" }
|
2478
2444
|
dependencies = [
|
2479
2445
|
{ name = "httpx" },
|
2480
2446
|
{ name = "orjson" },
|
2481
2447
|
]
|
2482
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2448
|
+
sdist = { url = "https://files.pythonhosted.org/packages/2a/3e/3dc45dc7682c9940db9edaf8773d2e157397c5bd6881f6806808afd8731e/langgraph_sdk-0.2.0.tar.gz", hash = "sha256:cd8b5f6595e5571be5cbffd04cf936978ab8f5d1005517c99715947ef871e246", size = 72510 }
|
2483
2449
|
wheels = [
|
2484
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2450
|
+
{ url = "https://files.pythonhosted.org/packages/a5/03/a8ab0e8ea74be6058cb48bb1d85485b5c65d6ea183e3ee1aa8ca1ac73b3e/langgraph_sdk-0.2.0-py3-none-any.whl", hash = "sha256:150722264f225c4d47bbe7394676be102fdbf04c4400a0dd1bd41a70c6430cc7", size = 50569 },
|
2485
2451
|
]
|
2486
2452
|
|
2487
2453
|
[[package]]
|
2488
2454
|
name = "langsmith"
|
2489
|
-
version = "0.4.
|
2455
|
+
version = "0.4.8"
|
2490
2456
|
source = { registry = "https://pypi.org/simple" }
|
2491
2457
|
dependencies = [
|
2492
2458
|
{ name = "httpx" },
|
@@ -2497,9 +2463,18 @@ dependencies = [
|
|
2497
2463
|
{ name = "requests-toolbelt" },
|
2498
2464
|
{ name = "zstandard" },
|
2499
2465
|
]
|
2500
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2466
|
+
sdist = { url = "https://files.pythonhosted.org/packages/46/38/0da897697ce29fb78cdaacae2d0fa3a4bc2a0abf23f84f6ecd1947f79245/langsmith-0.4.8.tar.gz", hash = "sha256:50eccb744473dd6bd3e0fe024786e2196b1f8598f8defffce7ac31113d6c140f", size = 352414 }
|
2501
2467
|
wheels = [
|
2502
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2468
|
+
{ url = "https://files.pythonhosted.org/packages/19/4f/481324462c44ce21443b833ad73ee51117031d41c16fec06cddbb7495b26/langsmith-0.4.8-py3-none-any.whl", hash = "sha256:ca2f6024ab9d2cd4d091b2e5b58a5d2cb0c354a0c84fe214145a89ad450abae0", size = 367975 },
|
2469
|
+
]
|
2470
|
+
|
2471
|
+
[[package]]
|
2472
|
+
name = "lark"
|
2473
|
+
version = "1.2.2"
|
2474
|
+
source = { registry = "https://pypi.org/simple" }
|
2475
|
+
sdist = { url = "https://files.pythonhosted.org/packages/af/60/bc7622aefb2aee1c0b4ba23c1446d3e30225c8770b38d7aedbfb65ca9d5a/lark-1.2.2.tar.gz", hash = "sha256:ca807d0162cd16cef15a8feecb862d7319e7a09bdb13aef927968e45040fed80", size = 252132 }
|
2476
|
+
wheels = [
|
2477
|
+
{ url = "https://files.pythonhosted.org/packages/2d/00/d90b10b962b4277f5e64a78b6609968859ff86889f5b898c1a778c06ec00/lark-1.2.2-py3-none-any.whl", hash = "sha256:c2276486b02f0f1b90be155f2c8ba4a8e194d42775786db622faccd652d8e80c", size = 111036 },
|
2503
2478
|
]
|
2504
2479
|
|
2505
2480
|
[[package]]
|
@@ -2809,15 +2784,6 @@ wheels = [
|
|
2809
2784
|
{ url = "https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", size = 9979 },
|
2810
2785
|
]
|
2811
2786
|
|
2812
|
-
[[package]]
|
2813
|
-
name = "mergedeep"
|
2814
|
-
version = "1.3.4"
|
2815
|
-
source = { registry = "https://pypi.org/simple" }
|
2816
|
-
sdist = { url = "https://files.pythonhosted.org/packages/3a/41/580bb4006e3ed0361b8151a01d324fb03f420815446c7def45d02f74c270/mergedeep-1.3.4.tar.gz", hash = "sha256:0096d52e9dad9939c3d975a774666af186eda617e6ca84df4c94dec30004f2a8", size = 4661 }
|
2817
|
-
wheels = [
|
2818
|
-
{ url = "https://files.pythonhosted.org/packages/2c/19/04f9b178c2d8a15b076c8b5140708fa6ffc5601fb6f1e975537072df5b2a/mergedeep-1.3.4-py3-none-any.whl", hash = "sha256:70775750742b25c0d8f36c55aed03d24c3384d17c951b3175d898bd778ef0307", size = 6354 },
|
2819
|
-
]
|
2820
|
-
|
2821
2787
|
[[package]]
|
2822
2788
|
name = "mistune"
|
2823
2789
|
version = "3.1.3"
|
@@ -2830,75 +2796,6 @@ wheels = [
|
|
2830
2796
|
{ url = "https://files.pythonhosted.org/packages/01/4d/23c4e4f09da849e127e9f123241946c23c1e30f45a88366879e064211815/mistune-3.1.3-py3-none-any.whl", hash = "sha256:1a32314113cff28aa6432e99e522677c8587fd83e3d51c29b82a52409c842bd9", size = 53410 },
|
2831
2797
|
]
|
2832
2798
|
|
2833
|
-
[[package]]
|
2834
|
-
name = "mkdocs"
|
2835
|
-
version = "1.6.1"
|
2836
|
-
source = { registry = "https://pypi.org/simple" }
|
2837
|
-
dependencies = [
|
2838
|
-
{ name = "click" },
|
2839
|
-
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
2840
|
-
{ name = "ghp-import" },
|
2841
|
-
{ name = "jinja2" },
|
2842
|
-
{ name = "markdown" },
|
2843
|
-
{ name = "markupsafe" },
|
2844
|
-
{ name = "mergedeep" },
|
2845
|
-
{ name = "mkdocs-get-deps" },
|
2846
|
-
{ name = "packaging" },
|
2847
|
-
{ name = "pathspec" },
|
2848
|
-
{ name = "pyyaml" },
|
2849
|
-
{ name = "pyyaml-env-tag" },
|
2850
|
-
{ name = "watchdog" },
|
2851
|
-
]
|
2852
|
-
sdist = { url = "https://files.pythonhosted.org/packages/bc/c6/bbd4f061bd16b378247f12953ffcb04786a618ce5e904b8c5a01a0309061/mkdocs-1.6.1.tar.gz", hash = "sha256:7b432f01d928c084353ab39c57282f29f92136665bdd6abf7c1ec8d822ef86f2", size = 3889159 }
|
2853
|
-
wheels = [
|
2854
|
-
{ url = "https://files.pythonhosted.org/packages/22/5b/dbc6a8cddc9cfa9c4971d59fb12bb8d42e161b7e7f8cc89e49137c5b279c/mkdocs-1.6.1-py3-none-any.whl", hash = "sha256:db91759624d1647f3f34aa0c3f327dd2601beae39a366d6e064c03468d35c20e", size = 3864451 },
|
2855
|
-
]
|
2856
|
-
|
2857
|
-
[[package]]
|
2858
|
-
name = "mkdocs-get-deps"
|
2859
|
-
version = "0.2.0"
|
2860
|
-
source = { registry = "https://pypi.org/simple" }
|
2861
|
-
dependencies = [
|
2862
|
-
{ name = "mergedeep" },
|
2863
|
-
{ name = "platformdirs" },
|
2864
|
-
{ name = "pyyaml" },
|
2865
|
-
]
|
2866
|
-
sdist = { url = "https://files.pythonhosted.org/packages/98/f5/ed29cd50067784976f25ed0ed6fcd3c2ce9eb90650aa3b2796ddf7b6870b/mkdocs_get_deps-0.2.0.tar.gz", hash = "sha256:162b3d129c7fad9b19abfdcb9c1458a651628e4b1dea628ac68790fb3061c60c", size = 10239 }
|
2867
|
-
wheels = [
|
2868
|
-
{ url = "https://files.pythonhosted.org/packages/9f/d4/029f984e8d3f3b6b726bd33cafc473b75e9e44c0f7e80a5b29abc466bdea/mkdocs_get_deps-0.2.0-py3-none-any.whl", hash = "sha256:2bf11d0b133e77a0dd036abeeb06dec8775e46efa526dc70667d8863eefc6134", size = 9521 },
|
2869
|
-
]
|
2870
|
-
|
2871
|
-
[[package]]
|
2872
|
-
name = "mkdocs-material"
|
2873
|
-
version = "9.6.15"
|
2874
|
-
source = { registry = "https://pypi.org/simple" }
|
2875
|
-
dependencies = [
|
2876
|
-
{ name = "babel" },
|
2877
|
-
{ name = "backrefs" },
|
2878
|
-
{ name = "colorama" },
|
2879
|
-
{ name = "jinja2" },
|
2880
|
-
{ name = "markdown" },
|
2881
|
-
{ name = "mkdocs" },
|
2882
|
-
{ name = "mkdocs-material-extensions" },
|
2883
|
-
{ name = "paginate" },
|
2884
|
-
{ name = "pygments" },
|
2885
|
-
{ name = "pymdown-extensions" },
|
2886
|
-
{ name = "requests" },
|
2887
|
-
]
|
2888
|
-
sdist = { url = "https://files.pythonhosted.org/packages/95/c1/f804ba2db2ddc2183e900befe7dad64339a34fa935034e1ab405289d0a97/mkdocs_material-9.6.15.tar.gz", hash = "sha256:64adf8fa8dba1a17905b6aee1894a5aafd966d4aeb44a11088519b0f5ca4f1b5", size = 3951836 }
|
2889
|
-
wheels = [
|
2890
|
-
{ url = "https://files.pythonhosted.org/packages/1d/30/dda19f0495a9096b64b6b3c07c4bfcff1c76ee0fc521086d53593f18b4c0/mkdocs_material-9.6.15-py3-none-any.whl", hash = "sha256:ac969c94d4fe5eb7c924b6d2f43d7db41159ea91553d18a9afc4780c34f2717a", size = 8716840 },
|
2891
|
-
]
|
2892
|
-
|
2893
|
-
[[package]]
|
2894
|
-
name = "mkdocs-material-extensions"
|
2895
|
-
version = "1.3.1"
|
2896
|
-
source = { registry = "https://pypi.org/simple" }
|
2897
|
-
sdist = { url = "https://files.pythonhosted.org/packages/79/9b/9b4c96d6593b2a541e1cb8b34899a6d021d208bb357042823d4d2cabdbe7/mkdocs_material_extensions-1.3.1.tar.gz", hash = "sha256:10c9511cea88f568257f960358a467d12b970e1f7b2c0e5fb2bb48cab1928443", size = 11847 }
|
2898
|
-
wheels = [
|
2899
|
-
{ url = "https://files.pythonhosted.org/packages/5b/54/662a4743aa81d9582ee9339d4ffa3c8fd40a4965e033d77b9da9774d3960/mkdocs_material_extensions-1.3.1-py3-none-any.whl", hash = "sha256:adff8b62700b25cb77b53358dad940f3ef973dd6db797907c49e3c2ef3ab4e31", size = 8728 },
|
2900
|
-
]
|
2901
|
-
|
2902
2799
|
[[package]]
|
2903
2800
|
name = "mmh3"
|
2904
2801
|
version = "5.1.0"
|
@@ -3082,11 +2979,11 @@ wheels = [
|
|
3082
2979
|
|
3083
2980
|
[[package]]
|
3084
2981
|
name = "narwhals"
|
3085
|
-
version = "1.
|
2982
|
+
version = "1.48.0"
|
3086
2983
|
source = { registry = "https://pypi.org/simple" }
|
3087
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2984
|
+
sdist = { url = "https://files.pythonhosted.org/packages/fc/cd/7395d6c247e821cba6243e9f7ed202fae3fefef643c96581b5ecab927bad/narwhals-1.48.0.tar.gz", hash = "sha256:7243b456cbdb60edb148731a8f9b203f473a373a249ad66c699362508730e63f", size = 515112 }
|
3088
2985
|
wheels = [
|
3089
|
-
{ url = "https://files.pythonhosted.org/packages/75/
|
2986
|
+
{ url = "https://files.pythonhosted.org/packages/75/72/5406044d4c251f3d8f78cec05b74839d0332d34c9e94b59120f3697ecf48/narwhals-1.48.0-py3-none-any.whl", hash = "sha256:2bbddc3adeed0c5b15ead8fe61f1d5e459f00c1d2fa60921e52a0f9bdc06077d", size = 376866 },
|
3090
2987
|
]
|
3091
2988
|
|
3092
2989
|
[[package]]
|
@@ -3178,15 +3075,6 @@ wheels = [
|
|
3178
3075
|
{ url = "https://files.pythonhosted.org/packages/eb/8d/776adee7bbf76365fdd7f2552710282c79a4ead5d2a46408c9043a2b70ba/networkx-3.5-py3-none-any.whl", hash = "sha256:0030d386a9a06dee3565298b4a734b68589749a544acbb6c412dc9e2489ec6ec", size = 2034406 },
|
3179
3076
|
]
|
3180
3077
|
|
3181
|
-
[[package]]
|
3182
|
-
name = "nodeenv"
|
3183
|
-
version = "1.9.1"
|
3184
|
-
source = { registry = "https://pypi.org/simple" }
|
3185
|
-
sdist = { url = "https://files.pythonhosted.org/packages/43/16/fc88b08840de0e0a72a2f9d8c6bae36be573e475a6326ae854bcc549fc45/nodeenv-1.9.1.tar.gz", hash = "sha256:6ec12890a2dab7946721edbfbcd91f3319c6ccc9aec47be7c7e6b7011ee6645f", size = 47437 }
|
3186
|
-
wheels = [
|
3187
|
-
{ url = "https://files.pythonhosted.org/packages/d2/1d/1b658dbd2b9fa9c4c9f32accbfc0205d532c8c6194dc0f2a4c0428e7128a/nodeenv-1.9.1-py2.py3-none-any.whl", hash = "sha256:ba11c9782d29c27c70ffbdda2d7415098754709be8a7056d79a737cd901155c9", size = 22314 },
|
3188
|
-
]
|
3189
|
-
|
3190
3078
|
[[package]]
|
3191
3079
|
name = "notebook"
|
3192
3080
|
version = "7.4.4"
|
@@ -3369,7 +3257,7 @@ wheels = [
|
|
3369
3257
|
|
3370
3258
|
[[package]]
|
3371
3259
|
name = "openai"
|
3372
|
-
version = "1.
|
3260
|
+
version = "1.97.1"
|
3373
3261
|
source = { registry = "https://pypi.org/simple" }
|
3374
3262
|
dependencies = [
|
3375
3263
|
{ name = "anyio" },
|
@@ -3381,9 +3269,9 @@ dependencies = [
|
|
3381
3269
|
{ name = "tqdm" },
|
3382
3270
|
{ name = "typing-extensions" },
|
3383
3271
|
]
|
3384
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3272
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a6/57/1c471f6b3efb879d26686d31582997615e969f3bb4458111c9705e56332e/openai-1.97.1.tar.gz", hash = "sha256:a744b27ae624e3d4135225da9b1c89c107a2a7e5bc4c93e5b7b5214772ce7a4e", size = 494267 }
|
3385
3273
|
wheels = [
|
3386
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3274
|
+
{ url = "https://files.pythonhosted.org/packages/ee/35/412a0e9c3f0d37c94ed764b8ac7adae2d834dbd20e69f6aca582118e0f55/openai-1.97.1-py3-none-any.whl", hash = "sha256:4e96bbdf672ec3d44968c9ea39d2c375891db1acc1794668d8149d5fa6000606", size = 764380 },
|
3387
3275
|
]
|
3388
3276
|
|
3389
3277
|
[[package]]
|
@@ -3400,15 +3288,15 @@ wheels = [
|
|
3400
3288
|
|
3401
3289
|
[[package]]
|
3402
3290
|
name = "opentelemetry-api"
|
3403
|
-
version = "1.
|
3291
|
+
version = "1.35.0"
|
3404
3292
|
source = { registry = "https://pypi.org/simple" }
|
3405
3293
|
dependencies = [
|
3406
3294
|
{ name = "importlib-metadata" },
|
3407
3295
|
{ name = "typing-extensions" },
|
3408
3296
|
]
|
3409
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3297
|
+
sdist = { url = "https://files.pythonhosted.org/packages/99/c9/4509bfca6bb43220ce7f863c9f791e0d5001c2ec2b5867d48586008b3d96/opentelemetry_api-1.35.0.tar.gz", hash = "sha256:a111b959bcfa5b4d7dffc2fbd6a241aa72dd78dd8e79b5b1662bda896c5d2ffe", size = 64778 }
|
3410
3298
|
wheels = [
|
3411
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3299
|
+
{ url = "https://files.pythonhosted.org/packages/1d/5a/3f8d078dbf55d18442f6a2ecedf6786d81d7245844b2b20ce2b8ad6f0307/opentelemetry_api-1.35.0-py3-none-any.whl", hash = "sha256:c4ea7e258a244858daf18474625e9cc0149b8ee354f37843415771a40c25ee06", size = 65566 },
|
3412
3300
|
]
|
3413
3301
|
|
3414
3302
|
[[package]]
|
@@ -3428,19 +3316,19 @@ wheels = [
|
|
3428
3316
|
|
3429
3317
|
[[package]]
|
3430
3318
|
name = "opentelemetry-exporter-otlp-proto-common"
|
3431
|
-
version = "1.
|
3319
|
+
version = "1.35.0"
|
3432
3320
|
source = { registry = "https://pypi.org/simple" }
|
3433
3321
|
dependencies = [
|
3434
3322
|
{ name = "opentelemetry-proto" },
|
3435
3323
|
]
|
3436
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3324
|
+
sdist = { url = "https://files.pythonhosted.org/packages/56/d1/887f860529cba7fc3aba2f6a3597fefec010a17bd1b126810724707d9b51/opentelemetry_exporter_otlp_proto_common-1.35.0.tar.gz", hash = "sha256:6f6d8c39f629b9fa5c79ce19a2829dbd93034f8ac51243cdf40ed2196f00d7eb", size = 20299 }
|
3437
3325
|
wheels = [
|
3438
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3326
|
+
{ url = "https://files.pythonhosted.org/packages/5a/2c/e31dd3c719bff87fa77391eb7f38b1430d22868c52312cba8aad60f280e5/opentelemetry_exporter_otlp_proto_common-1.35.0-py3-none-any.whl", hash = "sha256:863465de697ae81279ede660f3918680b4480ef5f69dcdac04f30722ed7b74cc", size = 18349 },
|
3439
3327
|
]
|
3440
3328
|
|
3441
3329
|
[[package]]
|
3442
3330
|
name = "opentelemetry-exporter-otlp-proto-grpc"
|
3443
|
-
version = "1.
|
3331
|
+
version = "1.35.0"
|
3444
3332
|
source = { registry = "https://pypi.org/simple" }
|
3445
3333
|
dependencies = [
|
3446
3334
|
{ name = "googleapis-common-protos" },
|
@@ -3451,14 +3339,14 @@ dependencies = [
|
|
3451
3339
|
{ name = "opentelemetry-sdk" },
|
3452
3340
|
{ name = "typing-extensions" },
|
3453
3341
|
]
|
3454
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3342
|
+
sdist = { url = "https://files.pythonhosted.org/packages/20/de/222e4f2f8cd39250991f84d76b661534aef457cafc6a3eb3fcd513627698/opentelemetry_exporter_otlp_proto_grpc-1.35.0.tar.gz", hash = "sha256:ac4c2c3aa5674642db0df0091ab43ec08bbd91a9be469c8d9b18923eb742b9cc", size = 23794 }
|
3455
3343
|
wheels = [
|
3456
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3344
|
+
{ url = "https://files.pythonhosted.org/packages/f4/a6/3f60a77279e6a3dc21fc076dcb51be159a633b0bba5cba9fb804062a9332/opentelemetry_exporter_otlp_proto_grpc-1.35.0-py3-none-any.whl", hash = "sha256:ee31203eb3e50c7967b8fa71db366cc355099aca4e3726e489b248cdb2fd5a62", size = 18846 },
|
3457
3345
|
]
|
3458
3346
|
|
3459
3347
|
[[package]]
|
3460
3348
|
name = "opentelemetry-exporter-otlp-proto-http"
|
3461
|
-
version = "1.
|
3349
|
+
version = "1.35.0"
|
3462
3350
|
source = { registry = "https://pypi.org/simple" }
|
3463
3351
|
dependencies = [
|
3464
3352
|
{ name = "googleapis-common-protos" },
|
@@ -3469,14 +3357,14 @@ dependencies = [
|
|
3469
3357
|
{ name = "requests" },
|
3470
3358
|
{ name = "typing-extensions" },
|
3471
3359
|
]
|
3472
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3360
|
+
sdist = { url = "https://files.pythonhosted.org/packages/88/7f/7bdc06e84266a5b4b0fefd9790b3859804bf7682ce2daabcba2e22fdb3b2/opentelemetry_exporter_otlp_proto_http-1.35.0.tar.gz", hash = "sha256:cf940147f91b450ef5f66e9980d40eb187582eed399fa851f4a7a45bb880de79", size = 15908 }
|
3473
3361
|
wheels = [
|
3474
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3362
|
+
{ url = "https://files.pythonhosted.org/packages/d4/71/f118cd90dc26797077931dd598bde5e0cc652519db166593f962f8fcd022/opentelemetry_exporter_otlp_proto_http-1.35.0-py3-none-any.whl", hash = "sha256:9a001e3df3c7f160fb31056a28ed7faa2de7df68877ae909516102ae36a54e1d", size = 18589 },
|
3475
3363
|
]
|
3476
3364
|
|
3477
3365
|
[[package]]
|
3478
3366
|
name = "opentelemetry-instrumentation"
|
3479
|
-
version = "0.
|
3367
|
+
version = "0.56b0"
|
3480
3368
|
source = { registry = "https://pypi.org/simple" }
|
3481
3369
|
dependencies = [
|
3482
3370
|
{ name = "opentelemetry-api" },
|
@@ -3484,9 +3372,9 @@ dependencies = [
|
|
3484
3372
|
{ name = "packaging" },
|
3485
3373
|
{ name = "wrapt" },
|
3486
3374
|
]
|
3487
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3375
|
+
sdist = { url = "https://files.pythonhosted.org/packages/bb/14/964e90f524655aed5c699190dad8dd9a05ed0f5fa334b4b33532237c2b51/opentelemetry_instrumentation-0.56b0.tar.gz", hash = "sha256:d2dbb3021188ca0ec8c5606349ee9a2919239627e8341d4d37f1d21ec3291d11", size = 28551 }
|
3488
3376
|
wheels = [
|
3489
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3377
|
+
{ url = "https://files.pythonhosted.org/packages/26/aa/2328f27200b8e51640d4d7ff5343ba6a81ab7d2650a9f574db016aae4adf/opentelemetry_instrumentation-0.56b0-py3-none-any.whl", hash = "sha256:948967f7c8f5bdc6e43512ba74c9ae14acb48eb72a35b61afe8db9909f743be3", size = 31105 },
|
3490
3378
|
]
|
3491
3379
|
|
3492
3380
|
[[package]]
|
@@ -3673,15 +3561,15 @@ wheels = [
|
|
3673
3561
|
|
3674
3562
|
[[package]]
|
3675
3563
|
name = "opentelemetry-instrumentation-logging"
|
3676
|
-
version = "0.
|
3564
|
+
version = "0.56b0"
|
3677
3565
|
source = { registry = "https://pypi.org/simple" }
|
3678
3566
|
dependencies = [
|
3679
3567
|
{ name = "opentelemetry-api" },
|
3680
3568
|
{ name = "opentelemetry-instrumentation" },
|
3681
3569
|
]
|
3682
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3570
|
+
sdist = { url = "https://files.pythonhosted.org/packages/fe/f2/f1797f06a1716a62e9dadbcc48f52ce52b998c18d194a0d31ec54733843c/opentelemetry_instrumentation_logging-0.56b0.tar.gz", hash = "sha256:beb75e60dd4f9db28730e357534ca4a1197d4472361d3a577310ed1dfe2824d1", size = 9969 }
|
3683
3571
|
wheels = [
|
3684
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3572
|
+
{ url = "https://files.pythonhosted.org/packages/a9/f2/1044fcb4f97fe6803beb52af18ae81d74cf08a831bf20b49bd35ee6ec69d/opentelemetry_instrumentation_logging-0.56b0-py3-none-any.whl", hash = "sha256:77177205fde08b98a4ed598ef7339ef9afb43479fe297a7d08ed88f3388261a2", size = 12576 },
|
3685
3573
|
]
|
3686
3574
|
|
3687
3575
|
[[package]]
|
@@ -3807,7 +3695,7 @@ wheels = [
|
|
3807
3695
|
|
3808
3696
|
[[package]]
|
3809
3697
|
name = "opentelemetry-instrumentation-requests"
|
3810
|
-
version = "0.
|
3698
|
+
version = "0.56b0"
|
3811
3699
|
source = { registry = "https://pypi.org/simple" }
|
3812
3700
|
dependencies = [
|
3813
3701
|
{ name = "opentelemetry-api" },
|
@@ -3815,9 +3703,9 @@ dependencies = [
|
|
3815
3703
|
{ name = "opentelemetry-semantic-conventions" },
|
3816
3704
|
{ name = "opentelemetry-util-http" },
|
3817
3705
|
]
|
3818
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3706
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e2/e9/e824a8ae2b022dc9c62559c803e5cc489ece7489ef38b6ff7efa74cd5cd9/opentelemetry_instrumentation_requests-0.56b0.tar.gz", hash = "sha256:bd1ed4f49d377108541ec26beb7050c31548073d43796f5d92bb91a3125fb566", size = 15187 }
|
3819
3707
|
wheels = [
|
3820
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3708
|
+
{ url = "https://files.pythonhosted.org/packages/3e/36/3a50b898041174b9dc66fb1ede1d605b89e632296f98857887ea8c4df789/opentelemetry_instrumentation_requests-0.56b0-py3-none-any.whl", hash = "sha256:07531147237c8592a1ac1d4d5515e18970ef39c940ebee5cdf96644ac037f793", size = 12966 },
|
3821
3709
|
]
|
3822
3710
|
|
3823
3711
|
[[package]]
|
@@ -3837,7 +3725,7 @@ wheels = [
|
|
3837
3725
|
|
3838
3726
|
[[package]]
|
3839
3727
|
name = "opentelemetry-instrumentation-sqlalchemy"
|
3840
|
-
version = "0.
|
3728
|
+
version = "0.56b0"
|
3841
3729
|
source = { registry = "https://pypi.org/simple" }
|
3842
3730
|
dependencies = [
|
3843
3731
|
{ name = "opentelemetry-api" },
|
@@ -3846,23 +3734,23 @@ dependencies = [
|
|
3846
3734
|
{ name = "packaging" },
|
3847
3735
|
{ name = "wrapt" },
|
3848
3736
|
]
|
3849
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3737
|
+
sdist = { url = "https://files.pythonhosted.org/packages/14/3f/e78a5a2f0a759933aff42b3827c1fd775abd7c55f9b24ddd15a2affdd024/opentelemetry_instrumentation_sqlalchemy-0.56b0.tar.gz", hash = "sha256:1ac5edcc77cf0bd68d9f1119b8408f22e774797bf82958d0262755d0980e77ec", size = 14959 }
|
3850
3738
|
wheels = [
|
3851
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3739
|
+
{ url = "https://files.pythonhosted.org/packages/6a/bc/f7660025a1b313a417a72a452253a5bc823c5d7c24fc9d467a1434a9255c/opentelemetry_instrumentation_sqlalchemy-0.56b0-py3-none-any.whl", hash = "sha256:1a5d80bc3324c1f34cbe71e3d7ecc14f55497c5b730afafd57ea8109144c89f4", size = 14204 },
|
3852
3740
|
]
|
3853
3741
|
|
3854
3742
|
[[package]]
|
3855
3743
|
name = "opentelemetry-instrumentation-threading"
|
3856
|
-
version = "0.
|
3744
|
+
version = "0.56b0"
|
3857
3745
|
source = { registry = "https://pypi.org/simple" }
|
3858
3746
|
dependencies = [
|
3859
3747
|
{ name = "opentelemetry-api" },
|
3860
3748
|
{ name = "opentelemetry-instrumentation" },
|
3861
3749
|
{ name = "wrapt" },
|
3862
3750
|
]
|
3863
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3751
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ab/5a/d891bc9e70f3236f00a90fa4f37d00e0065be2c96f5a5fd7b17dc7cfc8b8/opentelemetry_instrumentation_threading-0.56b0.tar.gz", hash = "sha256:5194aec8194ca9cb151702c1927a1867df250426ae43b89ec8c4562baf69a1d1", size = 8767 }
|
3864
3752
|
wheels = [
|
3865
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3753
|
+
{ url = "https://files.pythonhosted.org/packages/b4/00/0de373b217743cd3c097947df52eb25a3f62f96baec2f0cb02e1dbbeb5fb/opentelemetry_instrumentation_threading-0.56b0-py3-none-any.whl", hash = "sha256:1a661fd9e0e1606002f1cc12ec35012e4c673d16e9293dec99001bae502d9e8b", size = 9313 },
|
3866
3754
|
]
|
3867
3755
|
|
3868
3756
|
[[package]]
|
@@ -3897,7 +3785,7 @@ wheels = [
|
|
3897
3785
|
|
3898
3786
|
[[package]]
|
3899
3787
|
name = "opentelemetry-instrumentation-urllib3"
|
3900
|
-
version = "0.
|
3788
|
+
version = "0.56b0"
|
3901
3789
|
source = { registry = "https://pypi.org/simple" }
|
3902
3790
|
dependencies = [
|
3903
3791
|
{ name = "opentelemetry-api" },
|
@@ -3906,9 +3794,9 @@ dependencies = [
|
|
3906
3794
|
{ name = "opentelemetry-util-http" },
|
3907
3795
|
{ name = "wrapt" },
|
3908
3796
|
]
|
3909
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3797
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5a/d3/d86927e25b4cc1e7ec6dafc5fc5ce05a1bf131e76652632a0ec4e9fa4537/opentelemetry_instrumentation_urllib3-0.56b0.tar.gz", hash = "sha256:4ae4a6877f4137bce60695a03bdfed376f56b6698cc6de286f6401d90260e4ce", size = 15789 }
|
3910
3798
|
wheels = [
|
3911
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3799
|
+
{ url = "https://files.pythonhosted.org/packages/01/53/80ae290df2391c2386202595c281c76e5b0b40559a9266190a86c8c947bf/opentelemetry_instrumentation_urllib3-0.56b0-py3-none-any.whl", hash = "sha256:50bccf9b1c53c4abfcb1e1aeeb2c528a5aac393b1812592709415441caea2ce0", size = 13188 },
|
3912
3800
|
]
|
3913
3801
|
|
3914
3802
|
[[package]]
|
@@ -3958,14 +3846,14 @@ wheels = [
|
|
3958
3846
|
|
3959
3847
|
[[package]]
|
3960
3848
|
name = "opentelemetry-proto"
|
3961
|
-
version = "1.
|
3849
|
+
version = "1.35.0"
|
3962
3850
|
source = { registry = "https://pypi.org/simple" }
|
3963
3851
|
dependencies = [
|
3964
3852
|
{ name = "protobuf" },
|
3965
3853
|
]
|
3966
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3854
|
+
sdist = { url = "https://files.pythonhosted.org/packages/dc/a2/7366e32d9a2bccbb8614942dbea2cf93c209610385ea966cb050334f8df7/opentelemetry_proto-1.35.0.tar.gz", hash = "sha256:532497341bd3e1c074def7c5b00172601b28bb83b48afc41a4b779f26eb4ee05", size = 46151 }
|
3967
3855
|
wheels = [
|
3968
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3856
|
+
{ url = "https://files.pythonhosted.org/packages/00/a7/3f05de580da7e8a8b8dff041d3d07a20bf3bb62d3bcc027f8fd669a73ff4/opentelemetry_proto-1.35.0-py3-none-any.whl", hash = "sha256:98fffa803164499f562718384e703be8d7dfbe680192279a0429cb150a2f8809", size = 72536 },
|
3969
3857
|
]
|
3970
3858
|
|
3971
3859
|
[[package]]
|
@@ -3985,29 +3873,29 @@ wheels = [
|
|
3985
3873
|
|
3986
3874
|
[[package]]
|
3987
3875
|
name = "opentelemetry-sdk"
|
3988
|
-
version = "1.
|
3876
|
+
version = "1.35.0"
|
3989
3877
|
source = { registry = "https://pypi.org/simple" }
|
3990
3878
|
dependencies = [
|
3991
3879
|
{ name = "opentelemetry-api" },
|
3992
3880
|
{ name = "opentelemetry-semantic-conventions" },
|
3993
3881
|
{ name = "typing-extensions" },
|
3994
3882
|
]
|
3995
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3883
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9a/cf/1eb2ed2ce55e0a9aa95b3007f26f55c7943aeef0a783bb006bdd92b3299e/opentelemetry_sdk-1.35.0.tar.gz", hash = "sha256:2a400b415ab68aaa6f04e8a6a9f6552908fb3090ae2ff78d6ae0c597ac581954", size = 160871 }
|
3996
3884
|
wheels = [
|
3997
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3885
|
+
{ url = "https://files.pythonhosted.org/packages/01/4f/8e32b757ef3b660511b638ab52d1ed9259b666bdeeceba51a082ce3aea95/opentelemetry_sdk-1.35.0-py3-none-any.whl", hash = "sha256:223d9e5f5678518f4842311bb73966e0b6db5d1e0b74e35074c052cd2487f800", size = 119379 },
|
3998
3886
|
]
|
3999
3887
|
|
4000
3888
|
[[package]]
|
4001
3889
|
name = "opentelemetry-semantic-conventions"
|
4002
|
-
version = "0.
|
3890
|
+
version = "0.56b0"
|
4003
3891
|
source = { registry = "https://pypi.org/simple" }
|
4004
3892
|
dependencies = [
|
4005
3893
|
{ name = "opentelemetry-api" },
|
4006
3894
|
{ name = "typing-extensions" },
|
4007
3895
|
]
|
4008
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3896
|
+
sdist = { url = "https://files.pythonhosted.org/packages/32/8e/214fa817f63b9f068519463d8ab46afd5d03b98930c39394a37ae3e741d0/opentelemetry_semantic_conventions-0.56b0.tar.gz", hash = "sha256:c114c2eacc8ff6d3908cb328c811eaf64e6d68623840be9224dc829c4fd6c2ea", size = 124221 }
|
4009
3897
|
wheels = [
|
4010
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3898
|
+
{ url = "https://files.pythonhosted.org/packages/c7/3f/e80c1b017066a9d999efffe88d1cce66116dcf5cb7f80c41040a83b6e03b/opentelemetry_semantic_conventions-0.56b0-py3-none-any.whl", hash = "sha256:df44492868fd6b482511cc43a942e7194be64e94945f572db24df2e279a001a2", size = 201625 },
|
4011
3899
|
]
|
4012
3900
|
|
4013
3901
|
[[package]]
|
@@ -4021,62 +3909,62 @@ wheels = [
|
|
4021
3909
|
|
4022
3910
|
[[package]]
|
4023
3911
|
name = "opentelemetry-util-http"
|
4024
|
-
version = "0.
|
3912
|
+
version = "0.56b0"
|
4025
3913
|
source = { registry = "https://pypi.org/simple" }
|
4026
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3914
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ce/c5/80c603e44071d172d4e9c909b13e3d9924b90b08a581eff78a8daf77686e/opentelemetry_util_http-0.56b0.tar.gz", hash = "sha256:9a0c8573a68e3242a2d3e5840476088e63714e6d3e25f67127945ab0c7143074", size = 9404 }
|
4027
3915
|
wheels = [
|
4028
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3916
|
+
{ url = "https://files.pythonhosted.org/packages/05/ca/20763fba2af06e73f0e666e46a32b5cdb9d2d75dcb5fd221f50c818cae43/opentelemetry_util_http-0.56b0-py3-none-any.whl", hash = "sha256:e26dd8c7f71da6806f1e65ac7cde189d389b8f152506146968f59b7a607dc8cf", size = 7645 },
|
4029
3917
|
]
|
4030
3918
|
|
4031
3919
|
[[package]]
|
4032
3920
|
name = "orjson"
|
4033
|
-
version = "3.
|
4034
|
-
source = { registry = "https://pypi.org/simple" }
|
4035
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
4036
|
-
wheels = [
|
4037
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4038
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4039
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4040
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4041
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4042
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4043
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4044
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4045
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4046
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4047
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4048
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4049
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4050
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4051
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4052
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4053
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4054
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4055
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4056
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4057
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4058
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4059
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4060
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4061
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4062
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4063
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4064
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4065
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4066
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4067
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4068
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4069
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4070
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4071
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4072
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4073
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4074
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4075
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4076
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4077
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4078
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4079
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3921
|
+
version = "3.11.0"
|
3922
|
+
source = { registry = "https://pypi.org/simple" }
|
3923
|
+
sdist = { url = "https://files.pythonhosted.org/packages/29/87/03ababa86d984952304ac8ce9fbd3a317afb4a225b9a81f9b606ac60c873/orjson-3.11.0.tar.gz", hash = "sha256:2e4c129da624f291bcc607016a99e7f04a353f6874f3bd8d9b47b88597d5f700", size = 5318246 }
|
3924
|
+
wheels = [
|
3925
|
+
{ url = "https://files.pythonhosted.org/packages/07/aa/50818f480f0edcb33290c8f35eef6dd3a31e2ff7e1195f8b236ac7419811/orjson-3.11.0-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:b8913baba9751f7400f8fa4ec18a8b618ff01177490842e39e47b66c1b04bc79", size = 240422 },
|
3926
|
+
{ url = "https://files.pythonhosted.org/packages/16/50/5235aff455fa76337493d21e68618e7cf53aa9db011aaeb06cf378f1344c/orjson-3.11.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9d4d86910554de5c9c87bc560b3bdd315cc3988adbdc2acf5dda3797079407ed", size = 132473 },
|
3927
|
+
{ url = "https://files.pythonhosted.org/packages/23/93/bf1c4e77e7affc46cca13fb852842a86dca2dabbee1d91515ed17b1c21c4/orjson-3.11.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:84ae3d329360cf18fb61b67c505c00dedb61b0ee23abfd50f377a58e7d7bed06", size = 127195 },
|
3928
|
+
{ url = "https://files.pythonhosted.org/packages/7e/2d/64b52c6827e43aa3d98def19e188e091a6c574ca13d9ecef5f3f3284fac6/orjson-3.11.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:47a54e660414baacd71ebf41a69bb17ea25abb3c5b69ce9e13e43be7ac20e342", size = 128895 },
|
3929
|
+
{ url = "https://files.pythonhosted.org/packages/ca/5f/9d290bc7a88392f9f7dc2e92ceb2e3efbbebaaf56bbba655b5fe2e3d2ca3/orjson-3.11.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2560b740604751854be146169c1de7e7ee1e6120b00c1788ec3f3a012c6a243f", size = 132016 },
|
3930
|
+
{ url = "https://files.pythonhosted.org/packages/ef/8c/b2bdc34649bbb7b44827d487aef7ad4d6a96c53ebc490ddcc191d47bc3b9/orjson-3.11.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dd7f9cd995da9e46fbac0a371f0ff6e89a21d8ecb7a8a113c0acb147b0a32f73", size = 134251 },
|
3931
|
+
{ url = "https://files.pythonhosted.org/packages/33/be/b763b602976aa27407e6f75331ac581258c719f8abb70f66f2de962f649f/orjson-3.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7cf728cb3a013bdf9f4132575404bf885aa773d8bb4205656575e1890fc91990", size = 128078 },
|
3932
|
+
{ url = "https://files.pythonhosted.org/packages/ac/24/1b0fed70392bf179ac8b5abe800f1102ed94f89ac4f889d83916947a2b4e/orjson-3.11.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:c27de273320294121200440cd5002b6aeb922d3cb9dab3357087c69f04ca6934", size = 130734 },
|
3933
|
+
{ url = "https://files.pythonhosted.org/packages/05/d2/2d042bb4fe1da067692cb70d8c01a5ce2737e2f56444e6b2d716853ce8c3/orjson-3.11.0-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:4430ec6ff1a1f4595dd7e0fad991bdb2fed65401ed294984c490ffa025926325", size = 404040 },
|
3934
|
+
{ url = "https://files.pythonhosted.org/packages/b4/c5/54938ab416c0d19c93f0d6977a47bb2b3d121e150305380b783f7d6da185/orjson-3.11.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:325be41a8d7c227d460a9795a181511ba0e731cf3fee088c63eb47e706ea7559", size = 144808 },
|
3935
|
+
{ url = "https://files.pythonhosted.org/packages/6d/be/5ead422f396ee7c8941659ceee3da001e26998971f7d5fe0a38519c48aa5/orjson-3.11.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:d9760217b84d1aee393b4436fbe9c639e963ec7bc0f2c074581ce5fb3777e466", size = 132570 },
|
3936
|
+
{ url = "https://files.pythonhosted.org/packages/f6/01/db8352f7d0374d7eec25144e294991800aa85738b2dc7f19cc152ba1b254/orjson-3.11.0-cp310-cp310-win32.whl", hash = "sha256:fe36e5012f886ff91c68b87a499c227fa220e9668cea96335219874c8be5fab5", size = 134763 },
|
3937
|
+
{ url = "https://files.pythonhosted.org/packages/8b/f5/1322b64d5836d92f0b0c119d959853b3c968b8aae23dd1e3c1bfa566823b/orjson-3.11.0-cp310-cp310-win_amd64.whl", hash = "sha256:ebeecd5d5511b3ca9dc4e7db0ab95266afd41baf424cc2fad8c2d3a3cdae650a", size = 129506 },
|
3938
|
+
{ url = "https://files.pythonhosted.org/packages/f9/2c/0b71a763f0f5130aa2631ef79e2cd84d361294665acccbb12b7a9813194e/orjson-3.11.0-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:1785df7ada75c18411ff7e20ac822af904a40161ea9dfe8c55b3f6b66939add6", size = 240007 },
|
3939
|
+
{ url = "https://files.pythonhosted.org/packages/f4/5a/f79ccd63d378b9c7c771d7a54c203d261b4c618fe3034ae95cd30f934f34/orjson-3.11.0-cp311-cp311-macosx_15_0_arm64.whl", hash = "sha256:a57899bebbcea146616a2426d20b51b3562b4bc9f8039a3bd14fae361c23053d", size = 129320 },
|
3940
|
+
{ url = "https://files.pythonhosted.org/packages/7b/8a/63dafc147fa5ba945ad809c374b8f4ee692bb6b18aa6e161c3e6b69b594e/orjson-3.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9b6fbc2fc825aff1456dd358c11a0ad7912a4cb4537d3db92e5334af7463a967", size = 132254 },
|
3941
|
+
{ url = "https://files.pythonhosted.org/packages/3c/11/4d1eb230483cc689a2f039c531bb2c980029c40ca5a9b5f64dce9786e955/orjson-3.11.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:4305a638f4cf9bed3746ca3b7c242f14e05177d5baec2527026e0f9ee6c24fb7", size = 127003 },
|
3942
|
+
{ url = "https://files.pythonhosted.org/packages/4f/39/b6e96072946d908684e0f4b3de1639062fd5b32016b2929c035bd8e5c847/orjson-3.11.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1235fe7bbc37164f69302199d46f29cfb874018738714dccc5a5a44042c79c77", size = 128674 },
|
3943
|
+
{ url = "https://files.pythonhosted.org/packages/1e/dd/c77e3013f35b202ec2cc1f78a95fadf86b8c5a320d56eb1a0bbb965a87bb/orjson-3.11.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a640e3954e7b4fcb160097551e54cafbde9966be3991932155b71071077881aa", size = 131846 },
|
3944
|
+
{ url = "https://files.pythonhosted.org/packages/3f/7d/d83f0f96c2b142f9cdcf12df19052ea3767970989dc757598dc108db208f/orjson-3.11.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6d750b97d22d5566955e50b02c622f3a1d32744d7a578c878b29a873190ccb7a", size = 134016 },
|
3945
|
+
{ url = "https://files.pythonhosted.org/packages/67/4f/d22f79a3c56dde563c4fbc12eebf9224a1b87af5e4ec61beb11f9b3eb499/orjson-3.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4bfcfe498484161e011f8190a400591c52b026de96b3b3cbd3f21e8999b9dc0e", size = 127930 },
|
3946
|
+
{ url = "https://files.pythonhosted.org/packages/07/1e/26aede257db2163d974139fd4571f1e80f565216ccbd2c44ee1d43a63dcc/orjson-3.11.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:feaed3ed43a1d2df75c039798eb5ec92c350c7d86be53369bafc4f3700ce7df2", size = 130569 },
|
3947
|
+
{ url = "https://files.pythonhosted.org/packages/b4/bf/2cb57eac8d6054b555cba27203490489a7d3f5dca8c34382f22f2f0f17ba/orjson-3.11.0-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:aa1120607ec8fc98acf8c54aac6fb0b7b003ba883401fa2d261833111e2fa071", size = 403844 },
|
3948
|
+
{ url = "https://files.pythonhosted.org/packages/76/34/36e859ccfc45464df7b35c438c0ecc7751c930b3ebbefb50db7e3a641eb7/orjson-3.11.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:c4b48d9775b0cf1f0aca734f4c6b272cbfacfac38e6a455e6520662f9434afb7", size = 144613 },
|
3949
|
+
{ url = "https://files.pythonhosted.org/packages/31/c5/5aeb84cdd0b44dc3972668944a1312f7983c2a45fb6b0e5e32b2f9408540/orjson-3.11.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:f018ed1986d79434ac712ff19f951cd00b4dfcb767444410fbb834ebec160abf", size = 132419 },
|
3950
|
+
{ url = "https://files.pythonhosted.org/packages/59/0c/95ee1e61a067ad24c4921609156b3beeca8b102f6f36dca62b08e1a7c7a8/orjson-3.11.0-cp311-cp311-win32.whl", hash = "sha256:08e191f8a55ac2c00be48e98a5d10dca004cbe8abe73392c55951bfda60fc123", size = 134620 },
|
3951
|
+
{ url = "https://files.pythonhosted.org/packages/94/3e/afd5e284db9387023803553061ea05c785c36fe7845e4fe25912424b343f/orjson-3.11.0-cp311-cp311-win_amd64.whl", hash = "sha256:b5a4214ea59c8a3b56f8d484b28114af74e9fba0956f9be5c3ce388ae143bf1f", size = 129333 },
|
3952
|
+
{ url = "https://files.pythonhosted.org/packages/8b/a4/d29e9995d73f23f2444b4db299a99477a4f7e6f5bf8923b775ef43a4e660/orjson-3.11.0-cp311-cp311-win_arm64.whl", hash = "sha256:57e8e7198a679ab21241ab3f355a7990c7447559e35940595e628c107ef23736", size = 126656 },
|
3953
|
+
{ url = "https://files.pythonhosted.org/packages/92/c9/241e304fb1e58ea70b720f1a9e5349c6bb7735ffac401ef1b94f422edd6d/orjson-3.11.0-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:b4089f940c638bb1947d54e46c1cd58f4259072fcc97bc833ea9c78903150ac9", size = 240269 },
|
3954
|
+
{ url = "https://files.pythonhosted.org/packages/26/7c/289457cdf40be992b43f1d90ae213ebc03a31a8e2850271ecd79e79a3135/orjson-3.11.0-cp312-cp312-macosx_15_0_arm64.whl", hash = "sha256:8335a0ba1c26359fb5c82d643b4c1abbee2bc62875e0f2b5bde6c8e9e25eb68c", size = 129276 },
|
3955
|
+
{ url = "https://files.pythonhosted.org/packages/66/de/5c0528d46ded965939b6b7f75b1fe93af42b9906b0039096fc92c9001c12/orjson-3.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:63c1c9772dafc811d16d6a7efa3369a739da15d1720d6e58ebe7562f54d6f4a2", size = 131966 },
|
3956
|
+
{ url = "https://files.pythonhosted.org/packages/ad/74/39822f267b5935fb6fc961ccc443f4968a74d34fc9270b83caa44e37d907/orjson-3.11.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9457ccbd8b241fb4ba516417a4c5b95ba0059df4ac801309bcb4ec3870f45ad9", size = 127028 },
|
3957
|
+
{ url = "https://files.pythonhosted.org/packages/7c/e3/28f6ed7f03db69bddb3ef48621b2b05b394125188f5909ee0a43fcf4820e/orjson-3.11.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0846e13abe79daece94a00b92574f294acad1d362be766c04245b9b4dd0e47e1", size = 129105 },
|
3958
|
+
{ url = "https://files.pythonhosted.org/packages/cb/50/8867fd2fc92c0ab1c3e14673ec5d9d0191202e4ab8ba6256d7a1d6943ad3/orjson-3.11.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5587c85ae02f608a3f377b6af9eb04829606f518257cbffa8f5081c1aacf2e2f", size = 131902 },
|
3959
|
+
{ url = "https://files.pythonhosted.org/packages/13/65/c189deea10342afee08006331082ff67d11b98c2394989998b3ea060354a/orjson-3.11.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c7a1964a71c1567b4570c932a0084ac24ad52c8cf6253d1881400936565ed438", size = 134042 },
|
3960
|
+
{ url = "https://files.pythonhosted.org/packages/2b/e4/cf23c3f4231d2a9a043940ab045f799f84a6df1b4fb6c9b4412cdc3ebf8c/orjson-3.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b5a8243e73690cc6e9151c9e1dd046a8f21778d775f7d478fa1eb4daa4897c61", size = 128260 },
|
3961
|
+
{ url = "https://files.pythonhosted.org/packages/de/b9/2cb94d3a67edb918d19bad4a831af99cd96c3657a23daa239611bcf335d7/orjson-3.11.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:51646f6d995df37b6e1b628f092f41c0feccf1d47e3452c6e95e2474b547d842", size = 130282 },
|
3962
|
+
{ url = "https://files.pythonhosted.org/packages/0b/96/df963cc973e689d4c56398647917b4ee95f47e5b6d2779338c09c015b23b/orjson-3.11.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:2fb8ca8f0b4e31b8aaec674c7540649b64ef02809410506a44dc68d31bd5647b", size = 403765 },
|
3963
|
+
{ url = "https://files.pythonhosted.org/packages/fb/92/71429ee1badb69f53281602dbb270fa84fc2e51c83193a814d0208bb63b0/orjson-3.11.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:64a6a3e94a44856c3f6557e6aa56a6686544fed9816ae0afa8df9077f5759791", size = 144779 },
|
3964
|
+
{ url = "https://files.pythonhosted.org/packages/c8/ab/3678b2e5ff0c622a974cb8664ed7cdda5ed26ae2b9d71ba66ec36f32d6cf/orjson-3.11.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:d69f95d484938d8fab5963e09131bcf9fbbb81fa4ec132e316eb2fb9adb8ce78", size = 132797 },
|
3965
|
+
{ url = "https://files.pythonhosted.org/packages/9d/8c/74509f715ff189d2aca90ebb0bd5af6658e0f9aa2512abbe6feca4c78208/orjson-3.11.0-cp312-cp312-win32.whl", hash = "sha256:8514f9f9c667ce7d7ef709ab1a73e7fcab78c297270e90b1963df7126d2b0e23", size = 134695 },
|
3966
|
+
{ url = "https://files.pythonhosted.org/packages/82/ba/ef25e3e223f452a01eac6a5b38d05c152d037508dcbf87ad2858cbb7d82e/orjson-3.11.0-cp312-cp312-win_amd64.whl", hash = "sha256:41b38a894520b8cb5344a35ffafdf6ae8042f56d16771b2c5eb107798cee85ee", size = 129446 },
|
3967
|
+
{ url = "https://files.pythonhosted.org/packages/e3/cd/6f4d93867c5d81bb4ab2d4ac870d3d6e9ba34fa580a03b8d04bf1ce1d8ad/orjson-3.11.0-cp312-cp312-win_arm64.whl", hash = "sha256:5579acd235dd134467340b2f8a670c1c36023b5a69c6a3174c4792af7502bd92", size = 126400 },
|
4080
3968
|
]
|
4081
3969
|
|
4082
3970
|
[[package]]
|
@@ -4129,15 +4017,6 @@ wheels = [
|
|
4129
4017
|
{ url = "https://files.pythonhosted.org/packages/88/ef/eb23f262cca3c0c4eb7ab1933c3b1f03d021f2c48f54763065b6f0e321be/packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759", size = 65451 },
|
4130
4018
|
]
|
4131
4019
|
|
4132
|
-
[[package]]
|
4133
|
-
name = "paginate"
|
4134
|
-
version = "0.5.7"
|
4135
|
-
source = { registry = "https://pypi.org/simple" }
|
4136
|
-
sdist = { url = "https://files.pythonhosted.org/packages/ec/46/68dde5b6bc00c1296ec6466ab27dddede6aec9af1b99090e1107091b3b84/paginate-0.5.7.tar.gz", hash = "sha256:22bd083ab41e1a8b4f3690544afb2c60c25e5c9a63a30fa2f483f6c60c8e5945", size = 19252 }
|
4137
|
-
wheels = [
|
4138
|
-
{ url = "https://files.pythonhosted.org/packages/90/96/04b8e52da071d28f5e21a805b19cb9390aa17a47462ac87f5e2696b9566d/paginate-0.5.7-py2.py3-none-any.whl", hash = "sha256:b885e2af73abcf01d9559fd5216b57ef722f8c42affbb63942377668e35c7591", size = 13746 },
|
4139
|
-
]
|
4140
|
-
|
4141
4020
|
[[package]]
|
4142
4021
|
name = "pandas"
|
4143
4022
|
version = "2.3.1"
|
@@ -4192,15 +4071,6 @@ wheels = [
|
|
4192
4071
|
{ url = "https://files.pythonhosted.org/packages/c6/ac/dac4a63f978e4dcb3c6d3a78c4d8e0192a113d288502a1216950c41b1027/parso-0.8.4-py2.py3-none-any.whl", hash = "sha256:a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18", size = 103650 },
|
4193
4072
|
]
|
4194
4073
|
|
4195
|
-
[[package]]
|
4196
|
-
name = "pathspec"
|
4197
|
-
version = "0.12.1"
|
4198
|
-
source = { registry = "https://pypi.org/simple" }
|
4199
|
-
sdist = { url = "https://files.pythonhosted.org/packages/ca/bc/f35b8446f4531a7cb215605d100cd88b7ac6f44ab3fc94870c120ab3adbf/pathspec-0.12.1.tar.gz", hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712", size = 51043 }
|
4200
|
-
wheels = [
|
4201
|
-
{ url = "https://files.pythonhosted.org/packages/cc/20/ff623b09d963f88bfde16306a54e12ee5ea43e9b597108672ff3a408aad6/pathspec-0.12.1-py3-none-any.whl", hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08", size = 31191 },
|
4202
|
-
]
|
4203
|
-
|
4204
4074
|
[[package]]
|
4205
4075
|
name = "pdfminer-six"
|
4206
4076
|
version = "20250506"
|
@@ -4343,22 +4213,6 @@ wheels = [
|
|
4343
4213
|
{ url = "https://files.pythonhosted.org/packages/54/e2/c158366e621562ef224f132e75c1d1c1fce6b078a19f7d8060451a12d4b9/posthog-3.25.0-py2.py3-none-any.whl", hash = "sha256:85db78c13d1ecb11aed06fad53759c4e8fb3633442c2f3d0336bc0ce8a585d30", size = 89115 },
|
4344
4214
|
]
|
4345
4215
|
|
4346
|
-
[[package]]
|
4347
|
-
name = "pre-commit"
|
4348
|
-
version = "4.2.0"
|
4349
|
-
source = { registry = "https://pypi.org/simple" }
|
4350
|
-
dependencies = [
|
4351
|
-
{ name = "cfgv" },
|
4352
|
-
{ name = "identify" },
|
4353
|
-
{ name = "nodeenv" },
|
4354
|
-
{ name = "pyyaml" },
|
4355
|
-
{ name = "virtualenv" },
|
4356
|
-
]
|
4357
|
-
sdist = { url = "https://files.pythonhosted.org/packages/08/39/679ca9b26c7bb2999ff122d50faa301e49af82ca9c066ec061cfbc0c6784/pre_commit-4.2.0.tar.gz", hash = "sha256:601283b9757afd87d40c4c4a9b2b5de9637a8ea02eaff7adc2d0fb4e04841146", size = 193424 }
|
4358
|
-
wheels = [
|
4359
|
-
{ url = "https://files.pythonhosted.org/packages/88/74/a88bf1b1efeae488a0c0b7bdf71429c313722d1fc0f377537fbe554e6180/pre_commit-4.2.0-py2.py3-none-any.whl", hash = "sha256:a009ca7205f1eb497d10b845e52c838a98b6cdd2102a6c8e4540e94ee75c58bd", size = 220707 },
|
4360
|
-
]
|
4361
|
-
|
4362
4216
|
[[package]]
|
4363
4217
|
name = "prometheus-client"
|
4364
4218
|
version = "0.22.1"
|
@@ -4781,22 +4635,22 @@ wheels = [
|
|
4781
4635
|
|
4782
4636
|
[[package]]
|
4783
4637
|
name = "pypdfium2"
|
4784
|
-
version = "4.30.
|
4638
|
+
version = "4.30.0"
|
4785
4639
|
source = { registry = "https://pypi.org/simple" }
|
4786
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
4640
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a1/14/838b3ba247a0ba92e4df5d23f2bea9478edcfd72b78a39d6ca36ccd84ad2/pypdfium2-4.30.0.tar.gz", hash = "sha256:48b5b7e5566665bc1015b9d69c1ebabe21f6aee468b509531c3c8318eeee2e16", size = 140239 }
|
4787
4641
|
wheels = [
|
4788
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4789
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4790
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4791
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4792
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4793
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4794
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4795
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4796
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4797
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4798
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4799
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4642
|
+
{ url = "https://files.pythonhosted.org/packages/c7/9a/c8ff5cc352c1b60b0b97642ae734f51edbab6e28b45b4fcdfe5306ee3c83/pypdfium2-4.30.0-py3-none-macosx_10_13_x86_64.whl", hash = "sha256:b33ceded0b6ff5b2b93bc1fe0ad4b71aa6b7e7bd5875f1ca0cdfb6ba6ac01aab", size = 2837254 },
|
4643
|
+
{ url = "https://files.pythonhosted.org/packages/21/8b/27d4d5409f3c76b985f4ee4afe147b606594411e15ac4dc1c3363c9a9810/pypdfium2-4.30.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:4e55689f4b06e2d2406203e771f78789bd4f190731b5d57383d05cf611d829de", size = 2707624 },
|
4644
|
+
{ url = "https://files.pythonhosted.org/packages/11/63/28a73ca17c24b41a205d658e177d68e198d7dde65a8c99c821d231b6ee3d/pypdfium2-4.30.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4e6e50f5ce7f65a40a33d7c9edc39f23140c57e37144c2d6d9e9262a2a854854", size = 2793126 },
|
4645
|
+
{ url = "https://files.pythonhosted.org/packages/d1/96/53b3ebf0955edbd02ac6da16a818ecc65c939e98fdeb4e0958362bd385c8/pypdfium2-4.30.0-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3d0dd3ecaffd0b6dbda3da663220e705cb563918249bda26058c6036752ba3a2", size = 2591077 },
|
4646
|
+
{ url = "https://files.pythonhosted.org/packages/ec/ee/0394e56e7cab8b5b21f744d988400948ef71a9a892cbeb0b200d324ab2c7/pypdfium2-4.30.0-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cc3bf29b0db8c76cdfaac1ec1cde8edf211a7de7390fbf8934ad2aa9b4d6dfad", size = 2864431 },
|
4647
|
+
{ url = "https://files.pythonhosted.org/packages/65/cd/3f1edf20a0ef4a212a5e20a5900e64942c5a374473671ac0780eaa08ea80/pypdfium2-4.30.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f1f78d2189e0ddf9ac2b7a9b9bd4f0c66f54d1389ff6c17e9fd9dc034d06eb3f", size = 2812008 },
|
4648
|
+
{ url = "https://files.pythonhosted.org/packages/c8/91/2d517db61845698f41a2a974de90762e50faeb529201c6b3574935969045/pypdfium2-4.30.0-py3-none-musllinux_1_1_aarch64.whl", hash = "sha256:5eda3641a2da7a7a0b2f4dbd71d706401a656fea521b6b6faa0675b15d31a163", size = 6181543 },
|
4649
|
+
{ url = "https://files.pythonhosted.org/packages/ba/c4/ed1315143a7a84b2c7616569dfb472473968d628f17c231c39e29ae9d780/pypdfium2-4.30.0-py3-none-musllinux_1_1_i686.whl", hash = "sha256:0dfa61421b5eb68e1188b0b2231e7ba35735aef2d867d86e48ee6cab6975195e", size = 6175911 },
|
4650
|
+
{ url = "https://files.pythonhosted.org/packages/7a/c4/9e62d03f414e0e3051c56d5943c3bf42aa9608ede4e19dc96438364e9e03/pypdfium2-4.30.0-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:f33bd79e7a09d5f7acca3b0b69ff6c8a488869a7fab48fdf400fec6e20b9c8be", size = 6267430 },
|
4651
|
+
{ url = "https://files.pythonhosted.org/packages/90/47/eda4904f715fb98561e34012826e883816945934a851745570521ec89520/pypdfium2-4.30.0-py3-none-win32.whl", hash = "sha256:ee2410f15d576d976c2ab2558c93d392a25fb9f6635e8dd0a8a3a5241b275e0e", size = 2775951 },
|
4652
|
+
{ url = "https://files.pythonhosted.org/packages/25/bd/56d9ec6b9f0fc4e0d95288759f3179f0fcd34b1a1526b75673d2f6d5196f/pypdfium2-4.30.0-py3-none-win_amd64.whl", hash = "sha256:90dbb2ac07be53219f56be09961eb95cf2473f834d01a42d901d13ccfad64b4c", size = 2892098 },
|
4653
|
+
{ url = "https://files.pythonhosted.org/packages/be/7a/097801205b991bc3115e8af1edb850d30aeaf0118520b016354cf5ccd3f6/pypdfium2-4.30.0-py3-none-win_arm64.whl", hash = "sha256:119b2969a6d6b1e8d55e99caaf05290294f2d0fe49c12a3f17102d01c441bd29", size = 2752118 },
|
4800
4654
|
]
|
4801
4655
|
|
4802
4656
|
[[package]]
|
@@ -4843,14 +4697,15 @@ wheels = [
|
|
4843
4697
|
|
4844
4698
|
[[package]]
|
4845
4699
|
name = "pytest-asyncio"
|
4846
|
-
version = "1.
|
4700
|
+
version = "1.1.0"
|
4847
4701
|
source = { registry = "https://pypi.org/simple" }
|
4848
4702
|
dependencies = [
|
4703
|
+
{ name = "backports-asyncio-runner", marker = "python_full_version < '3.11'" },
|
4849
4704
|
{ name = "pytest" },
|
4850
4705
|
]
|
4851
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
4706
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4e/51/f8794af39eeb870e87a8c8068642fc07bce0c854d6865d7dd0f2a9d338c2/pytest_asyncio-1.1.0.tar.gz", hash = "sha256:796aa822981e01b68c12e4827b8697108f7205020f24b5793b3c41555dab68ea", size = 46652 }
|
4852
4707
|
wheels = [
|
4853
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4708
|
+
{ url = "https://files.pythonhosted.org/packages/c7/9d/bf86eddabf8c6c9cb1ea9a869d6873b46f105a5d292d3a6f7071f5b07935/pytest_asyncio-1.1.0-py3-none-any.whl", hash = "sha256:5fe2d69607b0bd75c656d1211f969cadba035030156745ee09e7d71740e58ecf", size = 15157 },
|
4854
4709
|
]
|
4855
4710
|
|
4856
4711
|
[[package]]
|
@@ -4910,18 +4765,18 @@ wheels = [
|
|
4910
4765
|
|
4911
4766
|
[[package]]
|
4912
4767
|
name = "pywin32"
|
4913
|
-
version = "
|
4768
|
+
version = "311"
|
4914
4769
|
source = { registry = "https://pypi.org/simple" }
|
4915
4770
|
wheels = [
|
4916
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4917
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4918
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4919
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4920
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4921
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4922
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4923
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4924
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4771
|
+
{ url = "https://files.pythonhosted.org/packages/7b/40/44efbb0dfbd33aca6a6483191dae0716070ed99e2ecb0c53683f400a0b4f/pywin32-311-cp310-cp310-win32.whl", hash = "sha256:d03ff496d2a0cd4a5893504789d4a15399133fe82517455e78bad62efbb7f0a3", size = 8760432 },
|
4772
|
+
{ url = "https://files.pythonhosted.org/packages/5e/bf/360243b1e953bd254a82f12653974be395ba880e7ec23e3731d9f73921cc/pywin32-311-cp310-cp310-win_amd64.whl", hash = "sha256:797c2772017851984b97180b0bebe4b620bb86328e8a884bb626156295a63b3b", size = 9590103 },
|
4773
|
+
{ url = "https://files.pythonhosted.org/packages/57/38/d290720e6f138086fb3d5ffe0b6caa019a791dd57866940c82e4eeaf2012/pywin32-311-cp310-cp310-win_arm64.whl", hash = "sha256:0502d1facf1fed4839a9a51ccbcc63d952cf318f78ffc00a7e78528ac27d7a2b", size = 8778557 },
|
4774
|
+
{ url = "https://files.pythonhosted.org/packages/7c/af/449a6a91e5d6db51420875c54f6aff7c97a86a3b13a0b4f1a5c13b988de3/pywin32-311-cp311-cp311-win32.whl", hash = "sha256:184eb5e436dea364dcd3d2316d577d625c0351bf237c4e9a5fabbcfa5a58b151", size = 8697031 },
|
4775
|
+
{ url = "https://files.pythonhosted.org/packages/51/8f/9bb81dd5bb77d22243d33c8397f09377056d5c687aa6d4042bea7fbf8364/pywin32-311-cp311-cp311-win_amd64.whl", hash = "sha256:3ce80b34b22b17ccbd937a6e78e7225d80c52f5ab9940fe0506a1a16f3dab503", size = 9508308 },
|
4776
|
+
{ url = "https://files.pythonhosted.org/packages/44/7b/9c2ab54f74a138c491aba1b1cd0795ba61f144c711daea84a88b63dc0f6c/pywin32-311-cp311-cp311-win_arm64.whl", hash = "sha256:a733f1388e1a842abb67ffa8e7aad0e70ac519e09b0f6a784e65a136ec7cefd2", size = 8703930 },
|
4777
|
+
{ url = "https://files.pythonhosted.org/packages/e7/ab/01ea1943d4eba0f850c3c61e78e8dd59757ff815ff3ccd0a84de5f541f42/pywin32-311-cp312-cp312-win32.whl", hash = "sha256:750ec6e621af2b948540032557b10a2d43b0cee2ae9758c54154d711cc852d31", size = 8706543 },
|
4778
|
+
{ url = "https://files.pythonhosted.org/packages/d1/a8/a0e8d07d4d051ec7502cd58b291ec98dcc0c3fff027caad0470b72cfcc2f/pywin32-311-cp312-cp312-win_amd64.whl", hash = "sha256:b8c095edad5c211ff31c05223658e71bf7116daa0ecf3ad85f3201ea3190d067", size = 9495040 },
|
4779
|
+
{ url = "https://files.pythonhosted.org/packages/ba/3a/2ae996277b4b50f17d61f0603efd8253cb2d79cc7ae159468007b586396d/pywin32-311-cp312-cp312-win_arm64.whl", hash = "sha256:e286f46a9a39c4a18b319c28f59b61de793654af2f395c102b4f819e584b5852", size = 8710102 },
|
4925
4780
|
]
|
4926
4781
|
|
4927
4782
|
[[package]]
|
@@ -4970,18 +4825,6 @@ wheels = [
|
|
4970
4825
|
{ url = "https://files.pythonhosted.org/packages/0c/e8/4f648c598b17c3d06e8753d7d13d57542b30d56e6c2dedf9c331ae56312e/PyYAML-6.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8", size = 156338 },
|
4971
4826
|
]
|
4972
4827
|
|
4973
|
-
[[package]]
|
4974
|
-
name = "pyyaml-env-tag"
|
4975
|
-
version = "1.1"
|
4976
|
-
source = { registry = "https://pypi.org/simple" }
|
4977
|
-
dependencies = [
|
4978
|
-
{ name = "pyyaml" },
|
4979
|
-
]
|
4980
|
-
sdist = { url = "https://files.pythonhosted.org/packages/eb/2e/79c822141bfd05a853236b504869ebc6b70159afc570e1d5a20641782eaa/pyyaml_env_tag-1.1.tar.gz", hash = "sha256:2eb38b75a2d21ee0475d6d97ec19c63287a7e140231e4214969d0eac923cd7ff", size = 5737 }
|
4981
|
-
wheels = [
|
4982
|
-
{ url = "https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl", hash = "sha256:17109e1a528561e32f026364712fee1264bc2ea6715120891174ed1b980d2e04", size = 4722 },
|
4983
|
-
]
|
4984
|
-
|
4985
4828
|
[[package]]
|
4986
4829
|
name = "pyzmq"
|
4987
4830
|
version = "27.0.0"
|
@@ -5192,6 +5035,18 @@ wheels = [
|
|
5192
5035
|
{ url = "https://files.pythonhosted.org/packages/9e/51/17023c0f8f1869d8806b979a2bffa3f861f26a3f1a66b094288323fba52f/rfc3986_validator-0.1.1-py2.py3-none-any.whl", hash = "sha256:2f235c432ef459970b4306369336b9d5dbdda31b510ca1e327636e01f528bfa9", size = 4242 },
|
5193
5036
|
]
|
5194
5037
|
|
5038
|
+
[[package]]
|
5039
|
+
name = "rfc3987-syntax"
|
5040
|
+
version = "1.1.0"
|
5041
|
+
source = { registry = "https://pypi.org/simple" }
|
5042
|
+
dependencies = [
|
5043
|
+
{ name = "lark" },
|
5044
|
+
]
|
5045
|
+
sdist = { url = "https://files.pythonhosted.org/packages/2c/06/37c1a5557acf449e8e406a830a05bf885ac47d33270aec454ef78675008d/rfc3987_syntax-1.1.0.tar.gz", hash = "sha256:717a62cbf33cffdd16dfa3a497d81ce48a660ea691b1ddd7be710c22f00b4a0d", size = 14239 }
|
5046
|
+
wheels = [
|
5047
|
+
{ url = "https://files.pythonhosted.org/packages/7e/71/44ce230e1b7fadd372515a97e32a83011f906ddded8d03e3c6aafbdedbb7/rfc3987_syntax-1.1.0-py3-none-any.whl", hash = "sha256:6c3d97604e4c5ce9f714898e05401a0445a641cfa276432b0a648c80856f6a3f", size = 8046 },
|
5048
|
+
]
|
5049
|
+
|
5195
5050
|
[[package]]
|
5196
5051
|
name = "rich"
|
5197
5052
|
version = "13.9.4"
|
@@ -5339,27 +5194,27 @@ wheels = [
|
|
5339
5194
|
|
5340
5195
|
[[package]]
|
5341
5196
|
name = "ruff"
|
5342
|
-
version = "0.12.
|
5343
|
-
source = { registry = "https://pypi.org/simple" }
|
5344
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
5345
|
-
wheels = [
|
5346
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5347
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5348
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5349
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5350
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5351
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5352
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5353
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5354
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5355
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5356
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5357
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5358
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5359
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5360
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5361
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5362
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5197
|
+
version = "0.12.4"
|
5198
|
+
source = { registry = "https://pypi.org/simple" }
|
5199
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9b/ce/8d7dbedede481245b489b769d27e2934730791a9a82765cb94566c6e6abd/ruff-0.12.4.tar.gz", hash = "sha256:13efa16df6c6eeb7d0f091abae50f58e9522f3843edb40d56ad52a5a4a4b6873", size = 5131435 }
|
5200
|
+
wheels = [
|
5201
|
+
{ url = "https://files.pythonhosted.org/packages/ae/9f/517bc5f61bad205b7f36684ffa5415c013862dee02f55f38a217bdbe7aa4/ruff-0.12.4-py3-none-linux_armv6l.whl", hash = "sha256:cb0d261dac457ab939aeb247e804125a5d521b21adf27e721895b0d3f83a0d0a", size = 10188824 },
|
5202
|
+
{ url = "https://files.pythonhosted.org/packages/28/83/691baae5a11fbbde91df01c565c650fd17b0eabed259e8b7563de17c6529/ruff-0.12.4-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:55c0f4ca9769408d9b9bac530c30d3e66490bd2beb2d3dae3e4128a1f05c7442", size = 10884521 },
|
5203
|
+
{ url = "https://files.pythonhosted.org/packages/d6/8d/756d780ff4076e6dd035d058fa220345f8c458391f7edfb1c10731eedc75/ruff-0.12.4-py3-none-macosx_11_0_arm64.whl", hash = "sha256:a8224cc3722c9ad9044da7f89c4c1ec452aef2cfe3904365025dd2f51daeae0e", size = 10277653 },
|
5204
|
+
{ url = "https://files.pythonhosted.org/packages/8d/97/8eeee0f48ece153206dce730fc9e0e0ca54fd7f261bb3d99c0a4343a1892/ruff-0.12.4-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e9949d01d64fa3672449a51ddb5d7548b33e130240ad418884ee6efa7a229586", size = 10485993 },
|
5205
|
+
{ url = "https://files.pythonhosted.org/packages/49/b8/22a43d23a1f68df9b88f952616c8508ea6ce4ed4f15353b8168c48b2d7e7/ruff-0.12.4-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:be0593c69df9ad1465e8a2d10e3defd111fdb62dcd5be23ae2c06da77e8fcffb", size = 10022824 },
|
5206
|
+
{ url = "https://files.pythonhosted.org/packages/cd/70/37c234c220366993e8cffcbd6cadbf332bfc848cbd6f45b02bade17e0149/ruff-0.12.4-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a7dea966bcb55d4ecc4cc3270bccb6f87a337326c9dcd3c07d5b97000dbff41c", size = 11524414 },
|
5207
|
+
{ url = "https://files.pythonhosted.org/packages/14/77/c30f9964f481b5e0e29dd6a1fae1f769ac3fd468eb76fdd5661936edd262/ruff-0.12.4-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:afcfa3ab5ab5dd0e1c39bf286d829e042a15e966b3726eea79528e2e24d8371a", size = 12419216 },
|
5208
|
+
{ url = "https://files.pythonhosted.org/packages/6e/79/af7fe0a4202dce4ef62c5e33fecbed07f0178f5b4dd9c0d2fcff5ab4a47c/ruff-0.12.4-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c057ce464b1413c926cdb203a0f858cd52f3e73dcb3270a3318d1630f6395bb3", size = 11976756 },
|
5209
|
+
{ url = "https://files.pythonhosted.org/packages/09/d1/33fb1fc00e20a939c305dbe2f80df7c28ba9193f7a85470b982815a2dc6a/ruff-0.12.4-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e64b90d1122dc2713330350626b10d60818930819623abbb56535c6466cce045", size = 11020019 },
|
5210
|
+
{ url = "https://files.pythonhosted.org/packages/64/f4/e3cd7f7bda646526f09693e2e02bd83d85fff8a8222c52cf9681c0d30843/ruff-0.12.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2abc48f3d9667fdc74022380b5c745873499ff827393a636f7a59da1515e7c57", size = 11277890 },
|
5211
|
+
{ url = "https://files.pythonhosted.org/packages/5e/d0/69a85fb8b94501ff1a4f95b7591505e8983f38823da6941eb5b6badb1e3a/ruff-0.12.4-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:2b2449dc0c138d877d629bea151bee8c0ae3b8e9c43f5fcaafcd0c0d0726b184", size = 10348539 },
|
5212
|
+
{ url = "https://files.pythonhosted.org/packages/16/a0/91372d1cb1678f7d42d4893b88c252b01ff1dffcad09ae0c51aa2542275f/ruff-0.12.4-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:56e45bb11f625db55f9b70477062e6a1a04d53628eda7784dce6e0f55fd549eb", size = 10009579 },
|
5213
|
+
{ url = "https://files.pythonhosted.org/packages/23/1b/c4a833e3114d2cc0f677e58f1df6c3b20f62328dbfa710b87a1636a5e8eb/ruff-0.12.4-py3-none-musllinux_1_2_i686.whl", hash = "sha256:478fccdb82ca148a98a9ff43658944f7ab5ec41c3c49d77cd99d44da019371a1", size = 10942982 },
|
5214
|
+
{ url = "https://files.pythonhosted.org/packages/ff/ce/ce85e445cf0a5dd8842f2f0c6f0018eedb164a92bdf3eda51984ffd4d989/ruff-0.12.4-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:0fc426bec2e4e5f4c4f182b9d2ce6a75c85ba9bcdbe5c6f2a74fcb8df437df4b", size = 11343331 },
|
5215
|
+
{ url = "https://files.pythonhosted.org/packages/35/cf/441b7fc58368455233cfb5b77206c849b6dfb48b23de532adcc2e50ccc06/ruff-0.12.4-py3-none-win32.whl", hash = "sha256:4de27977827893cdfb1211d42d84bc180fceb7b72471104671c59be37041cf93", size = 10267904 },
|
5216
|
+
{ url = "https://files.pythonhosted.org/packages/ce/7e/20af4a0df5e1299e7368d5ea4350412226afb03d95507faae94c80f00afd/ruff-0.12.4-py3-none-win_amd64.whl", hash = "sha256:fe0b9e9eb23736b453143d72d2ceca5db323963330d5b7859d60d101147d461a", size = 11209038 },
|
5217
|
+
{ url = "https://files.pythonhosted.org/packages/11/02/8857d0dfb8f44ef299a5dfd898f673edefb71e3b533b3b9d2db4c832dd13/ruff-0.12.4-py3-none-win_arm64.whl", hash = "sha256:0618ec4442a83ab545e5b71202a5c0ed7791e8471435b94e655b570a5031a98e", size = 10469336 },
|
5363
5218
|
]
|
5364
5219
|
|
5365
5220
|
[[package]]
|
@@ -5396,7 +5251,7 @@ wheels = [
|
|
5396
5251
|
|
5397
5252
|
[[package]]
|
5398
5253
|
name = "scikit-learn"
|
5399
|
-
version = "1.7.
|
5254
|
+
version = "1.7.1"
|
5400
5255
|
source = { registry = "https://pypi.org/simple" }
|
5401
5256
|
resolution-markers = [
|
5402
5257
|
"python_full_version >= '3.12'",
|
@@ -5408,23 +5263,23 @@ dependencies = [
|
|
5408
5263
|
{ name = "scipy", version = "1.16.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
|
5409
5264
|
{ name = "threadpoolctl", marker = "python_full_version >= '3.11'" },
|
5410
5265
|
]
|
5411
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
5266
|
+
sdist = { url = "https://files.pythonhosted.org/packages/41/84/5f4af978fff619706b8961accac84780a6d298d82a8873446f72edb4ead0/scikit_learn-1.7.1.tar.gz", hash = "sha256:24b3f1e976a4665aa74ee0fcaac2b8fccc6ae77c8e07ab25da3ba6d3292b9802", size = 7190445 }
|
5412
5267
|
wheels = [
|
5413
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5414
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5415
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5416
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5417
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5418
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5419
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5420
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5421
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5422
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5423
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5424
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5425
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5426
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5427
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5268
|
+
{ url = "https://files.pythonhosted.org/packages/74/88/0dd5be14ef19f2d80a77780be35a33aa94e8a3b3223d80bee8892a7832b4/scikit_learn-1.7.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:406204dd4004f0517f0b23cf4b28c6245cbd51ab1b6b78153bc784def214946d", size = 9338868 },
|
5269
|
+
{ url = "https://files.pythonhosted.org/packages/fd/52/3056b6adb1ac58a0bc335fc2ed2fcf599974d908855e8cb0ca55f797593c/scikit_learn-1.7.1-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:16af2e44164f05d04337fd1fc3ae7c4ea61fd9b0d527e22665346336920fe0e1", size = 8655943 },
|
5270
|
+
{ url = "https://files.pythonhosted.org/packages/fb/a4/e488acdece6d413f370a9589a7193dac79cd486b2e418d3276d6ea0b9305/scikit_learn-1.7.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:2f2e78e56a40c7587dea9a28dc4a49500fa2ead366869418c66f0fd75b80885c", size = 9652056 },
|
5271
|
+
{ url = "https://files.pythonhosted.org/packages/18/41/bceacec1285b94eb9e4659b24db46c23346d7e22cf258d63419eb5dec6f7/scikit_learn-1.7.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b62b76ad408a821475b43b7bb90a9b1c9a4d8d125d505c2df0539f06d6e631b1", size = 9473691 },
|
5272
|
+
{ url = "https://files.pythonhosted.org/packages/12/7b/e1ae4b7e1dd85c4ca2694ff9cc4a9690970fd6150d81b975e6c5c6f8ee7c/scikit_learn-1.7.1-cp310-cp310-win_amd64.whl", hash = "sha256:9963b065677a4ce295e8ccdee80a1dd62b37249e667095039adcd5bce6e90deb", size = 8900873 },
|
5273
|
+
{ url = "https://files.pythonhosted.org/packages/b4/bd/a23177930abd81b96daffa30ef9c54ddbf544d3226b8788ce4c3ef1067b4/scikit_learn-1.7.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:90c8494ea23e24c0fb371afc474618c1019dc152ce4a10e4607e62196113851b", size = 9334838 },
|
5274
|
+
{ url = "https://files.pythonhosted.org/packages/8d/a1/d3a7628630a711e2ac0d1a482910da174b629f44e7dd8cfcd6924a4ef81a/scikit_learn-1.7.1-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:bb870c0daf3bf3be145ec51df8ac84720d9972170786601039f024bf6d61a518", size = 8651241 },
|
5275
|
+
{ url = "https://files.pythonhosted.org/packages/26/92/85ec172418f39474c1cd0221d611345d4f433fc4ee2fc68e01f524ccc4e4/scikit_learn-1.7.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:40daccd1b5623f39e8943ab39735cadf0bdce80e67cdca2adcb5426e987320a8", size = 9718677 },
|
5276
|
+
{ url = "https://files.pythonhosted.org/packages/df/ce/abdb1dcbb1d2b66168ec43b23ee0cee356b4cc4100ddee3943934ebf1480/scikit_learn-1.7.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:30d1f413cfc0aa5a99132a554f1d80517563c34a9d3e7c118fde2d273c6fe0f7", size = 9511189 },
|
5277
|
+
{ url = "https://files.pythonhosted.org/packages/b2/3b/47b5eaee01ef2b5a80ba3f7f6ecf79587cb458690857d4777bfd77371c6f/scikit_learn-1.7.1-cp311-cp311-win_amd64.whl", hash = "sha256:c711d652829a1805a95d7fe96654604a8f16eab5a9e9ad87b3e60173415cb650", size = 8914794 },
|
5278
|
+
{ url = "https://files.pythonhosted.org/packages/cb/16/57f176585b35ed865f51b04117947fe20f130f78940c6477b6d66279c9c2/scikit_learn-1.7.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:3cee419b49b5bbae8796ecd690f97aa412ef1674410c23fc3257c6b8b85b8087", size = 9260431 },
|
5279
|
+
{ url = "https://files.pythonhosted.org/packages/67/4e/899317092f5efcab0e9bc929e3391341cec8fb0e816c4789686770024580/scikit_learn-1.7.1-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:2fd8b8d35817b0d9ebf0b576f7d5ffbbabdb55536b0655a8aaae629d7ffd2e1f", size = 8637191 },
|
5280
|
+
{ url = "https://files.pythonhosted.org/packages/f3/1b/998312db6d361ded1dd56b457ada371a8d8d77ca2195a7d18fd8a1736f21/scikit_learn-1.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:588410fa19a96a69763202f1d6b7b91d5d7a5d73be36e189bc6396bfb355bd87", size = 9486346 },
|
5281
|
+
{ url = "https://files.pythonhosted.org/packages/ad/09/a2aa0b4e644e5c4ede7006748f24e72863ba2ae71897fecfd832afea01b4/scikit_learn-1.7.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e3142f0abe1ad1d1c31a2ae987621e41f6b578144a911ff4ac94781a583adad7", size = 9290988 },
|
5282
|
+
{ url = "https://files.pythonhosted.org/packages/15/fa/c61a787e35f05f17fc10523f567677ec4eeee5f95aa4798dbbbcd9625617/scikit_learn-1.7.1-cp312-cp312-win_amd64.whl", hash = "sha256:3ddd9092c1bd469acab337d87930067c87eac6bd544f8d5027430983f1e1ae88", size = 8735568 },
|
5428
5283
|
]
|
5429
5284
|
|
5430
5285
|
[[package]]
|
@@ -6209,27 +6064,27 @@ wheels = [
|
|
6209
6064
|
|
6210
6065
|
[[package]]
|
6211
6066
|
name = "uv"
|
6212
|
-
version = "0.
|
6213
|
-
source = { registry = "https://pypi.org/simple" }
|
6214
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
6215
|
-
wheels = [
|
6216
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6217
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6218
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6219
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6220
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6221
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6222
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6223
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6224
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6225
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6226
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6227
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6228
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6229
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6230
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6231
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6232
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6067
|
+
version = "0.8.2"
|
6068
|
+
source = { registry = "https://pypi.org/simple" }
|
6069
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b0/44/b53ae1f6b08724ddf3ec7125ddb6a381bd64ccdd696e8d87a1db3502aa10/uv-0.8.2.tar.gz", hash = "sha256:1a2c6d332a4c38f7489f08829aea19cd1e276df7f2c6e51ae64ed92f8574cd68", size = 3412893 }
|
6070
|
+
wheels = [
|
6071
|
+
{ url = "https://files.pythonhosted.org/packages/f3/40/03c5cd3c9fa0fb53dcce1a39a6a9da6d81f29057cf9c4b9bb850dc58e2fb/uv-0.8.2-py3-none-linux_armv6l.whl", hash = "sha256:a89c9a471fbb436063e79afa919b2fb27462900f0f3781f776d8fd0b874acd56", size = 17875572 },
|
6072
|
+
{ url = "https://files.pythonhosted.org/packages/22/13/1d97c67fe666112c4327d6eec8bf39c244931c08848d4c95be0a80017f19/uv-0.8.2-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:a3b147064f69455b4558263228b3fdb053c3d550f25d41b049c4d34f1f77d74c", size = 17948871 },
|
6073
|
+
{ url = "https://files.pythonhosted.org/packages/72/ec/0dd7b14f92de906afa3adde0f31e05150d081f1aadce9eb77689e3adc4ca/uv-0.8.2-py3-none-macosx_11_0_arm64.whl", hash = "sha256:ebface4a113c493d953554460429731d44ede2427ba97e606955daadcc6e7ddc", size = 16660631 },
|
6074
|
+
{ url = "https://files.pythonhosted.org/packages/fc/bf/4896cde38c29cbca42d1d0f73d80e15e20826968817150323a34c8b23436/uv-0.8.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:6fb07dd58a2cb79640109c0604aeec57d1062fad89114c0fda2f9dbe3de3c0bb", size = 17208209 },
|
6075
|
+
{ url = "https://files.pythonhosted.org/packages/cc/91/f03b95ee6bb8c7bc4d6596664235992d1931d6e6b1b018acda6aeab69ea2/uv-0.8.2-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6af1b0f0f5f1416e94a6b098a595f360303a0024b21cf563d4e6139e6dd72640", size = 17570752 },
|
6076
|
+
{ url = "https://files.pythonhosted.org/packages/00/44/3c905c0bce2113a664432c50b7a605eea9f271d126333b2a6c9ec5105ef3/uv-0.8.2-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3bddf1ceceaddbc3f2cf2ebdad3213482d6dab3d1b452ddfecd35468e3b2f0e6", size = 18207389 },
|
6077
|
+
{ url = "https://files.pythonhosted.org/packages/67/b9/8a384dc22db96f54642889fa609192f79cd58447755d90b1163a9ba5d812/uv-0.8.2-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:bffe304fec46d6c264c3b34d58b3358764b7cc17af13bd421e1cd1300b706f93", size = 19633291 },
|
6078
|
+
{ url = "https://files.pythonhosted.org/packages/46/c6/fd7855f0aba4a07a5b7a08b95cd6b9d264b534a3bc5095a4acb55aca1d46/uv-0.8.2-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7d53b79f8304e98ee082336fc4c204a7892d15f78799ec2d59ceb09b0b82e45d", size = 19381757 },
|
6079
|
+
{ url = "https://files.pythonhosted.org/packages/bd/d7/4752b2f6a9aaad324483f433e659b2fe36996015f348fadf172e5056b94e/uv-0.8.2-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0f618b18b19fef09b087f2e637b2138f570a3c41beb3de4bbbb905a8b994a22a", size = 18671374 },
|
6080
|
+
{ url = "https://files.pythonhosted.org/packages/59/65/f979657cc773f17d0c1ec4a1d17dc1b0673ab484d00833aa5514982faf63/uv-0.8.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:20f2b1eb4bf8b8197683e057ea9a8f0eb63b682ad20bb232b58529abac73a5ea", size = 18666053 },
|
6081
|
+
{ url = "https://files.pythonhosted.org/packages/94/8d/6ff7188911b671e3eedf87ea2ce4f1e39bbbaf27caa74eef92cd9824051d/uv-0.8.2-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:8d3ae329606ba586d317e9a06dca213619afb407bcc584cf6cff2a9b84cf25a2", size = 17462711 },
|
6082
|
+
{ url = "https://files.pythonhosted.org/packages/b4/07/4ce00ce186f2c02ca8708a5532102ffa9e0f87a0346521a4db83a04a56b4/uv-0.8.2-py3-none-musllinux_1_1_armv7l.whl", hash = "sha256:040ceacad98b85f9ca5ab8c8220270e6a60b2136c4889b334dbfcd13812f895f", size = 17534469 },
|
6083
|
+
{ url = "https://files.pythonhosted.org/packages/69/ad/bf37f8bea961278ae5719f23a0998dcae17c431a77d3fa9e0d3a9256a2b2/uv-0.8.2-py3-none-musllinux_1_1_i686.whl", hash = "sha256:9f15bcfd21ca66ec93b77e6ff612798dc75d54260e2ec52f07fe897e91f07367", size = 17787669 },
|
6084
|
+
{ url = "https://files.pythonhosted.org/packages/03/49/3b7e1c926bcdf1325aba9647cf1831c55ae84d7d2319a74f2d9ad88535fb/uv-0.8.2-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:9dea45737afec83739189834648b07595ce07f4c201021cc5545ee1759dfe25d", size = 18759496 },
|
6085
|
+
{ url = "https://files.pythonhosted.org/packages/d4/74/6b4e52593d1f469250e89ee85964011e9b84b2fc25e15e9353800f36d5ab/uv-0.8.2-py3-none-win32.whl", hash = "sha256:eb37db94c9295bfec77ff65fbc56b9962665d3d5bff0989dcb440c650351ee15", size = 17753486 },
|
6086
|
+
{ url = "https://files.pythonhosted.org/packages/79/c8/1d9510c5aeda8c14e6c088f1720e2dd818dc72ed37a0ee40d3d3137aabcf/uv-0.8.2-py3-none-win_amd64.whl", hash = "sha256:0fcaab1172c6fae036a9f16460a71812f7a427b3d3779f99457c2d537a3fc250", size = 19503370 },
|
6087
|
+
{ url = "https://files.pythonhosted.org/packages/00/38/8907e8fc94e3c040759180e81d30414734cbee6e575dae7ce9dc9cb1e0fc/uv-0.8.2-py3-none-win_arm64.whl", hash = "sha256:af35c0fe23907fc0518832243b561f623a48a058a75ab552204f87960793321b", size = 18145751 },
|
6233
6088
|
]
|
6234
6089
|
|
6235
6090
|
[[package]]
|
@@ -6292,37 +6147,12 @@ wheels = [
|
|
6292
6147
|
{ url = "https://files.pythonhosted.org/packages/fa/6e/3e955517e22cbdd565f2f8b2e73d52528b14b8bcfdb04f62466b071de847/validators-0.35.0-py3-none-any.whl", hash = "sha256:e8c947097eae7892cb3d26868d637f79f47b4a0554bc6b80065dfe5aac3705dd", size = 44712 },
|
6293
6148
|
]
|
6294
6149
|
|
6295
|
-
[[package]]
|
6296
|
-
name = "virtualenv"
|
6297
|
-
version = "20.31.2"
|
6298
|
-
source = { registry = "https://pypi.org/simple" }
|
6299
|
-
dependencies = [
|
6300
|
-
{ name = "distlib" },
|
6301
|
-
{ name = "filelock" },
|
6302
|
-
{ name = "platformdirs" },
|
6303
|
-
]
|
6304
|
-
sdist = { url = "https://files.pythonhosted.org/packages/56/2c/444f465fb2c65f40c3a104fd0c495184c4f2336d65baf398e3c75d72ea94/virtualenv-20.31.2.tar.gz", hash = "sha256:e10c0a9d02835e592521be48b332b6caee6887f332c111aa79a09b9e79efc2af", size = 6076316 }
|
6305
|
-
wheels = [
|
6306
|
-
{ url = "https://files.pythonhosted.org/packages/f3/40/b1c265d4b2b62b58576588510fc4d1fe60a86319c8de99fd8e9fec617d2c/virtualenv-20.31.2-py3-none-any.whl", hash = "sha256:36efd0d9650ee985f0cad72065001e66d49a6f24eb44d98980f630686243cf11", size = 6057982 },
|
6307
|
-
]
|
6308
|
-
|
6309
6150
|
[[package]]
|
6310
6151
|
name = "watchdog"
|
6311
6152
|
version = "6.0.0"
|
6312
6153
|
source = { registry = "https://pypi.org/simple" }
|
6313
6154
|
sdist = { url = "https://files.pythonhosted.org/packages/db/7d/7f3d619e951c88ed75c6037b246ddcf2d322812ee8ea189be89511721d54/watchdog-6.0.0.tar.gz", hash = "sha256:9ddf7c82fda3ae8e24decda1338ede66e1c99883db93711d8fb941eaa2d8c282", size = 131220 }
|
6314
6155
|
wheels = [
|
6315
|
-
{ url = "https://files.pythonhosted.org/packages/0c/56/90994d789c61df619bfc5ce2ecdabd5eeff564e1eb47512bd01b5e019569/watchdog-6.0.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d1cdb490583ebd691c012b3d6dae011000fe42edb7a82ece80965b42abd61f26", size = 96390 },
|
6316
|
-
{ url = "https://files.pythonhosted.org/packages/55/46/9a67ee697342ddf3c6daa97e3a587a56d6c4052f881ed926a849fcf7371c/watchdog-6.0.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bc64ab3bdb6a04d69d4023b29422170b74681784ffb9463ed4870cf2f3e66112", size = 88389 },
|
6317
|
-
{ url = "https://files.pythonhosted.org/packages/44/65/91b0985747c52064d8701e1075eb96f8c40a79df889e59a399453adfb882/watchdog-6.0.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c897ac1b55c5a1461e16dae288d22bb2e412ba9807df8397a635d88f671d36c3", size = 89020 },
|
6318
|
-
{ url = "https://files.pythonhosted.org/packages/e0/24/d9be5cd6642a6aa68352ded4b4b10fb0d7889cb7f45814fb92cecd35f101/watchdog-6.0.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:6eb11feb5a0d452ee41f824e271ca311a09e250441c262ca2fd7ebcf2461a06c", size = 96393 },
|
6319
|
-
{ url = "https://files.pythonhosted.org/packages/63/7a/6013b0d8dbc56adca7fdd4f0beed381c59f6752341b12fa0886fa7afc78b/watchdog-6.0.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:ef810fbf7b781a5a593894e4f439773830bdecb885e6880d957d5b9382a960d2", size = 88392 },
|
6320
|
-
{ url = "https://files.pythonhosted.org/packages/d1/40/b75381494851556de56281e053700e46bff5b37bf4c7267e858640af5a7f/watchdog-6.0.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:afd0fe1b2270917c5e23c2a65ce50c2a4abb63daafb0d419fde368e272a76b7c", size = 89019 },
|
6321
|
-
{ url = "https://files.pythonhosted.org/packages/39/ea/3930d07dafc9e286ed356a679aa02d777c06e9bfd1164fa7c19c288a5483/watchdog-6.0.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:bdd4e6f14b8b18c334febb9c4425a878a2ac20efd1e0b231978e7b150f92a948", size = 96471 },
|
6322
|
-
{ url = "https://files.pythonhosted.org/packages/12/87/48361531f70b1f87928b045df868a9fd4e253d9ae087fa4cf3f7113be363/watchdog-6.0.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:c7c15dda13c4eb00d6fb6fc508b3c0ed88b9d5d374056b239c4ad1611125c860", size = 88449 },
|
6323
|
-
{ url = "https://files.pythonhosted.org/packages/5b/7e/8f322f5e600812e6f9a31b75d242631068ca8f4ef0582dd3ae6e72daecc8/watchdog-6.0.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:6f10cb2d5902447c7d0da897e2c6768bca89174d0c6e1e30abec5421af97a5b0", size = 89054 },
|
6324
|
-
{ url = "https://files.pythonhosted.org/packages/30/ad/d17b5d42e28a8b91f8ed01cb949da092827afb9995d4559fd448d0472763/watchdog-6.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:c7ac31a19f4545dd92fc25d200694098f42c9a8e391bc00bdd362c5736dbf881", size = 87902 },
|
6325
|
-
{ url = "https://files.pythonhosted.org/packages/5c/ca/c3649991d140ff6ab67bfc85ab42b165ead119c9e12211e08089d763ece5/watchdog-6.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:9513f27a1a582d9808cf21a07dae516f0fab1cf2d7683a742c498b93eedabb11", size = 88380 },
|
6326
6156
|
{ url = "https://files.pythonhosted.org/packages/a9/c7/ca4bf3e518cb57a686b2feb4f55a1892fd9a3dd13f470fca14e00f80ea36/watchdog-6.0.0-py3-none-manylinux2014_aarch64.whl", hash = "sha256:7607498efa04a3542ae3e05e64da8202e58159aa1fa4acddf7678d34a35d4f13", size = 79079 },
|
6327
6157
|
{ url = "https://files.pythonhosted.org/packages/5c/51/d46dc9332f9a647593c947b4b88e2381c8dfc0942d15b8edc0310fa4abb1/watchdog-6.0.0-py3-none-manylinux2014_armv7l.whl", hash = "sha256:9041567ee8953024c83343288ccc458fd0a2d811d6a0fd68c4c22609e3490379", size = 79078 },
|
6328
6158
|
{ url = "https://files.pythonhosted.org/packages/d4/57/04edbf5e169cd318d5f07b4766fee38e825d64b6913ca157ca32d1a42267/watchdog-6.0.0-py3-none-manylinux2014_i686.whl", hash = "sha256:82dc3e3143c7e38ec49d61af98d6558288c415eac98486a5c581726e0737c00e", size = 79076 },
|