Spaces:
Sleeping
Sleeping
fix poetry issue with pinecone
Browse files- poetry.lock +192 -189
- pyproject.toml +1 -1
- requirements.txt +0 -0
poetry.lock
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# This file is automatically @generated by Poetry 1.8.
|
2 |
|
3 |
[[package]]
|
4 |
name = "aiofiles"
|
@@ -558,38 +558,38 @@ test-no-images = ["pytest", "pytest-cov", "pytest-rerunfailures", "pytest-xdist"
|
|
558 |
|
559 |
[[package]]
|
560 |
name = "cryptography"
|
561 |
-
version = "43.0.
|
562 |
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
|
563 |
optional = false
|
564 |
python-versions = ">=3.7"
|
565 |
files = [
|
566 |
-
{file = "cryptography-43.0.
|
567 |
-
{file = "cryptography-43.0.
|
568 |
-
{file = "cryptography-43.0.
|
569 |
-
{file = "cryptography-43.0.
|
570 |
-
{file = "cryptography-43.0.
|
571 |
-
{file = "cryptography-43.0.
|
572 |
-
{file = "cryptography-43.0.
|
573 |
-
{file = "cryptography-43.0.
|
574 |
-
{file = "cryptography-43.0.
|
575 |
-
{file = "cryptography-43.0.
|
576 |
-
{file = "cryptography-43.0.
|
577 |
-
{file = "cryptography-43.0.
|
578 |
-
{file = "cryptography-43.0.
|
579 |
-
{file = "cryptography-43.0.
|
580 |
-
{file = "cryptography-43.0.
|
581 |
-
{file = "cryptography-43.0.
|
582 |
-
{file = "cryptography-43.0.
|
583 |
-
{file = "cryptography-43.0.
|
584 |
-
{file = "cryptography-43.0.
|
585 |
-
{file = "cryptography-43.0.
|
586 |
-
{file = "cryptography-43.0.
|
587 |
-
{file = "cryptography-43.0.
|
588 |
-
{file = "cryptography-43.0.
|
589 |
-
{file = "cryptography-43.0.
|
590 |
-
{file = "cryptography-43.0.
|
591 |
-
{file = "cryptography-43.0.
|
592 |
-
{file = "cryptography-43.0.
|
593 |
]
|
594 |
|
595 |
[package.dependencies]
|
@@ -602,7 +602,7 @@ nox = ["nox"]
|
|
602 |
pep8test = ["check-sdist", "click", "mypy", "ruff"]
|
603 |
sdist = ["build"]
|
604 |
ssh = ["bcrypt (>=3.1.5)"]
|
605 |
-
test = ["certifi", "cryptography-vectors (==43.0.
|
606 |
test-randomorder = ["pytest-randomly"]
|
607 |
|
608 |
[[package]]
|
@@ -876,13 +876,13 @@ files = [
|
|
876 |
|
877 |
[[package]]
|
878 |
name = "fsspec"
|
879 |
-
version = "2024.
|
880 |
description = "File-system specification"
|
881 |
optional = false
|
882 |
python-versions = ">=3.8"
|
883 |
files = [
|
884 |
-
{file = "fsspec-2024.
|
885 |
-
{file = "fsspec-2024.
|
886 |
]
|
887 |
|
888 |
[package.extras]
|
@@ -1545,19 +1545,19 @@ files = [
|
|
1545 |
|
1546 |
[[package]]
|
1547 |
name = "langchain"
|
1548 |
-
version = "0.3.
|
1549 |
description = "Building applications with LLMs through composability"
|
1550 |
optional = false
|
1551 |
python-versions = "<4.0,>=3.9"
|
1552 |
files = [
|
1553 |
-
{file = "langchain-0.3.
|
1554 |
-
{file = "langchain-0.3.
|
1555 |
]
|
1556 |
|
1557 |
[package.dependencies]
|
1558 |
aiohttp = ">=3.8.3,<4.0.0"
|
1559 |
async-timeout = {version = ">=4.0.0,<5.0.0", markers = "python_version < \"3.11\""}
|
1560 |
-
langchain-core = ">=0.3.
|
1561 |
langchain-text-splitters = ">=0.3.0,<0.4.0"
|
1562 |
langsmith = ">=0.1.17,<0.2.0"
|
1563 |
numpy = [
|
@@ -1568,7 +1568,7 @@ pydantic = ">=2.7.4,<3.0.0"
|
|
1568 |
PyYAML = ">=5.3"
|
1569 |
requests = ">=2,<3"
|
1570 |
SQLAlchemy = ">=1.4,<3"
|
1571 |
-
tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<
|
1572 |
|
1573 |
[[package]]
|
1574 |
name = "langchain-core"
|
@@ -1624,13 +1624,13 @@ langchain-core = ">=0.3.0,<0.4.0"
|
|
1624 |
|
1625 |
[[package]]
|
1626 |
name = "langgraph"
|
1627 |
-
version = "0.2.
|
1628 |
description = "Building stateful, multi-actor applications with LLMs"
|
1629 |
optional = false
|
1630 |
python-versions = "<4.0,>=3.9.0"
|
1631 |
files = [
|
1632 |
-
{file = "langgraph-0.2.
|
1633 |
-
{file = "langgraph-0.2.
|
1634 |
]
|
1635 |
|
1636 |
[package.dependencies]
|
@@ -2343,68 +2343,68 @@ datalib = ["numpy (>=1)", "pandas (>=1.2.3)", "pandas-stubs (>=1.1.0.11)"]
|
|
2343 |
|
2344 |
[[package]]
|
2345 |
name = "orjson"
|
2346 |
-
version = "3.10.
|
2347 |
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
|
2348 |
optional = false
|
2349 |
python-versions = ">=3.8"
|
2350 |
files = [
|
2351 |
-
{file = "orjson-3.10.
|
2352 |
-
{file = "orjson-3.10.
|
2353 |
-
{file = "orjson-3.10.
|
2354 |
-
{file = "orjson-3.10.
|
2355 |
-
{file = "orjson-3.10.
|
2356 |
-
{file = "orjson-3.10.
|
2357 |
-
{file = "orjson-3.10.
|
2358 |
-
{file = "orjson-3.10.
|
2359 |
-
{file = "orjson-3.10.
|
2360 |
-
{file = "orjson-3.10.
|
2361 |
-
{file = "orjson-3.10.
|
2362 |
-
{file = "orjson-3.10.
|
2363 |
-
{file = "orjson-3.10.
|
2364 |
-
{file = "orjson-3.10.
|
2365 |
-
{file = "orjson-3.10.
|
2366 |
-
{file = "orjson-3.10.
|
2367 |
-
{file = "orjson-3.10.
|
2368 |
-
{file = "orjson-3.10.
|
2369 |
-
{file = "orjson-3.10.
|
2370 |
-
{file = "orjson-3.10.
|
2371 |
-
{file = "orjson-3.10.
|
2372 |
-
{file = "orjson-3.10.
|
2373 |
-
{file = "orjson-3.10.
|
2374 |
-
{file = "orjson-3.10.
|
2375 |
-
{file = "orjson-3.10.
|
2376 |
-
{file = "orjson-3.10.
|
2377 |
-
{file = "orjson-3.10.
|
2378 |
-
{file = "orjson-3.10.
|
2379 |
-
{file = "orjson-3.10.
|
2380 |
-
{file = "orjson-3.10.
|
2381 |
-
{file = "orjson-3.10.
|
2382 |
-
{file = "orjson-3.10.
|
2383 |
-
{file = "orjson-3.10.
|
2384 |
-
{file = "orjson-3.10.
|
2385 |
-
{file = "orjson-3.10.
|
2386 |
-
{file = "orjson-3.10.
|
2387 |
-
{file = "orjson-3.10.
|
2388 |
-
{file = "orjson-3.10.
|
2389 |
-
{file = "orjson-3.10.
|
2390 |
-
{file = "orjson-3.10.
|
2391 |
-
{file = "orjson-3.10.
|
2392 |
-
{file = "orjson-3.10.
|
2393 |
-
{file = "orjson-3.10.
|
2394 |
-
{file = "orjson-3.10.
|
2395 |
-
{file = "orjson-3.10.
|
2396 |
-
{file = "orjson-3.10.
|
2397 |
-
{file = "orjson-3.10.
|
2398 |
-
{file = "orjson-3.10.
|
2399 |
-
{file = "orjson-3.10.
|
2400 |
-
{file = "orjson-3.10.
|
2401 |
-
{file = "orjson-3.10.
|
2402 |
-
{file = "orjson-3.10.
|
2403 |
-
{file = "orjson-3.10.
|
2404 |
-
{file = "orjson-3.10.
|
2405 |
-
{file = "orjson-3.10.
|
2406 |
-
{file = "orjson-3.10.
|
2407 |
-
{file = "orjson-3.10.
|
2408 |
]
|
2409 |
|
2410 |
[[package]]
|
@@ -2632,17 +2632,20 @@ xmp = ["defusedxml"]
|
|
2632 |
|
2633 |
[[package]]
|
2634 |
name = "pinecone"
|
2635 |
-
version = "
|
2636 |
description = "Pinecone client and SDK"
|
2637 |
optional = false
|
2638 |
python-versions = "<4.0,>=3.8"
|
2639 |
files = [
|
2640 |
-
{file = "pinecone-
|
2641 |
-
{file = "pinecone-
|
2642 |
]
|
2643 |
|
2644 |
[package.dependencies]
|
2645 |
certifi = ">=2019.11.17"
|
|
|
|
|
|
|
2646 |
tqdm = ">=4.64.1"
|
2647 |
typing-extensions = ">=3.7.4"
|
2648 |
urllib3 = [
|
@@ -3794,13 +3797,13 @@ dev = ["hypothesis (>=6.70.0)", "pytest (>=7.1.0)"]
|
|
3794 |
|
3795 |
[[package]]
|
3796 |
name = "tenacity"
|
3797 |
-
version = "
|
3798 |
description = "Retry code until it succeeds"
|
3799 |
optional = false
|
3800 |
python-versions = ">=3.8"
|
3801 |
files = [
|
3802 |
-
{file = "tenacity-
|
3803 |
-
{file = "tenacity-
|
3804 |
]
|
3805 |
|
3806 |
[package.extras]
|
@@ -4293,93 +4296,93 @@ files = [
|
|
4293 |
|
4294 |
[[package]]
|
4295 |
name = "yarl"
|
4296 |
-
version = "1.15.
|
4297 |
description = "Yet another URL library"
|
4298 |
optional = false
|
4299 |
python-versions = ">=3.9"
|
4300 |
files = [
|
4301 |
-
{file = "yarl-1.15.
|
4302 |
-
{file = "yarl-1.15.
|
4303 |
-
{file = "yarl-1.15.
|
4304 |
-
{file = "yarl-1.15.
|
4305 |
-
{file = "yarl-1.15.
|
4306 |
-
{file = "yarl-1.15.
|
4307 |
-
{file = "yarl-1.15.
|
4308 |
-
{file = "yarl-1.15.
|
4309 |
-
{file = "yarl-1.15.
|
4310 |
-
{file = "yarl-1.15.
|
4311 |
-
{file = "yarl-1.15.
|
4312 |
-
{file = "yarl-1.15.
|
4313 |
-
{file = "yarl-1.15.
|
4314 |
-
{file = "yarl-1.15.
|
4315 |
-
{file = "yarl-1.15.
|
4316 |
-
{file = "yarl-1.15.
|
4317 |
-
{file = "yarl-1.15.
|
4318 |
-
{file = "yarl-1.15.
|
4319 |
-
{file = "yarl-1.15.
|
4320 |
-
{file = "yarl-1.15.
|
4321 |
-
{file = "yarl-1.15.
|
4322 |
-
{file = "yarl-1.15.
|
4323 |
-
{file = "yarl-1.15.
|
4324 |
-
{file = "yarl-1.15.
|
4325 |
-
{file = "yarl-1.15.
|
4326 |
-
{file = "yarl-1.15.
|
4327 |
-
{file = "yarl-1.15.
|
4328 |
-
{file = "yarl-1.15.
|
4329 |
-
{file = "yarl-1.15.
|
4330 |
-
{file = "yarl-1.15.
|
4331 |
-
{file = "yarl-1.15.
|
4332 |
-
{file = "yarl-1.15.
|
4333 |
-
{file = "yarl-1.15.
|
4334 |
-
{file = "yarl-1.15.
|
4335 |
-
{file = "yarl-1.15.
|
4336 |
-
{file = "yarl-1.15.
|
4337 |
-
{file = "yarl-1.15.
|
4338 |
-
{file = "yarl-1.15.
|
4339 |
-
{file = "yarl-1.15.
|
4340 |
-
{file = "yarl-1.15.
|
4341 |
-
{file = "yarl-1.15.
|
4342 |
-
{file = "yarl-1.15.
|
4343 |
-
{file = "yarl-1.15.
|
4344 |
-
{file = "yarl-1.15.
|
4345 |
-
{file = "yarl-1.15.
|
4346 |
-
{file = "yarl-1.15.
|
4347 |
-
{file = "yarl-1.15.
|
4348 |
-
{file = "yarl-1.15.
|
4349 |
-
{file = "yarl-1.15.
|
4350 |
-
{file = "yarl-1.15.
|
4351 |
-
{file = "yarl-1.15.
|
4352 |
-
{file = "yarl-1.15.
|
4353 |
-
{file = "yarl-1.15.
|
4354 |
-
{file = "yarl-1.15.
|
4355 |
-
{file = "yarl-1.15.
|
4356 |
-
{file = "yarl-1.15.
|
4357 |
-
{file = "yarl-1.15.
|
4358 |
-
{file = "yarl-1.15.
|
4359 |
-
{file = "yarl-1.15.
|
4360 |
-
{file = "yarl-1.15.
|
4361 |
-
{file = "yarl-1.15.
|
4362 |
-
{file = "yarl-1.15.
|
4363 |
-
{file = "yarl-1.15.
|
4364 |
-
{file = "yarl-1.15.
|
4365 |
-
{file = "yarl-1.15.
|
4366 |
-
{file = "yarl-1.15.
|
4367 |
-
{file = "yarl-1.15.
|
4368 |
-
{file = "yarl-1.15.
|
4369 |
-
{file = "yarl-1.15.
|
4370 |
-
{file = "yarl-1.15.
|
4371 |
-
{file = "yarl-1.15.
|
4372 |
-
{file = "yarl-1.15.
|
4373 |
-
{file = "yarl-1.15.
|
4374 |
-
{file = "yarl-1.15.
|
4375 |
-
{file = "yarl-1.15.
|
4376 |
-
{file = "yarl-1.15.
|
4377 |
-
{file = "yarl-1.15.
|
4378 |
-
{file = "yarl-1.15.
|
4379 |
-
{file = "yarl-1.15.
|
4380 |
-
{file = "yarl-1.15.
|
4381 |
-
{file = "yarl-1.15.
|
4382 |
-
{file = "yarl-1.15.
|
4383 |
]
|
4384 |
|
4385 |
[package.dependencies]
|
@@ -4390,4 +4393,4 @@ propcache = ">=0.2.0"
|
|
4390 |
[metadata]
|
4391 |
lock-version = "2.0"
|
4392 |
python-versions = ">=3.10,<3.13"
|
4393 |
-
content-hash = "
|
|
|
1 |
+
# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand.
|
2 |
|
3 |
[[package]]
|
4 |
name = "aiofiles"
|
|
|
558 |
|
559 |
[[package]]
|
560 |
name = "cryptography"
|
561 |
+
version = "43.0.3"
|
562 |
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
|
563 |
optional = false
|
564 |
python-versions = ">=3.7"
|
565 |
files = [
|
566 |
+
{file = "cryptography-43.0.3-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:bf7a1932ac4176486eab36a19ed4c0492da5d97123f1406cf15e41b05e787d2e"},
|
567 |
+
{file = "cryptography-43.0.3-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:63efa177ff54aec6e1c0aefaa1a241232dcd37413835a9b674b6e3f0ae2bfd3e"},
|
568 |
+
{file = "cryptography-43.0.3-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e1ce50266f4f70bf41a2c6dc4358afadae90e2a1e5342d3c08883df1675374f"},
|
569 |
+
{file = "cryptography-43.0.3-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:443c4a81bb10daed9a8f334365fe52542771f25aedaf889fd323a853ce7377d6"},
|
570 |
+
{file = "cryptography-43.0.3-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:74f57f24754fe349223792466a709f8e0c093205ff0dca557af51072ff47ab18"},
|
571 |
+
{file = "cryptography-43.0.3-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:9762ea51a8fc2a88b70cf2995e5675b38d93bf36bd67d91721c309df184f49bd"},
|
572 |
+
{file = "cryptography-43.0.3-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:81ef806b1fef6b06dcebad789f988d3b37ccaee225695cf3e07648eee0fc6b73"},
|
573 |
+
{file = "cryptography-43.0.3-cp37-abi3-win32.whl", hash = "sha256:cbeb489927bd7af4aa98d4b261af9a5bc025bd87f0e3547e11584be9e9427be2"},
|
574 |
+
{file = "cryptography-43.0.3-cp37-abi3-win_amd64.whl", hash = "sha256:f46304d6f0c6ab8e52770addfa2fc41e6629495548862279641972b6215451cd"},
|
575 |
+
{file = "cryptography-43.0.3-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:8ac43ae87929a5982f5948ceda07001ee5e83227fd69cf55b109144938d96984"},
|
576 |
+
{file = "cryptography-43.0.3-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:846da004a5804145a5f441b8530b4bf35afbf7da70f82409f151695b127213d5"},
|
577 |
+
{file = "cryptography-43.0.3-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0f996e7268af62598f2fc1204afa98a3b5712313a55c4c9d434aef49cadc91d4"},
|
578 |
+
{file = "cryptography-43.0.3-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:f7b178f11ed3664fd0e995a47ed2b5ff0a12d893e41dd0494f406d1cf555cab7"},
|
579 |
+
{file = "cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:c2e6fc39c4ab499049df3bdf567f768a723a5e8464816e8f009f121a5a9f4405"},
|
580 |
+
{file = "cryptography-43.0.3-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:e1be4655c7ef6e1bbe6b5d0403526601323420bcf414598955968c9ef3eb7d16"},
|
581 |
+
{file = "cryptography-43.0.3-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:df6b6c6d742395dd77a23ea3728ab62f98379eff8fb61be2744d4679ab678f73"},
|
582 |
+
{file = "cryptography-43.0.3-cp39-abi3-win32.whl", hash = "sha256:d56e96520b1020449bbace2b78b603442e7e378a9b3bd68de65c782db1507995"},
|
583 |
+
{file = "cryptography-43.0.3-cp39-abi3-win_amd64.whl", hash = "sha256:0c580952eef9bf68c4747774cde7ec1d85a6e61de97281f2dba83c7d2c806362"},
|
584 |
+
{file = "cryptography-43.0.3-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:d03b5621a135bffecad2c73e9f4deb1a0f977b9a8ffe6f8e002bf6c9d07b918c"},
|
585 |
+
{file = "cryptography-43.0.3-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:a2a431ee15799d6db9fe80c82b055bae5a752bef645bba795e8e52687c69efe3"},
|
586 |
+
{file = "cryptography-43.0.3-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:281c945d0e28c92ca5e5930664c1cefd85efe80e5c0d2bc58dd63383fda29f83"},
|
587 |
+
{file = "cryptography-43.0.3-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:f18c716be16bc1fea8e95def49edf46b82fccaa88587a45f8dc0ff6ab5d8e0a7"},
|
588 |
+
{file = "cryptography-43.0.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:4a02ded6cd4f0a5562a8887df8b3bd14e822a90f97ac5e544c162899bc467664"},
|
589 |
+
{file = "cryptography-43.0.3-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:53a583b6637ab4c4e3591a15bc9db855b8d9dee9a669b550f311480acab6eb08"},
|
590 |
+
{file = "cryptography-43.0.3-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:1ec0bcf7e17c0c5669d881b1cd38c4972fade441b27bda1051665faaa89bdcaa"},
|
591 |
+
{file = "cryptography-43.0.3-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:2ce6fae5bdad59577b44e4dfed356944fbf1d925269114c28be377692643b4ff"},
|
592 |
+
{file = "cryptography-43.0.3.tar.gz", hash = "sha256:315b9001266a492a6ff443b61238f956b214dbec9910a081ba5b6646a055a805"},
|
593 |
]
|
594 |
|
595 |
[package.dependencies]
|
|
|
602 |
pep8test = ["check-sdist", "click", "mypy", "ruff"]
|
603 |
sdist = ["build"]
|
604 |
ssh = ["bcrypt (>=3.1.5)"]
|
605 |
+
test = ["certifi", "cryptography-vectors (==43.0.3)", "pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-xdist"]
|
606 |
test-randomorder = ["pytest-randomly"]
|
607 |
|
608 |
[[package]]
|
|
|
876 |
|
877 |
[[package]]
|
878 |
name = "fsspec"
|
879 |
+
version = "2024.10.0"
|
880 |
description = "File-system specification"
|
881 |
optional = false
|
882 |
python-versions = ">=3.8"
|
883 |
files = [
|
884 |
+
{file = "fsspec-2024.10.0-py3-none-any.whl", hash = "sha256:03b9a6785766a4de40368b88906366755e2819e758b83705c88cd7cb5fe81871"},
|
885 |
+
{file = "fsspec-2024.10.0.tar.gz", hash = "sha256:eda2d8a4116d4f2429db8550f2457da57279247dd930bb12f821b58391359493"},
|
886 |
]
|
887 |
|
888 |
[package.extras]
|
|
|
1545 |
|
1546 |
[[package]]
|
1547 |
name = "langchain"
|
1548 |
+
version = "0.3.4"
|
1549 |
description = "Building applications with LLMs through composability"
|
1550 |
optional = false
|
1551 |
python-versions = "<4.0,>=3.9"
|
1552 |
files = [
|
1553 |
+
{file = "langchain-0.3.4-py3-none-any.whl", hash = "sha256:7a1241d9429510d2083c62df0da998a7b2b05c730cd4255b89da9d47c57f48fd"},
|
1554 |
+
{file = "langchain-0.3.4.tar.gz", hash = "sha256:3596515fcd0157dece6ec96e0240d29f4cf542d91ecffc815d32e35198dfff37"},
|
1555 |
]
|
1556 |
|
1557 |
[package.dependencies]
|
1558 |
aiohttp = ">=3.8.3,<4.0.0"
|
1559 |
async-timeout = {version = ">=4.0.0,<5.0.0", markers = "python_version < \"3.11\""}
|
1560 |
+
langchain-core = ">=0.3.12,<0.4.0"
|
1561 |
langchain-text-splitters = ">=0.3.0,<0.4.0"
|
1562 |
langsmith = ">=0.1.17,<0.2.0"
|
1563 |
numpy = [
|
|
|
1568 |
PyYAML = ">=5.3"
|
1569 |
requests = ">=2,<3"
|
1570 |
SQLAlchemy = ">=1.4,<3"
|
1571 |
+
tenacity = ">=8.1.0,<8.4.0 || >8.4.0,<10"
|
1572 |
|
1573 |
[[package]]
|
1574 |
name = "langchain-core"
|
|
|
1624 |
|
1625 |
[[package]]
|
1626 |
name = "langgraph"
|
1627 |
+
version = "0.2.39"
|
1628 |
description = "Building stateful, multi-actor applications with LLMs"
|
1629 |
optional = false
|
1630 |
python-versions = "<4.0,>=3.9.0"
|
1631 |
files = [
|
1632 |
+
{file = "langgraph-0.2.39-py3-none-any.whl", hash = "sha256:5dfbdeefbf599f16d245799609f2b43c1ec7a7e8ed6e1d7981b1a7979a4ad7fe"},
|
1633 |
+
{file = "langgraph-0.2.39.tar.gz", hash = "sha256:32af60291f9260c3acb8a3d4bec99e32abd89ddb6b4a10a79aa3dbc90fa920ac"},
|
1634 |
]
|
1635 |
|
1636 |
[package.dependencies]
|
|
|
2343 |
|
2344 |
[[package]]
|
2345 |
name = "orjson"
|
2346 |
+
version = "3.10.9"
|
2347 |
description = "Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy"
|
2348 |
optional = false
|
2349 |
python-versions = ">=3.8"
|
2350 |
files = [
|
2351 |
+
{file = "orjson-3.10.9-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:a377186a11b48c55969e34f0aa414c2826a234f212d6f2b312ba512e3cdb2c6f"},
|
2352 |
+
{file = "orjson-3.10.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0bf37bf0ca538065c34efe1803378b2dadd7e05b06610a086c2857f15ee59e12"},
|
2353 |
+
{file = "orjson-3.10.9-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7d9d83a91168aa48309acba804e393b7d9216b66f15e38f339b9fbb00db8986d"},
|
2354 |
+
{file = "orjson-3.10.9-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e0014038a17a1fe273da0a5489787677ef5a64566ab383ad6d929e44ed5683f4"},
|
2355 |
+
{file = "orjson-3.10.9-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d6ae1b1733e4528e45675ed09a732b6ac37d716bce2facaf467f84ce774adecd"},
|
2356 |
+
{file = "orjson-3.10.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fe91c2259c4a859356b6db1c6e649b40577492f66d483da8b8af6da0f87c00e3"},
|
2357 |
+
{file = "orjson-3.10.9-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:a04f912c32463386ba117591c99a3d9e40b3b69bed9c5123d89dff06f0f5a4b0"},
|
2358 |
+
{file = "orjson-3.10.9-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:ae82ca347829ca47431767b079f96bb977f592189250ccdede676339a80c8982"},
|
2359 |
+
{file = "orjson-3.10.9-cp310-none-win32.whl", hash = "sha256:fd5083906825d7f5d23089425ce5424d783d6294020bcabb8518a3e1f97833e5"},
|
2360 |
+
{file = "orjson-3.10.9-cp310-none-win_amd64.whl", hash = "sha256:e9ff9521b5be0340c8e686bcfe2619777fd7583f71e7b494601cc91ad3919d2e"},
|
2361 |
+
{file = "orjson-3.10.9-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:f3bd9df47385b8fabb3b2ee1e83f9960b8accc1905be971a1c257f16c32b491e"},
|
2362 |
+
{file = "orjson-3.10.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a4948961b6bce1e2086b2cf0b56cc454cdab589d40c7f85be71fb5a5556c51d3"},
|
2363 |
+
{file = "orjson-3.10.9-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:0a9fc7a6cf2b229ddc323e136df13b3fb4466c50d84ed600cd0898223dd2fea3"},
|
2364 |
+
{file = "orjson-3.10.9-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2314846e1029a2d2b899140f350eaaf3a73281df43ba84ac44d94ca861b5b269"},
|
2365 |
+
{file = "orjson-3.10.9-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f52d993504827503411df2d60e60acf52885561458d6273f99ecd172f31c4352"},
|
2366 |
+
{file = "orjson-3.10.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e29bbf08d907756c145a3a3a1f7ce2f11f15e3edbd3342842589d6030981b76f"},
|
2367 |
+
{file = "orjson-3.10.9-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:7ae82992c00b480c3cc7dac6739324554be8c5d8e858a90044928506a3333ef4"},
|
2368 |
+
{file = "orjson-3.10.9-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:6fdf8d32b6d94019dc15163542d345e9ce4c4661f56b318608aa3088a1a3a23b"},
|
2369 |
+
{file = "orjson-3.10.9-cp311-none-win32.whl", hash = "sha256:01f5fef452b4d7615f2e94153479370a4b59e0c964efb32dd902978f807a45cd"},
|
2370 |
+
{file = "orjson-3.10.9-cp311-none-win_amd64.whl", hash = "sha256:95361c4197c7ce9afdf56255de6f4e2474c39d16a277cce31d1b99a2520486d8"},
|
2371 |
+
{file = "orjson-3.10.9-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:43ad5560db54331c007dc38be5ba7706cb72974a29ae8227019d89305d750a6f"},
|
2372 |
+
{file = "orjson-3.10.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1471c3274b1a4a9b8f4b9ed6effaea9ad885796373797515c44b365b375c256d"},
|
2373 |
+
{file = "orjson-3.10.9-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:41d8cac575acd15918903d74cfaabb5dbe57b357b93341332f647d1013928dcc"},
|
2374 |
+
{file = "orjson-3.10.9-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2920c8754f1aedc98bd357ec172af18ce48f5f1017a92244c85fe41d16d3c6e0"},
|
2375 |
+
{file = "orjson-3.10.9-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c7fa3ff6a0d9d15a0d0d2254cca16cd919156a18423654ce5574591392fe9914"},
|
2376 |
+
{file = "orjson-3.10.9-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e1e91b90c0c26bd79593967c1adef421bcff88c9e723d49c93bb7ad8af80bc6b"},
|
2377 |
+
{file = "orjson-3.10.9-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:f11949024f785ace1a516db32fa6255f6227226b2c988abf66f5aee61d43d8f7"},
|
2378 |
+
{file = "orjson-3.10.9-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:060e020d85d0ec145bc1b536b1fd9c10a0519c91991ead9724d6f759ebe26b9a"},
|
2379 |
+
{file = "orjson-3.10.9-cp312-none-win32.whl", hash = "sha256:71f73439999fe662843da3607cdf6e75b1551c330f487e5801d463d969091c63"},
|
2380 |
+
{file = "orjson-3.10.9-cp312-none-win_amd64.whl", hash = "sha256:12e2efe81356b8448f1cd130f8d75d3718de583112d71f2e2f8baa81bd835bb9"},
|
2381 |
+
{file = "orjson-3.10.9-cp313-cp313-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:0ab6e3ad10e964392f0e838751bcce2ef9c8fa8be7deddffff83088e5791566d"},
|
2382 |
+
{file = "orjson-3.10.9-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:68ef65223baab00f469c8698f771ab3e6ccf6af2a987e77de5b566b4ec651150"},
|
2383 |
+
{file = "orjson-3.10.9-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:6f130848205fea90a2cb9fa2b11cafff9a9f31f4efad225800bc8b9e4a702f24"},
|
2384 |
+
{file = "orjson-3.10.9-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:2ea7a98f3295ed8adb6730a5788cc78dafea28300d19932a1d2143457f7db802"},
|
2385 |
+
{file = "orjson-3.10.9-cp313-none-win32.whl", hash = "sha256:bdce39f96149a74fddeb2674c54f1da5e57724d32952eb6df2ac719b66d453cc"},
|
2386 |
+
{file = "orjson-3.10.9-cp313-none-win_amd64.whl", hash = "sha256:d11383701d4b58e795039b662ada46987744293d57bfa2719e7379b8d67bc796"},
|
2387 |
+
{file = "orjson-3.10.9-cp38-cp38-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:1c3a1e845916a3739ab4162bb48dee66e0e727a19faf397176a7db0d9826cc3c"},
|
2388 |
+
{file = "orjson-3.10.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:063ca59d93d93d1387f0c4bb766c6d4f5b0e423fe7c366d0bd4401a56d1669d1"},
|
2389 |
+
{file = "orjson-3.10.9-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:938b7fcd79cf06fe348fb24b6163fbaa2fdc9fbed8b1f06318f24467f1487e63"},
|
2390 |
+
{file = "orjson-3.10.9-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cc32a9e43c7693011ccde6f8eff8cba75ca0d2a55de11092faa4a716101e67f5"},
|
2391 |
+
{file = "orjson-3.10.9-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1b3069b7e2f57f3eef2282029b9c2ba21f08a55f1018e483663a3356f046af4c"},
|
2392 |
+
{file = "orjson-3.10.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b4289b5d1f88fd05dcafdd7a1f3b17bb722e77712b7618f98e86bdda560e0a1a"},
|
2393 |
+
{file = "orjson-3.10.9-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:74f5a7a7f282d326be71b722b0c350da7af6f5f15b9378da177e0e4a09bd91a3"},
|
2394 |
+
{file = "orjson-3.10.9-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:80e0c013e50cf7198319d8137931684eb9f32daa067e8276d9dbdd4010bb4add"},
|
2395 |
+
{file = "orjson-3.10.9-cp38-none-win32.whl", hash = "sha256:9d989152df8f60a76867354e0e08d896292ab9fb96a7ef89a5b3838de174522c"},
|
2396 |
+
{file = "orjson-3.10.9-cp38-none-win_amd64.whl", hash = "sha256:485358fe9892d6bfd88e5885b66bf88496e1842c8f35f61682ff9928b12a6cf0"},
|
2397 |
+
{file = "orjson-3.10.9-cp39-cp39-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:ca54e6f320e33c8a6e471c424ee16576361d905c15d69e134c2906d3fcb31795"},
|
2398 |
+
{file = "orjson-3.10.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f9a9eb03a29c9b30b6c8bb35e5fa20d96589a76e0042005be59b7c3af10a7e43"},
|
2399 |
+
{file = "orjson-3.10.9-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:731e8859fc99b398c286320726906404091141e9223dd5e9e6917f7e32e1cc68"},
|
2400 |
+
{file = "orjson-3.10.9-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:75b061c11f5aab979a95927a76394b4a85e3e4d63d0a2a16b56a4f7c6503afab"},
|
2401 |
+
{file = "orjson-3.10.9-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b61b08f6397f004570fd6a840f4a58946b63b4c7029408cdedb45fe85c7d17f7"},
|
2402 |
+
{file = "orjson-3.10.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0c4f5e0360b7f0aba91dafe12469108109a0e8973956d4a9865ca262a6881406"},
|
2403 |
+
{file = "orjson-3.10.9-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:e403429e2947a059545e305d97e4b0eb90d3bb44b396d6f327d7ae2018391e13"},
|
2404 |
+
{file = "orjson-3.10.9-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:0e492b93e122264c2dc78700859122631a4715bda88fabf57d9226954cfe7ec5"},
|
2405 |
+
{file = "orjson-3.10.9-cp39-none-win32.whl", hash = "sha256:bfba9605e85bfd19b83a21c2c25c2bed2000d5f097f3fa3ad5b5f8a7263a3148"},
|
2406 |
+
{file = "orjson-3.10.9-cp39-none-win_amd64.whl", hash = "sha256:77d277fa138d4bf145e8b24042004891c188c52ac8492724a183f42b0031cf0c"},
|
2407 |
+
{file = "orjson-3.10.9.tar.gz", hash = "sha256:c378074e0c46035dc66e57006993233ec66bf8487d501bab41649b4b7289ed4d"},
|
2408 |
]
|
2409 |
|
2410 |
[[package]]
|
|
|
2632 |
|
2633 |
[[package]]
|
2634 |
name = "pinecone"
|
2635 |
+
version = "5.3.1"
|
2636 |
description = "Pinecone client and SDK"
|
2637 |
optional = false
|
2638 |
python-versions = "<4.0,>=3.8"
|
2639 |
files = [
|
2640 |
+
{file = "pinecone-5.3.1-py3-none-any.whl", hash = "sha256:dd180963d29cd648f2d58becf18b21f150362aef80446dd3a7ed15cbe85bb4c7"},
|
2641 |
+
{file = "pinecone-5.3.1.tar.gz", hash = "sha256:a216630331753958f4ebcdc6e6d473402d17152f2194af3e19b3416c73b0dcc4"},
|
2642 |
]
|
2643 |
|
2644 |
[package.dependencies]
|
2645 |
certifi = ">=2019.11.17"
|
2646 |
+
pinecone-plugin-inference = ">=1.1.0,<2.0.0"
|
2647 |
+
pinecone-plugin-interface = ">=0.0.7,<0.0.8"
|
2648 |
+
python-dateutil = ">=2.5.3"
|
2649 |
tqdm = ">=4.64.1"
|
2650 |
typing-extensions = ">=3.7.4"
|
2651 |
urllib3 = [
|
|
|
3797 |
|
3798 |
[[package]]
|
3799 |
name = "tenacity"
|
3800 |
+
version = "9.0.0"
|
3801 |
description = "Retry code until it succeeds"
|
3802 |
optional = false
|
3803 |
python-versions = ">=3.8"
|
3804 |
files = [
|
3805 |
+
{file = "tenacity-9.0.0-py3-none-any.whl", hash = "sha256:93de0c98785b27fcf659856aa9f54bfbd399e29969b0621bc7f762bd441b4539"},
|
3806 |
+
{file = "tenacity-9.0.0.tar.gz", hash = "sha256:807f37ca97d62aa361264d497b0e31e92b8027044942bfa756160d908320d73b"},
|
3807 |
]
|
3808 |
|
3809 |
[package.extras]
|
|
|
4296 |
|
4297 |
[[package]]
|
4298 |
name = "yarl"
|
4299 |
+
version = "1.15.5"
|
4300 |
description = "Yet another URL library"
|
4301 |
optional = false
|
4302 |
python-versions = ">=3.9"
|
4303 |
files = [
|
4304 |
+
{file = "yarl-1.15.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:b6c57972a406ea0f61e3f28f2b3a780fb71fbe1d82d267afe5a2f889a83ee7e7"},
|
4305 |
+
{file = "yarl-1.15.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5c3ac5bdcc1375c8ee52784adf94edbce37c471dd2100a117cfef56fe8dbc2b4"},
|
4306 |
+
{file = "yarl-1.15.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:68d21d0563d82aaf46163eac529adac301b20be3181b8a2811f7bd5615466055"},
|
4307 |
+
{file = "yarl-1.15.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a7d317fb80bc17ed4b34a9aad8b80cef34bea0993654f3e8566daf323def7ef9"},
|
4308 |
+
{file = "yarl-1.15.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ed9c72d5361cfd5af5ccadffa8f8077f4929640e1f938aa0f4b92c5a24996ac5"},
|
4309 |
+
{file = "yarl-1.15.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bb707859218e8335447b210f41a755e7b1367c33e87add884128bba144694a7f"},
|
4310 |
+
{file = "yarl-1.15.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6563394492c96cb57f4dff0c69c63d2b28b5469c59c66f35a1e6451583cd0ab4"},
|
4311 |
+
{file = "yarl-1.15.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9c2d1109c8d92059314cc34dd8f0a31f74b720dc140744923ed7ca228bf9b491"},
|
4312 |
+
{file = "yarl-1.15.5-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:8fc727f0fb388debc771eaa7091c092bd2e8b6b4741b73354b8efadcf96d6031"},
|
4313 |
+
{file = "yarl-1.15.5-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:94189746c5ad62e1014a16298130e696fe593d031d442ef135fb7787b7a1f820"},
|
4314 |
+
{file = "yarl-1.15.5-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:b06d8b05d0fafef204d635a4711283ddbf19c7c0facdc61b4b775f6e47e2d4be"},
|
4315 |
+
{file = "yarl-1.15.5-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:de6917946dc6bc237d4b354e38aa13a232e0c7948fdbdb160edee3862e9d735f"},
|
4316 |
+
{file = "yarl-1.15.5-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:34816f1d833433a16c4832562a050b0a60eac53dcb71b2032e6ebff82d74b6a7"},
|
4317 |
+
{file = "yarl-1.15.5-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:19e2a4b2935f95fad0949f420514c5d862f5f18058fbbfd8854f496a97d9fd87"},
|
4318 |
+
{file = "yarl-1.15.5-cp310-cp310-win32.whl", hash = "sha256:30ca64521f1a96b72886dd9e8652f16eab11891b4572dcfcfc1ad6d6ccb27abd"},
|
4319 |
+
{file = "yarl-1.15.5-cp310-cp310-win_amd64.whl", hash = "sha256:86648c53b10c53db8b967a75fb41e0c89dbec7398f6525e34af2b6c456bb0ac0"},
|
4320 |
+
{file = "yarl-1.15.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:e652aa9f8dfa808bc5b2da4d1f4e286cf1d640570fdfa72ffc0c1d16ba114651"},
|
4321 |
+
{file = "yarl-1.15.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:21050b6cd569980fe20ceeab4baeb900d3f7247270475e42bafe117416a5496c"},
|
4322 |
+
{file = "yarl-1.15.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:18940191ec9a83bbfe63eea61c3e9d12474bb910d5613bce8fa46e84a80b75b2"},
|
4323 |
+
{file = "yarl-1.15.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a082dc948045606f62dca0228ab24f13737180b253378d6443f5b2b9ef8beefe"},
|
4324 |
+
{file = "yarl-1.15.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0a843e692f9d5402b3455653f4607dc521de2385f01c5cad7ba4a87c46e2ea8d"},
|
4325 |
+
{file = "yarl-1.15.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5093a453176a4fad4f9c3006f507cf300546190bb3e27944275a37cfd6323a65"},
|
4326 |
+
{file = "yarl-1.15.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2597a589859b94d0a5e2f5d30fee95081867926e57cb751f8b44a7dd92da4e79"},
|
4327 |
+
{file = "yarl-1.15.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1f5a1ca6eaabfe62718b87eac06d9a47b30cf92ffa065fee9196d3ecd24a3cf1"},
|
4328 |
+
{file = "yarl-1.15.5-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:4ac83b307cc4b8907345b52994055c6c3c2601ceb6fcb94c5ed6a93c6b4e8257"},
|
4329 |
+
{file = "yarl-1.15.5-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:325e2beb2cd8654b276e7686a3cd203628dd3fe32d5c616e632bc35a2901fb16"},
|
4330 |
+
{file = "yarl-1.15.5-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:75d04ba8ed335042328086e643e01165e0c24598216f72da709b375930ae3bdb"},
|
4331 |
+
{file = "yarl-1.15.5-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:7abd7d15aedb3961a967cc65f8144dbbca42e3626a21c5f4f29919cf43eeafb9"},
|
4332 |
+
{file = "yarl-1.15.5-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:294c742a273f44511f14b03a9e06b66094dcdf4bbb75a5e23fead548fd5310ae"},
|
4333 |
+
{file = "yarl-1.15.5-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:63d46606b20f80a6476f1044bab78e1a69c2e0747f174583e2f12fc70bad2170"},
|
4334 |
+
{file = "yarl-1.15.5-cp311-cp311-win32.whl", hash = "sha256:b1217102a455e3ac9ac293081093f21f0183e978c7692171ff669fee5296fa28"},
|
4335 |
+
{file = "yarl-1.15.5-cp311-cp311-win_amd64.whl", hash = "sha256:5848500b6a01497560969e8c3a7eb1b2570853c74a0ca6f67ebaf6064106c49b"},
|
4336 |
+
{file = "yarl-1.15.5-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:d3309ee667f2d9c7ac9ecf44620d6b274bfdd8065b8c5019ff6795dd887b8fed"},
|
4337 |
+
{file = "yarl-1.15.5-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:96ce879799fee124d241ea3b84448378f638e290c49493d00b706f3fd57ec22b"},
|
4338 |
+
{file = "yarl-1.15.5-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:c884dfa56b050f718ea3cbbfd972e29a6f07f63a7449b10d9a20d64f7eec92e2"},
|
4339 |
+
{file = "yarl-1.15.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0327081978fe186c3390dd4f73f95f825d0bb9c74967e22c2a1a87735974d8f5"},
|
4340 |
+
{file = "yarl-1.15.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:524b3bb7dff320e305bc979c65eddc0342548c56ea9241502f907853fe53c408"},
|
4341 |
+
{file = "yarl-1.15.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fd56de8b645421ff09c993fdb0ee9c5a3b50d290a8f55793b500d99b34d0c1ce"},
|
4342 |
+
{file = "yarl-1.15.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c166ad987265bb343be58cdf4fbc4478cc1d81f2246d2be9a15f94393b269faa"},
|
4343 |
+
{file = "yarl-1.15.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d56980374a10c74255fcea6ebcfb0aeca7166d212ee9fd7e823ddef35fb62ad0"},
|
4344 |
+
{file = "yarl-1.15.5-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:cbf36099a9b407e1456dbf55844743a98603fcba32d2a46fb3a698d926facf1b"},
|
4345 |
+
{file = "yarl-1.15.5-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:d7fa4b033e2f267e37aabcc36949fa89f9f1716a723395912147f9cf3fb437c7"},
|
4346 |
+
{file = "yarl-1.15.5-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:bb129f77ddaea2d8e6e00417b8d907448de3407af4eddacca0a515574ad71493"},
|
4347 |
+
{file = "yarl-1.15.5-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:68e837b3edfcd037f9706157e7cb8efda832de6248c7d9e893e2638356dfae5d"},
|
4348 |
+
{file = "yarl-1.15.5-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:5b8af4165e097ff84d9bbb97bb4f4d7f71b9c1c9565a2d0e27d93e5f92dae220"},
|
4349 |
+
{file = "yarl-1.15.5-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:70d074d5a96e0954fe6db81ff356f4361397da1cda3f7c127fc0902f671a087e"},
|
4350 |
+
{file = "yarl-1.15.5-cp312-cp312-win32.whl", hash = "sha256:362da97ad4360e4ef1dd24ccdd3bceb18332da7f40026a42f49b7edd686e31c3"},
|
4351 |
+
{file = "yarl-1.15.5-cp312-cp312-win_amd64.whl", hash = "sha256:9aa054d97033beac9cb9b19b7c0b8784b85b12cd17879087ca6bffba57884e02"},
|
4352 |
+
{file = "yarl-1.15.5-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:5fadcf532fd9f6cbad71485ef8c2462dd9a91d3efc72ca01eb0970792c92552a"},
|
4353 |
+
{file = "yarl-1.15.5-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:8b7dd6983c81523f9de0ae6334c3b7a3cb33283936e0525f80c4f713f54a9bb6"},
|
4354 |
+
{file = "yarl-1.15.5-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:fcfd663dc88465ebe41c7c938bdc91c4b01cda96a0d64bf38fd66c1877323771"},
|
4355 |
+
{file = "yarl-1.15.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cd529e637cd23204bd82072f6637cff7af2516ad2c132e8f3342cbc84871f7d1"},
|
4356 |
+
{file = "yarl-1.15.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3b30f13fac56598474071a4f1ecd66c78fdaf2f8619042d7ca135f72dbb348cf"},
|
4357 |
+
{file = "yarl-1.15.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:44088ec0be82fba118ed29b6b429f80bf295297727adae4c257ac297e01e8bcd"},
|
4358 |
+
{file = "yarl-1.15.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:607683991bab8607e5158cd290dd8fdaa613442aeab802fe1c237d3a3eee7358"},
|
4359 |
+
{file = "yarl-1.15.5-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:da48cdff56b01ea4282a6d04b83b07a2088351a4a3ff7aacc1e7e9b6b04b90b9"},
|
4360 |
+
{file = "yarl-1.15.5-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:9162ea117ce8bad8ebc95b7376b4135988acd888d2cf4702f8281e3c11f8b81f"},
|
4361 |
+
{file = "yarl-1.15.5-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:e8aa19c39cb20bfb16f0266df175a6004943122cf20707fbf0cacc21f6468a25"},
|
4362 |
+
{file = "yarl-1.15.5-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:5d6be369488d503c8edc14e2f63d71ab2a607041ad216a8ad444fa18e8dea792"},
|
4363 |
+
{file = "yarl-1.15.5-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:6e2c674cfe4c03ad7a4d536b1f808221f0d11a360486b4b032d2557c0bd633ad"},
|
4364 |
+
{file = "yarl-1.15.5-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:041bafaa82b77fd4ec2826d42a55461ec86d999adf7ed9644eef7e8a9febb366"},
|
4365 |
+
{file = "yarl-1.15.5-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:2eeb9ba53c055740cd282ae9d34eb7970d65e73a46f15adec4b0c1b0f2e55cc2"},
|
4366 |
+
{file = "yarl-1.15.5-cp313-cp313-win32.whl", hash = "sha256:73143dd279e641543da52c55652ad7b4c7c5f79e797f124f58f04cc060f14271"},
|
4367 |
+
{file = "yarl-1.15.5-cp313-cp313-win_amd64.whl", hash = "sha256:94ab1185900f43760d5487c8e49f5f1a66f864e36092f282f1813597479b9dfa"},
|
4368 |
+
{file = "yarl-1.15.5-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:6b3d2767bd64c62909ea33525b954ba05c8f9726bfdf2141d175da4e344f19ae"},
|
4369 |
+
{file = "yarl-1.15.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:44359c52af9c383e5107f3b6301446fc8269599721fa42fafb2afb5f31a42dcb"},
|
4370 |
+
{file = "yarl-1.15.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:6493da9ba5c551978c679ab04856c2cf8f79c316e8ec8c503460a135705edc3b"},
|
4371 |
+
{file = "yarl-1.15.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1a6b6e95bc621c11cf9ff21012173337e789f2461ebc3b4e5bf65c74ef69adb8"},
|
4372 |
+
{file = "yarl-1.15.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7983290ede3aaa2c9620879530849532529b4dcbf5b12a0b6a91163a773eadb9"},
|
4373 |
+
{file = "yarl-1.15.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:07a4b53abe85813c538b9cdbb02909ebe3734e3af466a587df516e960d500cc8"},
|
4374 |
+
{file = "yarl-1.15.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5882faa2a6e684f65ee44f18c701768749a950cbd5e72db452fc07805f6bdec0"},
|
4375 |
+
{file = "yarl-1.15.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e27861251d9c094f641d39a8a78dd2371fb9a252ea2f689d1ad353a31d46a0bc"},
|
4376 |
+
{file = "yarl-1.15.5-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:8669a110f655c9eb22f16fb68a7d4942020aeaa09f1def584a80183e3e89953c"},
|
4377 |
+
{file = "yarl-1.15.5-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:10bfe0bef4cf5ea0383886beda004071faadedf2647048b9f876664284c5b60d"},
|
4378 |
+
{file = "yarl-1.15.5-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:f7de0d4b6b4d8a77e422eb54d765255c0ec6883ee03b8fd537101633948619d7"},
|
4379 |
+
{file = "yarl-1.15.5-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:00bb3a559d7bd006a5302ecd7e409916939106a8cdbe31f4eb5e5b9ffcca57ea"},
|
4380 |
+
{file = "yarl-1.15.5-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:06ec070a2d71415f90dbe9d70af3158e7da97a128519dba2d1581156ee27fb92"},
|
4381 |
+
{file = "yarl-1.15.5-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:b997a806846c00d1f41d6a251803732837771b2091bead7566f68820e317bfe7"},
|
4382 |
+
{file = "yarl-1.15.5-cp39-cp39-win32.whl", hash = "sha256:7825506fbee4055265528ec3532a8197ff26fc53d4978917a4c8ddbb4c1667d7"},
|
4383 |
+
{file = "yarl-1.15.5-cp39-cp39-win_amd64.whl", hash = "sha256:71730658be0b5de7c570a9795d7404c577b2313c1db370407092c66f70e04ccb"},
|
4384 |
+
{file = "yarl-1.15.5-py3-none-any.whl", hash = "sha256:625f31d6650829fba4030b4e7bdb2d69e41510dddfa29a1da27076c199521757"},
|
4385 |
+
{file = "yarl-1.15.5.tar.gz", hash = "sha256:8249147ee81c1cf4d1dc6f26ba28a1b9d92751529f83c308ad02164bb93abd0d"},
|
4386 |
]
|
4387 |
|
4388 |
[package.dependencies]
|
|
|
4393 |
[metadata]
|
4394 |
lock-version = "2.0"
|
4395 |
python-versions = ">=3.10,<3.13"
|
4396 |
+
content-hash = "18856615e63000077a07ca311bd94f63feb7d5e13c46307fefb4bcca631ad6a2"
|
pyproject.toml
CHANGED
@@ -13,7 +13,7 @@ sentence-transformers = "^3.0.1"
|
|
13 |
msal = "^1.28.1"
|
14 |
loadenv = "^0.1.1"
|
15 |
openai = "^1.34.0"
|
16 |
-
pinecone = "^
|
17 |
pinecone-client = "^5.0.1"
|
18 |
langgraph = "^0.2.0"
|
19 |
ipython = "^8.26.0"
|
|
|
13 |
msal = "^1.28.1"
|
14 |
loadenv = "^0.1.1"
|
15 |
openai = "^1.34.0"
|
16 |
+
pinecone = "^5.3.1"
|
17 |
pinecone-client = "^5.0.1"
|
18 |
langgraph = "^0.2.0"
|
19 |
ipython = "^8.26.0"
|
requirements.txt
CHANGED
The diff for this file is too large to render.
See raw diff
|
|