Golfn commited on
Commit
5a857e5
·
1 Parent(s): abeeb2c

update dependency

Browse files
Files changed (1) hide show
  1. pdm.lock +55 -38
pdm.lock CHANGED
@@ -711,6 +711,24 @@ files = [
711
  {file = "h2-4.2.0.tar.gz", hash = "sha256:c8a52129695e88b1a0578d8d2cc6842bbd79128ac685463b887ee278126ad01f"},
712
  ]
713
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
714
  [[package]]
715
  name = "hpack"
716
  version = "4.1.0"
@@ -783,13 +801,14 @@ files = [
783
 
784
  [[package]]
785
  name = "huggingface-hub"
786
- version = "0.31.2"
787
  requires_python = ">=3.8.0"
788
  summary = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
789
  groups = ["default"]
790
  dependencies = [
791
  "filelock",
792
  "fsspec>=2023.5.0",
 
793
  "packaging>=20.9",
794
  "pyyaml>=5.1",
795
  "requests",
@@ -797,8 +816,8 @@ dependencies = [
797
  "typing-extensions>=3.7.4.3",
798
  ]
799
  files = [
800
- {file = "huggingface_hub-0.31.2-py3-none-any.whl", hash = "sha256:8138cd52aa2326b4429bb00a4a1ba8538346b7b8a808cdce30acb6f1f1bdaeec"},
801
- {file = "huggingface_hub-0.31.2.tar.gz", hash = "sha256:7053561376ed7f6ffdaecf09cc54d70dc784ac6315fa4bb9b93e19662b029675"},
802
  ]
803
 
804
  [[package]]
@@ -991,7 +1010,7 @@ files = [
991
 
992
  [[package]]
993
  name = "langchain-core"
994
- version = "0.3.60"
995
  requires_python = ">=3.9"
996
  summary = "Building applications with LLMs through composability"
997
  groups = ["default"]
@@ -1005,8 +1024,8 @@ dependencies = [
1005
  "typing-extensions>=4.7",
1006
  ]
1007
  files = [
1008
- {file = "langchain_core-0.3.60-py3-none-any.whl", hash = "sha256:2ccdf06b12e699b1b0962bc02837056c075b4981c3d13f82a4d4c30bb22ea3dc"},
1009
- {file = "langchain_core-0.3.60.tar.gz", hash = "sha256:63dd1bdf7939816115399522661ca85a2f3686a61440f2f46ebd86d1b028595b"},
1010
  ]
1011
 
1012
  [[package]]
@@ -1029,18 +1048,18 @@ files = [
1029
 
1030
  [[package]]
1031
  name = "langchain-openai"
1032
- version = "0.3.17"
1033
  requires_python = ">=3.9"
1034
  summary = "An integration package connecting OpenAI and LangChain"
1035
  groups = ["default"]
1036
  dependencies = [
1037
- "langchain-core<1.0.0,>=0.3.59",
1038
  "openai<2.0.0,>=1.68.2",
1039
  "tiktoken<1,>=0.7",
1040
  ]
1041
  files = [
1042
- {file = "langchain_openai-0.3.17-py3-none-any.whl", hash = "sha256:d4d9cf945e2453ee5895ccd12fd8a3ea9131a0f6130dcc21427c77cc2206b1c0"},
1043
- {file = "langchain_openai-0.3.17.tar.gz", hash = "sha256:10bcdfac3edb3dea4a8aabb12f01566e5ff8756634cc52aa169c62e4c4b73801"},
1044
  ]
1045
 
1046
  [[package]]
@@ -1059,21 +1078,21 @@ files = [
1059
 
1060
  [[package]]
1061
  name = "langgraph"
1062
- version = "0.4.5"
1063
  requires_python = ">=3.9"
1064
  summary = "Building stateful, multi-actor applications with LLMs"
1065
  groups = ["default"]
1066
  dependencies = [
1067
- "langchain-core>=0.1; python_version < \"4.0\"",
1068
- "langgraph-checkpoint<3.0.0,>=2.0.26",
1069
- "langgraph-prebuilt>=0.1.8; python_version < \"4.0\"",
1070
- "langgraph-sdk>=0.1.42; python_version < \"4.0\"",
1071
  "pydantic>=2.7.4",
1072
- "xxhash<4.0.0,>=3.5.0",
1073
  ]
1074
  files = [
1075
- {file = "langgraph-0.4.5-py3-none-any.whl", hash = "sha256:73f36caae55137c2bdb2a6c59661f0ae29c1516a0d1f4ad4975ad3862865a979"},
1076
- {file = "langgraph-0.4.5.tar.gz", hash = "sha256:08a8c6577b09cda4e0c16712e762927f00930dabbc7fe235562985ad85891349"},
1077
  ]
1078
 
1079
  [[package]]
@@ -1093,18 +1112,17 @@ files = [
1093
 
1094
  [[package]]
1095
  name = "langgraph-prebuilt"
1096
- version = "0.1.8"
1097
- requires_python = "<4.0.0,>=3.9.0"
1098
  summary = "Library with high-level APIs for creating and executing LangGraph agents and tools."
1099
  groups = ["default"]
1100
- marker = "python_version < \"4.0\""
1101
  dependencies = [
1102
- "langchain-core!=0.3.0,!=0.3.1,!=0.3.10,!=0.3.11,!=0.3.12,!=0.3.13,!=0.3.14,!=0.3.15,!=0.3.16,!=0.3.17,!=0.3.18,!=0.3.19,!=0.3.2,!=0.3.20,!=0.3.21,!=0.3.22,!=0.3.3,!=0.3.4,!=0.3.5,!=0.3.6,!=0.3.7,!=0.3.8,!=0.3.9,<0.4.0,>=0.2.43",
1103
- "langgraph-checkpoint<3.0.0,>=2.0.10",
1104
  ]
1105
  files = [
1106
- {file = "langgraph_prebuilt-0.1.8-py3-none-any.whl", hash = "sha256:ae97b828ae00be2cefec503423aa782e1bff165e9b94592e224da132f2526968"},
1107
- {file = "langgraph_prebuilt-0.1.8.tar.gz", hash = "sha256:4de7659151829b2b955b6798df6800e580e617782c15c2c5b29b139697491831"},
1108
  ]
1109
 
1110
  [[package]]
@@ -1113,7 +1131,6 @@ version = "0.1.69"
1113
  requires_python = ">=3.9"
1114
  summary = "SDK for interacting with LangGraph API"
1115
  groups = ["default"]
1116
- marker = "python_version < \"4.0\""
1117
  dependencies = [
1118
  "httpx>=0.25.2",
1119
  "orjson>=3.10.1",
@@ -1937,7 +1954,7 @@ files = [
1937
 
1938
  [[package]]
1939
  name = "pymilvus"
1940
- version = "2.5.9"
1941
  requires_python = ">=3.8"
1942
  summary = "Python Sdk for Milvus"
1943
  groups = ["default"]
@@ -1953,25 +1970,25 @@ dependencies = [
1953
  "ujson>=2.0.0",
1954
  ]
1955
  files = [
1956
- {file = "pymilvus-2.5.9-py3-none-any.whl", hash = "sha256:e905a38429c3d8682a314e133a2dcc6e97f7b3cd28f07ef41c679e0cf92b0e0a"},
1957
- {file = "pymilvus-2.5.9.tar.gz", hash = "sha256:5f524233450494f64d4db6549d0f56e7eb147e96da6183486c737c71a3f7dc61"},
1958
  ]
1959
 
1960
  [[package]]
1961
  name = "pymupdf"
1962
- version = "1.25.5"
1963
  requires_python = ">=3.9"
1964
  summary = "A high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents."
1965
  groups = ["default"]
1966
  files = [
1967
- {file = "pymupdf-1.25.5-cp39-abi3-macosx_10_9_x86_64.whl", hash = "sha256:cde4e1c9cfb09c0e1e9c2b7f4b787dd6bb34a32cfe141a4675e24af7c0c25dd3"},
1968
- {file = "pymupdf-1.25.5-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:5a35e2725fae0ab57f058dff77615c15eb5961eac50ba04f41ebc792cd8facad"},
1969
- {file = "pymupdf-1.25.5-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d94b800e9501929c42283d39bc241001dd87fdeea297b5cb40d5b5714534452f"},
1970
- {file = "pymupdf-1.25.5-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:ee22155d3a634642d76553204867d862ae1bdd9f7cf70c0797d8127ebee6bed5"},
1971
- {file = "pymupdf-1.25.5-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:6ed7fc25271004d6d3279c20a80cb2bb4cda3efa9f9088dcc07cd790eca0bc63"},
1972
- {file = "pymupdf-1.25.5-cp39-abi3-win32.whl", hash = "sha256:65e18ddb37fe8ec4edcdbebe9be3a8486b6a2f42609d0a142677e42f3a0614f8"},
1973
- {file = "pymupdf-1.25.5-cp39-abi3-win_amd64.whl", hash = "sha256:7f44bc3d03ea45b2f68c96464f96105e8c7908896f2fb5e8c04f1fb8dae7981e"},
1974
- {file = "pymupdf-1.25.5.tar.gz", hash = "sha256:5f96311cacd13254c905f6654a004a0a2025b71cabc04fda667f5472f72c15a0"},
1975
  ]
1976
 
1977
  [[package]]
 
711
  {file = "h2-4.2.0.tar.gz", hash = "sha256:c8a52129695e88b1a0578d8d2cc6842bbd79128ac685463b887ee278126ad01f"},
712
  ]
713
 
714
+ [[package]]
715
+ name = "hf-xet"
716
+ version = "1.1.2"
717
+ requires_python = ">=3.8"
718
+ summary = "Fast transfer of large files with the Hugging Face Hub."
719
+ groups = ["default"]
720
+ marker = "platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"arm64\" or platform_machine == \"aarch64\""
721
+ files = [
722
+ {file = "hf_xet-1.1.2-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:dfd1873fd648488c70735cb60f7728512bca0e459e61fcd107069143cd798469"},
723
+ {file = "hf_xet-1.1.2-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:29b584983b2d977c44157d9241dcf0fd50acde0b7bff8897fe4386912330090d"},
724
+ {file = "hf_xet-1.1.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6b29ac84298147fe9164cc55ad994ba47399f90b5d045b0b803b99cf5f06d8ec"},
725
+ {file = "hf_xet-1.1.2-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:d921ba32615676e436a0d15e162331abc9ed43d440916b1d836dc27ce1546173"},
726
+ {file = "hf_xet-1.1.2-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:d9b03c34e13c44893ab6e8fea18ee8d2a6878c15328dd3aabedbdd83ee9f2ed3"},
727
+ {file = "hf_xet-1.1.2-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:01b18608955b3d826307d37da8bd38b28a46cd2d9908b3a3655d1363274f941a"},
728
+ {file = "hf_xet-1.1.2-cp37-abi3-win_amd64.whl", hash = "sha256:3562902c81299b09f3582ddfb324400c6a901a2f3bc854f83556495755f4954c"},
729
+ {file = "hf_xet-1.1.2.tar.gz", hash = "sha256:3712d6d4819d3976a1c18e36db9f503e296283f9363af818f50703506ed63da3"},
730
+ ]
731
+
732
  [[package]]
733
  name = "hpack"
734
  version = "4.1.0"
 
801
 
802
  [[package]]
803
  name = "huggingface-hub"
804
+ version = "0.32.0"
805
  requires_python = ">=3.8.0"
806
  summary = "Client library to download and publish models, datasets and other repos on the huggingface.co hub"
807
  groups = ["default"]
808
  dependencies = [
809
  "filelock",
810
  "fsspec>=2023.5.0",
811
+ "hf-xet<2.0.0,>=1.1.2; platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"arm64\" or platform_machine == \"aarch64\"",
812
  "packaging>=20.9",
813
  "pyyaml>=5.1",
814
  "requests",
 
816
  "typing-extensions>=3.7.4.3",
817
  ]
818
  files = [
819
+ {file = "huggingface_hub-0.32.0-py3-none-any.whl", hash = "sha256:e56e94109649ce6ebdb59b4e393ee3543ec0eca2eab4f41b269e1d885c88d08c"},
820
+ {file = "huggingface_hub-0.32.0.tar.gz", hash = "sha256:dd66c9365ea43049ec9b939bdcdb21a0051e1bd70026fc50304e4fb1bb6a15ba"},
821
  ]
822
 
823
  [[package]]
 
1010
 
1011
  [[package]]
1012
  name = "langchain-core"
1013
+ version = "0.3.61"
1014
  requires_python = ">=3.9"
1015
  summary = "Building applications with LLMs through composability"
1016
  groups = ["default"]
 
1024
  "typing-extensions>=4.7",
1025
  ]
1026
  files = [
1027
+ {file = "langchain_core-0.3.61-py3-none-any.whl", hash = "sha256:62cddbda7fb6085b6096bb4f3ad69642ebb0585bde7b210edc61dd0af33f2ea4"},
1028
+ {file = "langchain_core-0.3.61.tar.gz", hash = "sha256:67ba08d4cf58616050047ef3a07887a72607fea9b6b4522dff9e7579a1adbe75"},
1029
  ]
1030
 
1031
  [[package]]
 
1048
 
1049
  [[package]]
1050
  name = "langchain-openai"
1051
+ version = "0.3.18"
1052
  requires_python = ">=3.9"
1053
  summary = "An integration package connecting OpenAI and LangChain"
1054
  groups = ["default"]
1055
  dependencies = [
1056
+ "langchain-core<1.0.0,>=0.3.61",
1057
  "openai<2.0.0,>=1.68.2",
1058
  "tiktoken<1,>=0.7",
1059
  ]
1060
  files = [
1061
+ {file = "langchain_openai-0.3.18-py3-none-any.whl", hash = "sha256:1687b972a6f6ac125cb8b23c0043278ab3bce031983ef9b32c1277155f88a03e"},
1062
+ {file = "langchain_openai-0.3.18.tar.gz", hash = "sha256:8e0769e4042de099a6217bbdccf7cc06b14c462e900424cbfc340c5f46f079ba"},
1063
  ]
1064
 
1065
  [[package]]
 
1078
 
1079
  [[package]]
1080
  name = "langgraph"
1081
+ version = "0.4.7"
1082
  requires_python = ">=3.9"
1083
  summary = "Building stateful, multi-actor applications with LLMs"
1084
  groups = ["default"]
1085
  dependencies = [
1086
+ "langchain-core>=0.1",
1087
+ "langgraph-checkpoint>=2.0.26",
1088
+ "langgraph-prebuilt>=0.2.0",
1089
+ "langgraph-sdk>=0.1.42",
1090
  "pydantic>=2.7.4",
1091
+ "xxhash>=3.5.0",
1092
  ]
1093
  files = [
1094
+ {file = "langgraph-0.4.7-py3-none-any.whl", hash = "sha256:a925a3881fcd631eccf076994f41012e9320cd1adacc9aeb89ffcb3442b61f86"},
1095
+ {file = "langgraph-0.4.7.tar.gz", hash = "sha256:8948a35f6f85805c8ac36e94d5492c86a34c39dcf6f405b0f84491bc444e3479"},
1096
  ]
1097
 
1098
  [[package]]
 
1112
 
1113
  [[package]]
1114
  name = "langgraph-prebuilt"
1115
+ version = "0.2.1"
1116
+ requires_python = ">=3.9"
1117
  summary = "Library with high-level APIs for creating and executing LangGraph agents and tools."
1118
  groups = ["default"]
 
1119
  dependencies = [
1120
+ "langchain-core>=0.3.22",
1121
+ "langgraph-checkpoint>=2.0.10",
1122
  ]
1123
  files = [
1124
+ {file = "langgraph_prebuilt-0.2.1-py3-none-any.whl", hash = "sha256:55e1a4f8d54a4b1fdda9f8300af9891da23808a43aba72e381aebebf7e51326c"},
1125
+ {file = "langgraph_prebuilt-0.2.1.tar.gz", hash = "sha256:3bdc2054cab54c2fd81f334974568316977ac96b678d5a3d95bf443aef6507d5"},
1126
  ]
1127
 
1128
  [[package]]
 
1131
  requires_python = ">=3.9"
1132
  summary = "SDK for interacting with LangGraph API"
1133
  groups = ["default"]
 
1134
  dependencies = [
1135
  "httpx>=0.25.2",
1136
  "orjson>=3.10.1",
 
1954
 
1955
  [[package]]
1956
  name = "pymilvus"
1957
+ version = "2.5.10"
1958
  requires_python = ">=3.8"
1959
  summary = "Python Sdk for Milvus"
1960
  groups = ["default"]
 
1970
  "ujson>=2.0.0",
1971
  ]
1972
  files = [
1973
+ {file = "pymilvus-2.5.10-py3-none-any.whl", hash = "sha256:7da540f93068871cda3941602c55227aeaafb66f2f0d9c05e8f9db783716b100"},
1974
+ {file = "pymilvus-2.5.10.tar.gz", hash = "sha256:cc44ad776aeab781ee4c4a4d334b73e746066ab2fb6722c5311f02efa6fc54a2"},
1975
  ]
1976
 
1977
  [[package]]
1978
  name = "pymupdf"
1979
+ version = "1.26.0"
1980
  requires_python = ">=3.9"
1981
  summary = "A high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents."
1982
  groups = ["default"]
1983
  files = [
1984
+ {file = "pymupdf-1.26.0-cp39-abi3-macosx_10_9_x86_64.whl", hash = "sha256:86195673a5f2b3fbf0f75c73c40975a893fc42bf3d5c2a7cce9fb160704d9997"},
1985
+ {file = "pymupdf-1.26.0-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:26c5df128a0ed7c38b80a1e7ddd792dd4d8b264839b6b8b6b6b768b13c0bb60e"},
1986
+ {file = "pymupdf-1.26.0-cp39-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:84a4dc96144a6bdf13f7d78c21500b3d1bef14d658156afd479acb3995f650c3"},
1987
+ {file = "pymupdf-1.26.0-cp39-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:a3f6a45fcf8177763a2629a2ab2cad326e8950a0d120b174b56369365355a2a7"},
1988
+ {file = "pymupdf-1.26.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:b5d4751696ba888ab1a91c6a0208c5d31724ee0bebe406f7a83067a08214f88b"},
1989
+ {file = "pymupdf-1.26.0-cp39-abi3-win32.whl", hash = "sha256:eeb04a439355e2077f7675b8ad9377263d81990fc507748f2254a87d771d682b"},
1990
+ {file = "pymupdf-1.26.0-cp39-abi3-win_amd64.whl", hash = "sha256:e39cc74ff030d773c4e76b9e5c5919cc4683895b73bd63bfd7a349a53ab5e8d7"},
1991
+ {file = "pymupdf-1.26.0.tar.gz", hash = "sha256:ffe023f820379c84a0ddae38b0d07ea4016e1de84929491c34415520c629bcce"},
1992
  ]
1993
 
1994
  [[package]]