mirror of
https://github.com/microsoft/graphrag.git
synced 2026-01-14 09:07:20 +08:00
Patch "past" dependency issues (#1033)
* Patch "past" dependency issues * Semver
This commit is contained in:
parent
a90d210497
commit
32c0cdfcc0
@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Patch \"past\" dependency issues"
|
||||
}
|
||||
3
poetry.lock
generated
3
poetry.lock
generated
@ -1219,7 +1219,6 @@ files = [
|
||||
{file = "fastparquet-2024.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5626fc72204001b7e82fedb4b02174ecb4e2d4143b38b4ea8d2f9eb65f6b000e"},
|
||||
{file = "fastparquet-2024.5.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:c8b2e86fe6488cce0e3d41263bb0296ef9bbb875a2fca09d67d7685640017a66"},
|
||||
{file = "fastparquet-2024.5.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:2a951106782d51e5ab110beaad29c4aa0537f045711bb0bf146f65aeaed14174"},
|
||||
{file = "fastparquet-2024.5.0-cp312-cp312-win_amd64.whl", hash = "sha256:cd3473d3e299bfb04c0ac7726cca5d13ee450cc2387ee7fd70587ca150647315"},
|
||||
{file = "fastparquet-2024.5.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:47695037fdc534ef4247f25ccf17dcbd8825be6ecb70c54ca54d588a794f4a6d"},
|
||||
{file = "fastparquet-2024.5.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:fc3d35ff8341cd65baecac71062e9d73393d7afda207b3421709c1d3f4baa194"},
|
||||
{file = "fastparquet-2024.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:691348cc85890663dd3c0bb02544d38d4c07a0c3d68837324dc01007301150b5"},
|
||||
@ -5262,4 +5261,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.10,<3.13"
|
||||
content-hash = "751dbcd280cc6c05e964165813a736b7ab44c82a730f0c534fc62fd153c7b05a"
|
||||
content-hash = "4923fbd3cfbb9873db8a5588f9e713982ff2352e275980b8df1501d764b85e45"
|
||||
|
||||
@ -89,6 +89,7 @@ azure-storage-blob = "^12.22.0"
|
||||
azure-identity = "^1.17.1"
|
||||
json-repair = "^0.26.0"
|
||||
|
||||
future = "^1.0.0"
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
coverage = "^7.6.0"
|
||||
ipykernel = "^6.29.4"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user