python313Packages.elasticsearch: 8.17.2 -> 8.18.1
https://github.com/elastic/elasticsearch-py/releases/tag/v8.18.1
This commit is contained in:
parent
03ad4eda99
commit
76b0f12844
@ -7,25 +7,31 @@
|
||||
hatchling,
|
||||
orjson,
|
||||
pyarrow,
|
||||
python-dateutil,
|
||||
pythonOlder,
|
||||
requests,
|
||||
typing-extensions,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "elasticsearch";
|
||||
version = "8.17.2";
|
||||
version = "8.18.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-/38duK7v2HzrpO3OOqQHCZRYLmzwKdLme3TmbWNFCds=";
|
||||
hash = "sha256-mYA18XqMH7p64msYPcp5fc+V24baan7LpW0xr8QPB8c=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
dependencies = [ elastic-transport ];
|
||||
dependencies = [
|
||||
elastic-transport
|
||||
python-dateutil
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
requests = [ requests ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user