agent-starter-pack 0.6.4__py3-none-any.whl → 0.7.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.6.4.dist-info → agent_starter_pack-0.7.1.dist-info}/METADATA +15 -12
- {agent_starter_pack-0.6.4.dist-info → agent_starter_pack-0.7.1.dist-info}/RECORD +34 -31
- agents/adk_gemini_fullstack/app/agent.py +62 -8
- llm.txt +296 -0
- src/base_template/.gitignore +1 -1
- src/base_template/GEMINI.md +5 -0
- src/base_template/Makefile +20 -5
- src/base_template/README.md +3 -0
- src/base_template/deployment/cd/deploy-to-prod.yaml +3 -3
- src/base_template/deployment/cd/staging.yaml +4 -4
- src/base_template/deployment/ci/pr_checks.yaml +1 -1
- src/base_template/pyproject.toml +2 -2
- src/cli/utils/cicd.py +4 -1
- src/cli/utils/template.py +22 -18
- src/data_ingestion/uv.lock +97 -0
- src/frontends/adk_gemini_fullstack/frontend/package-lock.json +276 -0
- src/frontends/adk_gemini_fullstack/frontend/package.json +1 -0
- src/frontends/adk_gemini_fullstack/frontend/src/components/ChatMessagesView.tsx +5 -4
- src/frontends/adk_gemini_fullstack/frontend/vite.config.ts +4 -0
- src/resources/docs/adk-cheatsheet.md +1224 -0
- src/resources/locks/uv-adk_base-agent_engine.lock +14 -13
- src/resources/locks/uv-adk_base-cloud_run.lock +14 -13
- src/resources/locks/uv-adk_gemini_fullstack-agent_engine.lock +14 -13
- src/resources/locks/uv-adk_gemini_fullstack-cloud_run.lock +14 -13
- src/resources/locks/uv-agentic_rag-agent_engine.lock +78 -83
- src/resources/locks/uv-agentic_rag-cloud_run.lock +110 -119
- src/resources/locks/uv-crewai_coding_crew-agent_engine.lock +130 -135
- src/resources/locks/uv-crewai_coding_crew-cloud_run.lock +163 -172
- src/resources/locks/uv-langgraph_base_react-agent_engine.lock +87 -92
- src/resources/locks/uv-langgraph_base_react-cloud_run.lock +119 -128
- src/resources/locks/uv-live_api-cloud_run.lock +98 -107
- {agent_starter_pack-0.6.4.dist-info → agent_starter_pack-0.7.1.dist-info}/WHEEL +0 -0
- {agent_starter_pack-0.6.4.dist-info → agent_starter_pack-0.7.1.dist-info}/entry_points.txt +0 -0
- {agent_starter_pack-0.6.4.dist-info → agent_starter_pack-0.7.1.dist-info}/licenses/LICENSE +0 -0
@@ -125,7 +125,7 @@ wheels = [
|
|
125
125
|
|
126
126
|
[[package]]
|
127
127
|
name = "anthropic"
|
128
|
-
version = "0.
|
128
|
+
version = "0.55.0"
|
129
129
|
source = { registry = "https://pypi.org/simple" }
|
130
130
|
dependencies = [
|
131
131
|
{ name = "anyio" },
|
@@ -136,9 +136,9 @@ dependencies = [
|
|
136
136
|
{ name = "sniffio" },
|
137
137
|
{ name = "typing-extensions" },
|
138
138
|
]
|
139
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
139
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a4/19/e2e09bc7fc0c4562ae865b3e5d487931c254c517e1c739b0c8aef2cf3186/anthropic-0.55.0.tar.gz", hash = "sha256:61826efa1bda0e4c7dc6f6a0d82b7d99b3fda970cd048d40ef5fca08a5eabd33", size = 408192 }
|
140
140
|
wheels = [
|
141
|
-
{ url = "https://files.pythonhosted.org/packages/
|
141
|
+
{ url = "https://files.pythonhosted.org/packages/b3/8f/ba982f539db40f49a610f61562e9b54fb9c85e7b9ede9a46ff6f9e79042f/anthropic-0.55.0-py3-none-any.whl", hash = "sha256:3518433fc0372a13f2b793b4cabecc7734ec9176e063a0f28dac19aa17c57f94", size = 289318 },
|
142
142
|
]
|
143
143
|
|
144
144
|
[[package]]
|
@@ -295,14 +295,14 @@ wheels = [
|
|
295
295
|
|
296
296
|
[[package]]
|
297
297
|
name = "backrefs"
|
298
|
-
version = "5.
|
298
|
+
version = "5.9"
|
299
299
|
source = { registry = "https://pypi.org/simple" }
|
300
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
300
|
+
sdist = { url = "https://files.pythonhosted.org/packages/eb/a7/312f673df6a79003279e1f55619abbe7daebbb87c17c976ddc0345c04c7b/backrefs-5.9.tar.gz", hash = "sha256:808548cb708d66b82ee231f962cb36faaf4f2baab032f2fbb783e9c2fdddaa59", size = 5765857 }
|
301
301
|
wheels = [
|
302
|
-
{ url = "https://files.pythonhosted.org/packages/
|
303
|
-
{ url = "https://files.pythonhosted.org/packages/
|
304
|
-
{ url = "https://files.pythonhosted.org/packages/
|
305
|
-
{ url = "https://files.pythonhosted.org/packages/
|
302
|
+
{ url = "https://files.pythonhosted.org/packages/19/4d/798dc1f30468134906575156c089c492cf79b5a5fd373f07fe26c4d046bf/backrefs-5.9-py310-none-any.whl", hash = "sha256:db8e8ba0e9de81fcd635f440deab5ae5f2591b54ac1ebe0550a2ca063488cd9f", size = 380267 },
|
303
|
+
{ url = "https://files.pythonhosted.org/packages/55/07/f0b3375bf0d06014e9787797e6b7cc02b38ac9ff9726ccfe834d94e9991e/backrefs-5.9-py311-none-any.whl", hash = "sha256:6907635edebbe9b2dc3de3a2befff44d74f30a4562adbb8b36f21252ea19c5cf", size = 392072 },
|
304
|
+
{ url = "https://files.pythonhosted.org/packages/9d/12/4f345407259dd60a0997107758ba3f221cf89a9b5a0f8ed5b961aef97253/backrefs-5.9-py312-none-any.whl", hash = "sha256:7fdf9771f63e6028d7fee7e0c497c81abda597ea45d6b8f89e8ad76994f5befa", size = 397947 },
|
305
|
+
{ url = "https://files.pythonhosted.org/packages/41/ff/392bff89415399a979be4a65357a41d92729ae8580a66073d8ec8d810f98/backrefs-5.9-py39-none-any.whl", hash = "sha256:f48ee18f6252b8f5777a22a00a09a85de0ca931658f1dd96d4406a34f3748c60", size = 380265 },
|
306
306
|
]
|
307
307
|
|
308
308
|
[[package]]
|
@@ -1190,7 +1190,7 @@ wheels = [
|
|
1190
1190
|
|
1191
1191
|
[[package]]
|
1192
1192
|
name = "google-cloud-aiplatform"
|
1193
|
-
version = "1.
|
1193
|
+
version = "1.99.0"
|
1194
1194
|
source = { registry = "https://pypi.org/simple" }
|
1195
1195
|
dependencies = [
|
1196
1196
|
{ name = "docstring-parser" },
|
@@ -1207,9 +1207,9 @@ dependencies = [
|
|
1207
1207
|
{ name = "shapely" },
|
1208
1208
|
{ name = "typing-extensions" },
|
1209
1209
|
]
|
1210
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1210
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ed/e5/fa4cc399206c0bda9544903bb6c373262cea688383276df5775cac7c9c6e/google_cloud_aiplatform-1.99.0.tar.gz", hash = "sha256:ea509e0d58e456a4c3d9bd007a8c273cbd0ae7e8542258869a418a1a4e68ec3b", size = 9286233 }
|
1211
1211
|
wheels = [
|
1212
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1212
|
+
{ url = "https://files.pythonhosted.org/packages/d7/27/a16b8d8d2a9ae643c34af6c381a918964bd4ae204a3458210a7c97f7f985/google_cloud_aiplatform-1.99.0-py2.py3-none-any.whl", hash = "sha256:3026fadb11900f3d1bb95cb75dedd15e04de8521ab64815dae292b52ccf84917", size = 7721474 },
|
1213
1213
|
]
|
1214
1214
|
|
1215
1215
|
[package.optional-dependencies]
|
@@ -1226,6 +1226,7 @@ agent-engines = [
|
|
1226
1226
|
evaluation = [
|
1227
1227
|
{ name = "jsonschema" },
|
1228
1228
|
{ name = "pandas" },
|
1229
|
+
{ name = "pyyaml" },
|
1229
1230
|
{ name = "ruamel-yaml" },
|
1230
1231
|
{ name = "scikit-learn", version = "1.5.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
|
1231
1232
|
{ name = "scikit-learn", version = "1.7.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
|
@@ -1625,16 +1626,16 @@ wheels = [
|
|
1625
1626
|
|
1626
1627
|
[[package]]
|
1627
1628
|
name = "httpx-sse"
|
1628
|
-
version = "0.4.
|
1629
|
+
version = "0.4.1"
|
1629
1630
|
source = { registry = "https://pypi.org/simple" }
|
1630
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1631
|
+
sdist = { url = "https://files.pythonhosted.org/packages/6e/fa/66bd985dd0b7c109a3bcb89272ee0bfb7e2b4d06309ad7b38ff866734b2a/httpx_sse-0.4.1.tar.gz", hash = "sha256:8f44d34414bc7b21bf3602713005c5df4917884f76072479b21f68befa4ea26e", size = 12998 }
|
1631
1632
|
wheels = [
|
1632
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1633
|
+
{ url = "https://files.pythonhosted.org/packages/25/0a/6269e3473b09aed2dab8aa1a600c70f31f00ae1349bee30658f7e358a159/httpx_sse-0.4.1-py3-none-any.whl", hash = "sha256:cba42174344c3a5b06f255ce65b350880f962d99ead85e776f23c6618a377a37", size = 8054 },
|
1633
1634
|
]
|
1634
1635
|
|
1635
1636
|
[[package]]
|
1636
1637
|
name = "huggingface-hub"
|
1637
|
-
version = "0.33.
|
1638
|
+
version = "0.33.1"
|
1638
1639
|
source = { registry = "https://pypi.org/simple" }
|
1639
1640
|
dependencies = [
|
1640
1641
|
{ name = "filelock" },
|
@@ -1646,9 +1647,9 @@ dependencies = [
|
|
1646
1647
|
{ name = "tqdm" },
|
1647
1648
|
{ name = "typing-extensions" },
|
1648
1649
|
]
|
1649
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1650
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a4/01/bfe0534a63ce7a2285e90dbb33e8a5b815ff096d8f7743b135c256916589/huggingface_hub-0.33.1.tar.gz", hash = "sha256:589b634f979da3ea4b8bdb3d79f97f547840dc83715918daf0b64209c0844c7b", size = 426728 }
|
1650
1651
|
wheels = [
|
1651
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1652
|
+
{ url = "https://files.pythonhosted.org/packages/d0/fb/5307bd3612eb0f0e62c3a916ae531d3a31e58fb5c82b58e3ebf7fd6f47a1/huggingface_hub-0.33.1-py3-none-any.whl", hash = "sha256:ec8d7444628210c0ba27e968e3c4c973032d44dcea59ca0d78ef3f612196f095", size = 515377 },
|
1652
1653
|
]
|
1653
1654
|
|
1654
1655
|
[[package]]
|
@@ -1942,11 +1943,11 @@ wheels = [
|
|
1942
1943
|
|
1943
1944
|
[[package]]
|
1944
1945
|
name = "json-repair"
|
1945
|
-
version = "0.47.
|
1946
|
+
version = "0.47.3"
|
1946
1947
|
source = { registry = "https://pypi.org/simple" }
|
1947
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1948
|
+
sdist = { url = "https://files.pythonhosted.org/packages/42/1b/13f80ab76f81552f201fa1e5147d21b2c2c496927665b88ab37e67c185af/json_repair-0.47.3.tar.gz", hash = "sha256:030d036db0e4f7896cfc422dd47e7022c0942ffe14d8d7cd6b1b1abd40f6636a", size = 33863 }
|
1948
1949
|
wheels = [
|
1949
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1950
|
+
{ url = "https://files.pythonhosted.org/packages/0d/20/3beb965d1731ce35e1b1392b4e357fa5ef2ffc14402d28b3c2ef47ff893c/json_repair-0.47.3-py3-none-any.whl", hash = "sha256:a35c909f1b2f4a9bbf5453bc4f60cc173728f394700500ad859feb47914550f5", size = 22449 },
|
1950
1951
|
]
|
1951
1952
|
|
1952
1953
|
[[package]]
|
@@ -2382,7 +2383,7 @@ wheels = [
|
|
2382
2383
|
|
2383
2384
|
[[package]]
|
2384
2385
|
name = "langchain-google-vertexai"
|
2385
|
-
version = "2.0.
|
2386
|
+
version = "2.0.26"
|
2386
2387
|
source = { registry = "https://pypi.org/simple" }
|
2387
2388
|
dependencies = [
|
2388
2389
|
{ name = "bottleneck" },
|
@@ -2396,9 +2397,9 @@ dependencies = [
|
|
2396
2397
|
{ name = "pydantic" },
|
2397
2398
|
{ name = "validators" },
|
2398
2399
|
]
|
2399
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2400
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a3/89/36b9c8fda52a0444c1cf155f7542c7eb5df70d96ba59b2f4a3f5ba284c6f/langchain_google_vertexai-2.0.26.tar.gz", hash = "sha256:2cd1cb5656b40e43ab8ce685eb9fa99debd73d4326e18289b590926ae3270e5c", size = 86838 }
|
2400
2401
|
wheels = [
|
2401
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2402
|
+
{ url = "https://files.pythonhosted.org/packages/06/b3/62a664d972d06ae8ba1daf16f0a949b4ef890a2e50d1c2c561808f543022/langchain_google_vertexai-2.0.26-py3-none-any.whl", hash = "sha256:91d3223c3cb670c74287acec38480d482e1501545cbfead631b00c3f5c604a00", size = 102747 },
|
2402
2403
|
]
|
2403
2404
|
|
2404
2405
|
[[package]]
|
@@ -2429,7 +2430,7 @@ wheels = [
|
|
2429
2430
|
|
2430
2431
|
[[package]]
|
2431
2432
|
name = "langgraph"
|
2432
|
-
version = "0.4.
|
2433
|
+
version = "0.4.9"
|
2433
2434
|
source = { registry = "https://pypi.org/simple" }
|
2434
2435
|
dependencies = [
|
2435
2436
|
{ name = "langchain-core" },
|
@@ -2439,9 +2440,9 @@ dependencies = [
|
|
2439
2440
|
{ name = "pydantic" },
|
2440
2441
|
{ name = "xxhash" },
|
2441
2442
|
]
|
2442
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2443
|
+
sdist = { url = "https://files.pythonhosted.org/packages/fe/e8/86b3db303984f4792a8bd656df637d0e134e711da07ce9d9d730d201a986/langgraph-0.4.9.tar.gz", hash = "sha256:f815d4cc804862fb32c280bb17e634c3f0e88b4e0df1fb6573aebb73fb959a1e", size = 453307 }
|
2443
2444
|
wheels = [
|
2444
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2445
|
+
{ url = "https://files.pythonhosted.org/packages/78/6c/175e5c56b48ffe7e492f2ccda93935eb3f89e618734577933f0e4cd7522d/langgraph-0.4.9-py3-none-any.whl", hash = "sha256:03312d769edec311dac3ec9ed83a595f1a74590b9ad141387f1fb006b5b3f753", size = 152485 },
|
2445
2446
|
]
|
2446
2447
|
|
2447
2448
|
[[package]]
|
@@ -2485,7 +2486,7 @@ wheels = [
|
|
2485
2486
|
|
2486
2487
|
[[package]]
|
2487
2488
|
name = "langsmith"
|
2488
|
-
version = "0.4.
|
2489
|
+
version = "0.4.2"
|
2489
2490
|
source = { registry = "https://pypi.org/simple" }
|
2490
2491
|
dependencies = [
|
2491
2492
|
{ name = "httpx" },
|
@@ -2496,9 +2497,9 @@ dependencies = [
|
|
2496
2497
|
{ name = "requests-toolbelt" },
|
2497
2498
|
{ name = "zstandard" },
|
2498
2499
|
]
|
2499
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2500
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8a/b6/0ebc396baf6b69aeb9eb466bbeaccd504c901615e744b0ecf33b0d39a8a5/langsmith-0.4.2.tar.gz", hash = "sha256:51df086a9ae17ffa16538f52ef3bb8b3d85b0e52c84958980553cb6cadd9e565", size = 352208 }
|
2500
2501
|
wheels = [
|
2501
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2502
|
+
{ url = "https://files.pythonhosted.org/packages/58/06/fdcc2e8de8934595e7fd7b3f7c93065ff25c03ddeda566823882379b66b2/langsmith-0.4.2-py3-none-any.whl", hash = "sha256:2b1a3f889e134546dc5d67e23e5e8c6be5f91fd86827276ac874e3a25a04498a", size = 367715 },
|
2502
2503
|
]
|
2503
2504
|
|
2504
2505
|
[[package]]
|
@@ -2571,7 +2572,7 @@ requires-dist = [
|
|
2571
2572
|
{ name = "codespell", marker = "extra == 'lint'", specifier = "~=2.2.0" },
|
2572
2573
|
{ name = "crewai", specifier = "~=0.119.0" },
|
2573
2574
|
{ name = "extra-streamlit-components", marker = "extra == 'streamlit'", specifier = "~=0.1.71" },
|
2574
|
-
{ name = "google-cloud-aiplatform", extras = ["evaluation", "agent-engines"], specifier = "~=1.
|
2575
|
+
{ name = "google-cloud-aiplatform", extras = ["evaluation", "agent-engines"], specifier = "~=1.99.0" },
|
2575
2576
|
{ name = "google-cloud-logging", specifier = "~=3.11.4" },
|
2576
2577
|
{ name = "jupyter", marker = "extra == 'jupyter'", specifier = "~=1.0.0" },
|
2577
2578
|
{ name = "langchain", specifier = "~=0.3.14" },
|
@@ -2981,68 +2982,62 @@ wheels = [
|
|
2981
2982
|
|
2982
2983
|
[[package]]
|
2983
2984
|
name = "multidict"
|
2984
|
-
version = "6.5.
|
2985
|
+
version = "6.5.1"
|
2985
2986
|
source = { registry = "https://pypi.org/simple" }
|
2986
2987
|
dependencies = [
|
2987
2988
|
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
|
2988
2989
|
]
|
2989
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2990
|
-
wheels = [
|
2991
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2992
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2993
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2994
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2995
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2996
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2997
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2998
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2999
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3000
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3001
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3002
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3003
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3004
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3005
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3006
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3007
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3008
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3009
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3010
|
-
{ url = "https://files.pythonhosted.org/packages/71/
|
3011
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3012
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3013
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3014
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3015
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3016
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3017
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3018
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3019
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3020
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3021
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3022
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3023
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3024
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3025
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3026
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3027
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3028
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3029
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3030
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3031
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3032
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3033
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3034
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3035
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3036
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3037
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3038
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3039
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3040
|
-
{ url = "https://files.pythonhosted.org/packages/d2/d8/16dd69a6811920a31f4e06114ebe67b1cd922c8b05c9c82b050706d0b6fe/multidict-6.5.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:40ff26f58323795f5cd2855e2718a1720a1123fb90df4553426f0efd76135462", size = 254254 },
|
3041
|
-
{ url = "https://files.pythonhosted.org/packages/ac/a8/90193a5f5ca1bdbf92633d69a25a2ef9bcac7b412b8d48c84d01a2732518/multidict-6.5.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:76803a29fd71869a8b59c2118c9dcfb3b8f9c8723e2cce6baeb20705459505cf", size = 247741 },
|
3042
|
-
{ url = "https://files.pythonhosted.org/packages/cd/43/29c7a747153c05b41d1f67455426af39ed88d6de3f21c232b8f2724bde13/multidict-6.5.0-cp312-cp312-win32.whl", hash = "sha256:df7ecbc65a53a2ce1b3a0c82e6ad1a43dcfe7c6137733f9176a92516b9f5b851", size = 41049 },
|
3043
|
-
{ url = "https://files.pythonhosted.org/packages/1e/e8/8f3fc32b7e901f3a2719764d64aeaf6ae77b4ba961f1c3a3cf3867766636/multidict-6.5.0-cp312-cp312-win_amd64.whl", hash = "sha256:0ec1c3fbbb0b655a6540bce408f48b9a7474fd94ed657dcd2e890671fefa7743", size = 44700 },
|
3044
|
-
{ url = "https://files.pythonhosted.org/packages/24/e4/e250806adc98d524d41e69c8d4a42bc3513464adb88cb96224df12928617/multidict-6.5.0-cp312-cp312-win_arm64.whl", hash = "sha256:2d24a00d34808b22c1f15902899b9d82d0faeca9f56281641c791d8605eacd35", size = 41703 },
|
3045
|
-
{ url = "https://files.pythonhosted.org/packages/44/d8/45e8fc9892a7386d074941429e033adb4640e59ff0780d96a8cf46fe788e/multidict-6.5.0-py3-none-any.whl", hash = "sha256:5634b35f225977605385f56153bd95a7133faffc0ffe12ad26e10517537e8dfc", size = 12181 },
|
2990
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5c/43/2d90c414d9efc4587d6e7cebae9f2c2d8001bcb4f89ed514ae837e9dcbe6/multidict-6.5.1.tar.gz", hash = "sha256:a835ea8103f4723915d7d621529c80ef48db48ae0c818afcabe0f95aa1febc3a", size = 98690 }
|
2991
|
+
wheels = [
|
2992
|
+
{ url = "https://files.pythonhosted.org/packages/d5/29/db869cd110db3b91cbb6a353031e1e7964487403c086fb18fa0fdf5ec48a/multidict-6.5.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7b7d75cb5b90fa55700edbbdca12cd31f6b19c919e98712933c7a1c3c6c71b73", size = 74668 },
|
2993
|
+
{ url = "https://files.pythonhosted.org/packages/37/82/2520af39f62a2eb989aaaf84059e95e337ea7aeb464d9feccd53738d5c37/multidict-6.5.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ad32e43e028276612bf5bab762677e7d131d2df00106b53de2efb2b8a28d5bce", size = 43479 },
|
2994
|
+
{ url = "https://files.pythonhosted.org/packages/71/1a/e4f4822d2a0597d7f9e2222178ca4f06ce979ea81c2a6747cc4e0e675cb3/multidict-6.5.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0499cbc67c1b02ba333781798560c5b1e7cd03e9273b678c92c6de1b1657fac9", size = 43511 },
|
2995
|
+
{ url = "https://files.pythonhosted.org/packages/b3/5e/f9e0b97f235a31de5db2a6859aa057bb459c767a7991b5d24549ca123aa6/multidict-6.5.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3c78fc6bc1dd7a139dab7ee9046f79a2082dce9360e3899b762615d564e2e857", size = 250040 },
|
2996
|
+
{ url = "https://files.pythonhosted.org/packages/c1/ac/2b3058deb743ce99421f8d4072f18eee30a81c86030f9f196a9bdb42978c/multidict-6.5.1-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:f369d6619b24da4df4a02455fea8641fe8324fc0100a3e0dcebc5bf55fa903f3", size = 222481 },
|
2997
|
+
{ url = "https://files.pythonhosted.org/packages/39/81/b38cf2c7717a286f40876cdb3f2ecaa251512a34da1a3a7c4a7b4e0a226e/multidict-6.5.1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:719af50a44ce9cf9ab15d829bf8cf146de486b4816284c17c3c9b9c9735abb8f", size = 260376 },
|
2998
|
+
{ url = "https://files.pythonhosted.org/packages/61/02/ce56214478629279941c5c20af2a865bbfa6bb9fd59ef1c2250bed8d077a/multidict-6.5.1-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:199a0a9b3de8bbeb6881460d32b857dc7abec94448aeb6d607c336628c53580a", size = 256845 },
|
2999
|
+
{ url = "https://files.pythonhosted.org/packages/ed/7d/e8a57728a6c0fd421e3c7637621bb0cd9e20bdd6cd07bb8c068ea9b0bd4c/multidict-6.5.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fe09318a28b00c6f43180d0d889df1535e98fb2d93d25955d46945f8d5410d87", size = 247834 },
|
3000
|
+
{ url = "https://files.pythonhosted.org/packages/cc/30/7f3abcf04755d0265123ceee96d9560c6994a90cd5b28f5c25ec83e43824/multidict-6.5.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:ab94923ae54385ed480e4ab19f10269ee60f3eabd0b35e2a5d1ba6dbf3b0cc27", size = 245233 },
|
3001
|
+
{ url = "https://files.pythonhosted.org/packages/f6/7a/86057ac640fb13205a489b671281211c85fd9a2b4d4274401484b5e3f1cb/multidict-6.5.1-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:de2b253a3a90e1fa55eef5f9b3146bb5c722bd3400747112c9963404a2f5b9cf", size = 236867 },
|
3002
|
+
{ url = "https://files.pythonhosted.org/packages/e2/3e/de3c63ab6690d4ab4bd7656264b8bec6d3426e8b6b9a280723bb538861fc/multidict-6.5.1-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:b3bd88c1bc1f749db6a1e1f01696c3498bc25596136eceebb45766d24a320b27", size = 257058 },
|
3003
|
+
{ url = "https://files.pythonhosted.org/packages/13/1f/46782124968479edd8dc8bc6d770b5b0e4b3fcd00275ee26198f025a6184/multidict-6.5.1-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:0ce8f0ea49e8f54203f7d80e083a7aa017dbcb6f2d76d674273e25144c8aa3d7", size = 246787 },
|
3004
|
+
{ url = "https://files.pythonhosted.org/packages/a2/b6/c8cd1ece2855296cc64f4c9db21a5252f1c61535ef6e008d984b47ba31e2/multidict-6.5.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:dc62c8ac1b73ec704ed1a05be0267358fd5c99d1952f30448db1637336635cf8", size = 243538 },
|
3005
|
+
{ url = "https://files.pythonhosted.org/packages/c4/c4/41fad83305ca4a3b4b0a1cf8fec3a6d044a7eb4d9484ee574851fde0b182/multidict-6.5.1-cp310-cp310-win32.whl", hash = "sha256:7a365a579fb3e067943d0278474e14c2244c252f460b401ccbf49f962e7b70fa", size = 40742 },
|
3006
|
+
{ url = "https://files.pythonhosted.org/packages/6d/cf/cd82de0db6469376dfe40b56c96768d422077e71e76b4783384864975882/multidict-6.5.1-cp310-cp310-win_amd64.whl", hash = "sha256:4b299a2ffed33ad0733a9d47805b538d59465f8439bfea44df542cfb285c4db2", size = 44715 },
|
3007
|
+
{ url = "https://files.pythonhosted.org/packages/1d/9b/5bb9a84cb264f4717a4be7be8ce0536172fb587f8aa8868889408384f8cd/multidict-6.5.1-cp310-cp310-win_arm64.whl", hash = "sha256:ed98ac527278372251fbc8f5c6c41bdf64ded1db0e6e86f9b9622744306060f6", size = 41922 },
|
3008
|
+
{ url = "https://files.pythonhosted.org/packages/d5/65/439c3f595f68ee60d2c7abd14f36829b936b49c4939e35f24e65950b59b2/multidict-6.5.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:153d7ff738d9b67b94418b112dc5a662d89d2fc26846a9e942f039089048c804", size = 74129 },
|
3009
|
+
{ url = "https://files.pythonhosted.org/packages/8a/7a/88b474366126ef7cd427dca84ea6692d81e6e8ebb46f810a565e60716951/multidict-6.5.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1d784c0a1974f00d87f632d0fb6b1078baf7e15d2d2d1408af92f54d120f136e", size = 43248 },
|
3010
|
+
{ url = "https://files.pythonhosted.org/packages/aa/8f/c45ff8980c2f2d1ed8f4f0c682953861fbb840adc318da1b26145587e443/multidict-6.5.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:dedf667cded1cdac5bfd3f3c2ff30010f484faccae4e871cc8a9316d2dc27363", size = 43250 },
|
3011
|
+
{ url = "https://files.pythonhosted.org/packages/ac/71/795e729385ecd8994d2033731ced3a80959e9c3c279766613565f5dcc7e1/multidict-6.5.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7cbf407313236a79ce9b8af11808c29756cfb9c9a49a7f24bb1324537eec174b", size = 254313 },
|
3012
|
+
{ url = "https://files.pythonhosted.org/packages/de/5a/36e8dd1306f8f6e5b252d6341e919c4a776745e2c38f86bc27d0640d3379/multidict-6.5.1-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:2bf0068fe9abb0ebed1436a4e415117386951cf598eb8146ded4baf8e1ff6d1e", size = 227162 },
|
3013
|
+
{ url = "https://files.pythonhosted.org/packages/f0/c2/4e68fb3a8ef5b23bbf3d82a19f4ff71de8289b696c662572a6cb094eabf6/multidict-6.5.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:195882f2f6272dacc88194ecd4de3608ad0ee29b161e541403b781a5f5dd346f", size = 265552 },
|
3014
|
+
{ url = "https://files.pythonhosted.org/packages/51/5b/b9ee059e39cd3fec2e1fe9ecb57165fba0518d79323a6f355275ed9ec956/multidict-6.5.1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5776f9d2c3a1053f022f744af5f467c2f65b40d4cc00082bcf70e8c462c7dbad", size = 260935 },
|
3015
|
+
{ url = "https://files.pythonhosted.org/packages/4c/0a/ea655a79d2d89dedb33f423b5dd3a733d97b1765a5e2155da883060fb48f/multidict-6.5.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8a266373c604e49552d295d9f8ec4fd59bd364f2dd73eb18e7d36d5533b88f45", size = 251778 },
|
3016
|
+
{ url = "https://files.pythonhosted.org/packages/3f/58/8ff6b032f6c8956c8beb93a7191c80e4a6f385e9ffbe4a38c1cd758a7445/multidict-6.5.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:79101d58094419b6e8d07e24946eba440136b9095590271cd6ccc4a90674a57d", size = 249837 },
|
3017
|
+
{ url = "https://files.pythonhosted.org/packages/de/be/2fcdfd358ebc1be2ac3922a594daf660f99a23740f5177ba8b2fb6a66feb/multidict-6.5.1-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:62eb76be8c20d9017a82b74965db93ddcf472b929b6b2b78c56972c73bacf2e4", size = 240831 },
|
3018
|
+
{ url = "https://files.pythonhosted.org/packages/e3/e0/1d3a4bb4ce34f314b919f4cb0da26430a6d88758f6d20b1c4f236a569085/multidict-6.5.1-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:70c742357dd6207be30922207f8d59c91e2776ddbefa23830c55c09020e59f8a", size = 262110 },
|
3019
|
+
{ url = "https://files.pythonhosted.org/packages/f0/5a/4cabf6661aa18e43dca54d00de06ef287740ad6ddbba34be53b3a554a6ee/multidict-6.5.1-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:29eff1c9a905e298e9cd29f856f77485e58e59355f0ee323ac748203e002bbd3", size = 250845 },
|
3020
|
+
{ url = "https://files.pythonhosted.org/packages/66/ad/44c44312d48423327d22be8c7058f9da8e2a527c9230d89b582670327efd/multidict-6.5.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:090e0b37fde199b58ea050c472c21dc8a3fbf285f42b862fe1ff02aab8942239", size = 247351 },
|
3021
|
+
{ url = "https://files.pythonhosted.org/packages/21/30/a12bbd76222be44c4f2d540c0d9cd1f932ab97e84a06098749f29b2908f5/multidict-6.5.1-cp311-cp311-win32.whl", hash = "sha256:6037beca8cb481307fb586ee0b73fae976a3e00d8f6ad7eb8af94a878a4893f0", size = 40644 },
|
3022
|
+
{ url = "https://files.pythonhosted.org/packages/90/58/2ce479dcb4611212eaa4808881d9a66a4362c48cd9f7b525b24a5d45764f/multidict-6.5.1-cp311-cp311-win_amd64.whl", hash = "sha256:b632c1e4a2ff0bb4c1367d6c23871aa95dbd616bf4a847034732a142bb6eea94", size = 44693 },
|
3023
|
+
{ url = "https://files.pythonhosted.org/packages/cc/d1/466a6cf48dcef796f2d75ba51af4475ac96c6ea33ef4dbf4cea1caf99532/multidict-6.5.1-cp311-cp311-win_arm64.whl", hash = "sha256:2ec3aa63f0c668f591d43195f8e555f803826dee34208c29ade9d63355f9e095", size = 41822 },
|
3024
|
+
{ url = "https://files.pythonhosted.org/packages/33/36/225fb9b890607d740f61957febf622f5c9cd9e641a93502c7877934d57ef/multidict-6.5.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:48f95fe064f63d9601ef7a3dce2fc2a437d5fcc11bca960bc8be720330b13b6a", size = 74287 },
|
3025
|
+
{ url = "https://files.pythonhosted.org/packages/70/e5/c9eabb16ecf77275664413263527ab169e08371dfa6b168025d8f67261fd/multidict-6.5.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:7b7b6e1ce9b61f721417c68eeeb37599b769f3b631e6b25c21f50f8f619420b9", size = 44092 },
|
3026
|
+
{ url = "https://files.pythonhosted.org/packages/df/0b/dd9322a432c477a2e6d089bbb53acb68ed25515b8292dbc60f27e7e45d70/multidict-6.5.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8b83b055889bda09fc866c0a652cdb6c36eeeafc2858259c9a7171fe82df5773", size = 42565 },
|
3027
|
+
{ url = "https://files.pythonhosted.org/packages/f9/ac/22f5b4e55a4bc99f9622de280f7da366c1d7f29ec4eec9d339cb2ba62019/multidict-6.5.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b7bd4d655dc460c7aebb73b58ed1c074e85f7286105b012556cf0f25c6d1dba3", size = 254896 },
|
3028
|
+
{ url = "https://files.pythonhosted.org/packages/09/dc/2f6d96d4a80ec731579cb69532fac33cbbda2a838079ae0c47c6e8f5545b/multidict-6.5.1-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:aa6dcf25ced31cdce10f004506dbc26129f28a911b32ed10e54453a0842a6173", size = 236854 },
|
3029
|
+
{ url = "https://files.pythonhosted.org/packages/4a/cb/ef38a69ee75e8b72e5cff9ed4cff92379eadd057a99eaf4893494bf6ab64/multidict-6.5.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:059fb556c3e6ce1a168496f92ef139ad839a47f898eaa512b1d43e5e05d78c6b", size = 265131 },
|
3030
|
+
{ url = "https://files.pythonhosted.org/packages/c0/9e/85d9fe9e658e0edf566c02181248fa2aaf5e53134df0c80f7231ce5fc689/multidict-6.5.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:f97680c839dd9fa208e9584b1c2a5f1224bd01d31961f7f7d94984408c4a6b9e", size = 262187 },
|
3031
|
+
{ url = "https://files.pythonhosted.org/packages/2b/1c/b46ec1dd78c3faa55bffb354410c48fadd81029a144cd056828c82ca15b4/multidict-6.5.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7710c716243525cc05cd038c6e09f1807ee0fef2510a6e484450712c389c8d7f", size = 251220 },
|
3032
|
+
{ url = "https://files.pythonhosted.org/packages/6b/6b/481ec5179ddc7da8b05077ebae2dd51da3df3ae3e5842020fbfa939167c1/multidict-6.5.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:83eb172b4856ffff2814bdcf9c7792c0439302faab1b31376817b067b26cd8f5", size = 249949 },
|
3033
|
+
{ url = "https://files.pythonhosted.org/packages/00/e3/642f63e12c1b8e6662c23626a98e9d764fe5a63c3a6cb59002f6fdcb920f/multidict-6.5.1-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:562d4714fa43f6ebc043a657535e4575e7d6141a818c9b3055f0868d29a1a41b", size = 244438 },
|
3034
|
+
{ url = "https://files.pythonhosted.org/packages/dc/cf/797397f6d38b011912504aef213a4be43ef4ec134859caa47f94d810bad8/multidict-6.5.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:2d7def2fc47695c46a427b8f298fb5ace03d635c1fb17f30d6192c9a8fb69e70", size = 259921 },
|
3035
|
+
{ url = "https://files.pythonhosted.org/packages/82/b2/ae914a2d84eba21e956fa3727060248ca23ed4a5bf1beb057df0d10f9de3/multidict-6.5.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:77bc8ab5c6bfe696eff564824e73a451fdeca22f3b960261750836cee02bcbfa", size = 252691 },
|
3036
|
+
{ url = "https://files.pythonhosted.org/packages/01/fa/1ab4d79a236b871cfd40d36a1f9942906c630bd2b7822287bd3927addb62/multidict-6.5.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:9eec51891d3c210948ead894ec1483d48748abec08db5ce9af52cc13fef37aee", size = 246224 },
|
3037
|
+
{ url = "https://files.pythonhosted.org/packages/78/dd/bf002fe04e952db73cad8ce10a5b5347358d0d17221aef156e050aff690b/multidict-6.5.1-cp312-cp312-win32.whl", hash = "sha256:189f0c2bd1c0ae5509e453707d0e187e030c9e873a0116d1f32d1c870d0fc347", size = 41354 },
|
3038
|
+
{ url = "https://files.pythonhosted.org/packages/95/ce/508a8487d98fdc3e693755bc19c543a2af293f5ce96da398bd1974efb802/multidict-6.5.1-cp312-cp312-win_amd64.whl", hash = "sha256:e81f23b4b6f2a588f15d5cb554b2d8b482bb6044223d64b86bc7079cae9ebaad", size = 45072 },
|
3039
|
+
{ url = "https://files.pythonhosted.org/packages/ae/da/4782cf2f274d0d56fff6c07fc5cc5a14acf821dec08350c17d66d0207a05/multidict-6.5.1-cp312-cp312-win_arm64.whl", hash = "sha256:79d13e06d5241f9c8479dfeaf0f7cce8f453a4a302c9a0b1fa9b1a6869ff7757", size = 42149 },
|
3040
|
+
{ url = "https://files.pythonhosted.org/packages/07/9f/d4719ce55a1d8bf6619e8bb92f1e2e7399026ea85ae0c324ec77ee06c050/multidict-6.5.1-py3-none-any.whl", hash = "sha256:895354f4a38f53a1df2cc3fa2223fa714cff2b079a9f018a76cad35e7f0f044c", size = 12185 },
|
3046
3041
|
]
|
3047
3042
|
|
3048
3043
|
[[package]]
|
@@ -3088,11 +3083,11 @@ wheels = [
|
|
3088
3083
|
|
3089
3084
|
[[package]]
|
3090
3085
|
name = "narwhals"
|
3091
|
-
version = "1.
|
3086
|
+
version = "1.44.0"
|
3092
3087
|
source = { registry = "https://pypi.org/simple" }
|
3093
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
3088
|
+
sdist = { url = "https://files.pythonhosted.org/packages/56/e5/0b875d29e2a4d112c58fef6aac2ed3a73bbdd4d8d0dce722fd154357248a/narwhals-1.44.0.tar.gz", hash = "sha256:8cf0616d4f6f21225b3b56fcde96ccab6d05023561a0f162402aa9b8c33ad31d", size = 499250 }
|
3094
3089
|
wheels = [
|
3095
|
-
{ url = "https://files.pythonhosted.org/packages/
|
3090
|
+
{ url = "https://files.pythonhosted.org/packages/ff/fb/12f4a971467aac3cb7cbccbbfca5d0f05e23722068112c1ac4a393613ebe/narwhals-1.44.0-py3-none-any.whl", hash = "sha256:a170ea0bab4cf1f323d9f8bf17f2d7042c3d73802bea321996b39bf075d57de5", size = 365240 },
|
3096
3091
|
]
|
3097
3092
|
|
3098
3093
|
[[package]]
|
@@ -4721,16 +4716,16 @@ wheels = [
|
|
4721
4716
|
|
4722
4717
|
[[package]]
|
4723
4718
|
name = "pydantic-settings"
|
4724
|
-
version = "2.10.
|
4719
|
+
version = "2.10.1"
|
4725
4720
|
source = { registry = "https://pypi.org/simple" }
|
4726
4721
|
dependencies = [
|
4727
4722
|
{ name = "pydantic" },
|
4728
4723
|
{ name = "python-dotenv" },
|
4729
4724
|
{ name = "typing-inspection" },
|
4730
4725
|
]
|
4731
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
4726
|
+
sdist = { url = "https://files.pythonhosted.org/packages/68/85/1ea668bbab3c50071ca613c6ab30047fb36ab0da1b92fa8f17bbc38fd36c/pydantic_settings-2.10.1.tar.gz", hash = "sha256:06f0062169818d0f5524420a360d632d5857b83cffd4d42fe29597807a1614ee", size = 172583 }
|
4732
4727
|
wheels = [
|
4733
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4728
|
+
{ url = "https://files.pythonhosted.org/packages/58/f0/427018098906416f580e3cf1366d3b1abfb408a0652e9f31600c24a1903c/pydantic_settings-2.10.1-py3-none-any.whl", hash = "sha256:a60952460b99cf661dc25c29c0ef171721f98bfcb52ef8d9ea4c943d7c8cc796", size = 45235 },
|
4734
4729
|
]
|
4735
4730
|
|
4736
4731
|
[[package]]
|
@@ -4875,11 +4870,11 @@ wheels = [
|
|
4875
4870
|
|
4876
4871
|
[[package]]
|
4877
4872
|
name = "python-dotenv"
|
4878
|
-
version = "1.1.
|
4873
|
+
version = "1.1.1"
|
4879
4874
|
source = { registry = "https://pypi.org/simple" }
|
4880
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
4875
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f6/b0/4bc07ccd3572a2f9df7e6782f52b0c6c90dcbb803ac4a167702d7d0dfe1e/python_dotenv-1.1.1.tar.gz", hash = "sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab", size = 41978 }
|
4881
4876
|
wheels = [
|
4882
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4877
|
+
{ url = "https://files.pythonhosted.org/packages/5f/ed/539768cf28c661b5b068d66d96a2f155c4971a5d55684a514c1a0e0dec2f/python_dotenv-1.1.1-py3-none-any.whl", hash = "sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc", size = 20556 },
|
4883
4878
|
]
|
4884
4879
|
|
4885
4880
|
[[package]]
|
@@ -5947,27 +5942,27 @@ wheels = [
|
|
5947
5942
|
|
5948
5943
|
[[package]]
|
5949
5944
|
name = "tokenizers"
|
5950
|
-
version = "0.21.
|
5945
|
+
version = "0.21.2"
|
5951
5946
|
source = { registry = "https://pypi.org/simple" }
|
5952
5947
|
dependencies = [
|
5953
5948
|
{ name = "huggingface-hub" },
|
5954
5949
|
]
|
5955
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
5950
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ab/2d/b0fce2b8201635f60e8c95990080f58461cc9ca3d5026de2e900f38a7f21/tokenizers-0.21.2.tar.gz", hash = "sha256:fdc7cffde3e2113ba0e6cc7318c40e3438a4d74bbc62bf04bcc63bdfb082ac77", size = 351545 }
|
5956
5951
|
wheels = [
|
5957
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5958
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5959
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5960
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5961
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5962
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5963
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5964
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5965
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5966
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5967
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5968
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5969
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5970
|
-
{ url = "https://files.pythonhosted.org/packages/
|
5952
|
+
{ url = "https://files.pythonhosted.org/packages/1d/cc/2936e2d45ceb130a21d929743f1e9897514691bec123203e10837972296f/tokenizers-0.21.2-cp39-abi3-macosx_10_12_x86_64.whl", hash = "sha256:342b5dfb75009f2255ab8dec0041287260fed5ce00c323eb6bab639066fef8ec", size = 2875206 },
|
5953
|
+
{ url = "https://files.pythonhosted.org/packages/6c/e6/33f41f2cc7861faeba8988e7a77601407bf1d9d28fc79c5903f8f77df587/tokenizers-0.21.2-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:126df3205d6f3a93fea80c7a8a266a78c1bd8dd2fe043386bafdd7736a23e45f", size = 2732655 },
|
5954
|
+
{ url = "https://files.pythonhosted.org/packages/33/2b/1791eb329c07122a75b01035b1a3aa22ad139f3ce0ece1b059b506d9d9de/tokenizers-0.21.2-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4a32cd81be21168bd0d6a0f0962d60177c447a1aa1b1e48fa6ec9fc728ee0b12", size = 3019202 },
|
5955
|
+
{ url = "https://files.pythonhosted.org/packages/05/15/fd2d8104faa9f86ac68748e6f7ece0b5eb7983c7efc3a2c197cb98c99030/tokenizers-0.21.2-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8bd8999538c405133c2ab999b83b17c08b7fc1b48c1ada2469964605a709ef91", size = 2934539 },
|
5956
|
+
{ url = "https://files.pythonhosted.org/packages/a5/2e/53e8fd053e1f3ffbe579ca5f9546f35ac67cf0039ed357ad7ec57f5f5af0/tokenizers-0.21.2-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5e9944e61239b083a41cf8fc42802f855e1dca0f499196df37a8ce219abac6eb", size = 3248665 },
|
5957
|
+
{ url = "https://files.pythonhosted.org/packages/00/15/79713359f4037aa8f4d1f06ffca35312ac83629da062670e8830917e2153/tokenizers-0.21.2-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:514cd43045c5d546f01142ff9c79a96ea69e4b5cda09e3027708cb2e6d5762ab", size = 3451305 },
|
5958
|
+
{ url = "https://files.pythonhosted.org/packages/38/5f/959f3a8756fc9396aeb704292777b84f02a5c6f25c3fc3ba7530db5feb2c/tokenizers-0.21.2-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b1b9405822527ec1e0f7d8d2fdb287a5730c3a6518189c968254a8441b21faae", size = 3214757 },
|
5959
|
+
{ url = "https://files.pythonhosted.org/packages/c5/74/f41a432a0733f61f3d21b288de6dfa78f7acff309c6f0f323b2833e9189f/tokenizers-0.21.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fed9a4d51c395103ad24f8e7eb976811c57fbec2af9f133df471afcd922e5020", size = 3121887 },
|
5960
|
+
{ url = "https://files.pythonhosted.org/packages/3c/6a/bc220a11a17e5d07b0dfb3b5c628621d4dcc084bccd27cfaead659963016/tokenizers-0.21.2-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:2c41862df3d873665ec78b6be36fcc30a26e3d4902e9dd8608ed61d49a48bc19", size = 9091965 },
|
5961
|
+
{ url = "https://files.pythonhosted.org/packages/6c/bd/ac386d79c4ef20dc6f39c4706640c24823dca7ebb6f703bfe6b5f0292d88/tokenizers-0.21.2-cp39-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:ed21dc7e624e4220e21758b2e62893be7101453525e3d23264081c9ef9a6d00d", size = 9053372 },
|
5962
|
+
{ url = "https://files.pythonhosted.org/packages/63/7b/5440bf203b2a5358f074408f7f9c42884849cd9972879e10ee6b7a8c3b3d/tokenizers-0.21.2-cp39-abi3-musllinux_1_2_i686.whl", hash = "sha256:0e73770507e65a0e0e2a1affd6b03c36e3bc4377bd10c9ccf51a82c77c0fe365", size = 9298632 },
|
5963
|
+
{ url = "https://files.pythonhosted.org/packages/a4/d2/faa1acac3f96a7427866e94ed4289949b2524f0c1878512516567d80563c/tokenizers-0.21.2-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:106746e8aa9014a12109e58d540ad5465b4c183768ea96c03cbc24c44d329958", size = 9470074 },
|
5964
|
+
{ url = "https://files.pythonhosted.org/packages/d8/a5/896e1ef0707212745ae9f37e84c7d50269411aef2e9ccd0de63623feecdf/tokenizers-0.21.2-cp39-abi3-win32.whl", hash = "sha256:cabda5a6d15d620b6dfe711e1af52205266d05b379ea85a8a301b3593c60e962", size = 2330115 },
|
5965
|
+
{ url = "https://files.pythonhosted.org/packages/13/c3/cc2755ee10be859c4338c962a35b9a663788c0c0b50c0bdd8078fb6870cf/tokenizers-0.21.2-cp39-abi3-win_amd64.whl", hash = "sha256:58747bb898acdb1007f37a7bbe614346e98dc28708ffb66a3fd50ce169ac6c98", size = 2509918 },
|
5971
5966
|
]
|
5972
5967
|
|
5973
5968
|
[[package]]
|
@@ -6219,27 +6214,27 @@ wheels = [
|
|
6219
6214
|
|
6220
6215
|
[[package]]
|
6221
6216
|
name = "uv"
|
6222
|
-
version = "0.7.
|
6223
|
-
source = { registry = "https://pypi.org/simple" }
|
6224
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
6225
|
-
wheels = [
|
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/
|
6233
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6234
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6235
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6236
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6237
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6238
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6239
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6240
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6241
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6242
|
-
{ url = "https://files.pythonhosted.org/packages/
|
6217
|
+
version = "0.7.15"
|
6218
|
+
source = { registry = "https://pypi.org/simple" }
|
6219
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f2/e2/f4ae75e0d52abaf8c01c6948b423fbac7a6ae4413556a983959bf8f9b658/uv-0.7.15.tar.gz", hash = "sha256:c608cd2d89db7482ab40fc6e7de27afc87b20595e145ed81a2a8702e9a0d7e2d", size = 3343475 }
|
6220
|
+
wheels = [
|
6221
|
+
{ url = "https://files.pythonhosted.org/packages/3a/57/5bd08b88b583bde2daa54abaf418de1b0b6712bc60d5583a3cc9455174b3/uv-0.7.15-py3-none-linux_armv6l.whl", hash = "sha256:804b927f1b08f97ad597405276058bc94bab9e35c77e7f86c4ca635f72269ff8", size = 17276275 },
|
6222
|
+
{ url = "https://files.pythonhosted.org/packages/3e/60/f8c159919b96ae9c77bd61f78d5e0dda2769840510abb4ebcc66750b2bb3/uv-0.7.15-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:33f57f51ff980a74131cc8cde501b8467faec21aef35518ff6b544450be2f9be", size = 17301675 },
|
6223
|
+
{ url = "https://files.pythonhosted.org/packages/a1/4c/b36bc5e665d1466782a7687347291f1f148d78ea1bb1534114b6f8437098/uv-0.7.15-py3-none-macosx_11_0_arm64.whl", hash = "sha256:cc5ed8a4c804b6cacc13fdb794ff86fb6cca02b8966e075a9e15ea976c642454", size = 15957360 },
|
6224
|
+
{ url = "https://files.pythonhosted.org/packages/13/13/ad63a01b2a6fc68b5b0bd5ddcaa99e997e4143233bd09b2db7b0f917c2f9/uv-0.7.15-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:cd374f9d4eca1b07662e2d774c710d18a7865a4387bc95e8d08fc9070473bb5f", size = 16481900 },
|
6225
|
+
{ url = "https://files.pythonhosted.org/packages/7b/6c/073e8c8d2c1154f72a6323482b0a5388655622c2fe0867e47b4bb8893e3f/uv-0.7.15-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:1d2d9cff6af77e9dd604782da785e271b7082ddf16636e34e0acee1689cc9392", size = 16948631 },
|
6226
|
+
{ url = "https://files.pythonhosted.org/packages/4e/88/f019ebc681882cac372f403b4008389e7db3481516ae78ad23bb766f9959/uv-0.7.15-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0601b9757f70f0cb243963ba2c4241d1d9207f4b5afc63c68d609ac5e54ce657", size = 17634844 },
|
6227
|
+
{ url = "https://files.pythonhosted.org/packages/7b/ee/b506ebdc89d9087ac3436eb7eb22c7ac8926eb199e5253769568316db112/uv-0.7.15-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:361b9b004e62a8d620b7eb79f51f9cc9f815ee0b287c2ce42fb3618f84172a2f", size = 18569268 },
|
6228
|
+
{ url = "https://files.pythonhosted.org/packages/57/32/50b1e80b91ef2b4478217f6a1754c0888f1e90379b8fa77ed70d5f5f0ee9/uv-0.7.15-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:df99a0f54f8d0889879dee3fb99ec3d0748bbd42af31428197b5fe6b90b7b974", size = 18256065 },
|
6229
|
+
{ url = "https://files.pythonhosted.org/packages/af/01/3a83831b8916ccb3ce22ac1295ba079f95ab74461236c379f8817a2bf47f/uv-0.7.15-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3cd980b68bbfc80ccc9fe8ab4fccec5350ec0be4135569d8c5bddb605a2fd390", size = 18446300 },
|
6230
|
+
{ url = "https://files.pythonhosted.org/packages/06/65/90760c9c90633ee37bea46687edddb633f047002625fbb24d5dd43c7f465/uv-0.7.15-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2f6f78e6b816b9fb2cb92f1f1857dd7725cc2008d800e4f4cdc195f64f0c96c8", size = 17960970 },
|
6231
|
+
{ url = "https://files.pythonhosted.org/packages/a8/e3/4552eb0f95beeb84c5d7d60aa184d62357194df71a8a2e34b8f78681890d/uv-0.7.15-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:7edac5d090bf9cb84bf0139ae48d3629384d94638b1e2215ca2441f786b9e8eb", size = 16754011 },
|
6232
|
+
{ url = "https://files.pythonhosted.org/packages/93/75/a9d1301267f781c5d06df05dd8bb87884b7818f9dfcccb211716754b9805/uv-0.7.15-py3-none-musllinux_1_1_armv7l.whl", hash = "sha256:81201cf430e527fa88bcfa9a6adb91ad4080cf635684bbc456e4bb589cea6e3c", size = 16951202 },
|
6233
|
+
{ url = "https://files.pythonhosted.org/packages/f2/ed/a199eb35aff558e3276a3c4591e1d7152a7fdd2d1b5dad60c21191748f72/uv-0.7.15-py3-none-musllinux_1_1_i686.whl", hash = "sha256:d78d1e9b05ab6e540ba4567b92d6f16f80176905183db8581d8b77522c39256c", size = 17245178 },
|
6234
|
+
{ url = "https://files.pythonhosted.org/packages/7d/50/633fe84ac08ad7a233dc3b7113184af6bbfd0668078993b4408edf6fb767/uv-0.7.15-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:8717797f0d4b257a9d3f217959d24119342b0d96c2b224fbfefa44df5d94def2", size = 18074998 },
|
6235
|
+
{ url = "https://files.pythonhosted.org/packages/5e/0a/5eee2e56063708a25d6d794153884b260d6f322649d3434f4d449fb65e6e/uv-0.7.15-py3-none-win32.whl", hash = "sha256:10ff8e18e617685f1b5ba4726da2782093ae7032e257eb500358444b610a92b1", size = 17528725 },
|
6236
|
+
{ url = "https://files.pythonhosted.org/packages/be/73/d6d6fd05728263cc5bc81cf2424f2e78203fdd1b6c926f61363921bd8d8e/uv-0.7.15-py3-none-win_amd64.whl", hash = "sha256:9fda476ce40a428861e62b4e7c1d1199deb48ffc9b9197219e7f78e7c59be7a7", size = 19046757 },
|
6237
|
+
{ url = "https://files.pythonhosted.org/packages/14/89/7f34a13ea6b336f3a0e70856bd584628556d03a865909a8a3854b7468239/uv-0.7.15-py3-none-win_arm64.whl", hash = "sha256:32a1ca819298b6cbe673becc3d52fc51a626ed003b61402824f1614d786650ac", size = 17690893 },
|
6243
6238
|
]
|
6244
6239
|
|
6245
6240
|
[[package]]
|