python310Packages.meilisearch: 0.19.1 -> 0.23.0
Diff: https://github.com/meilisearch/meilisearch-python/compare/refs/tags/v0.19.1...v0.23.0 Changelog: https://github.com/meilisearch/meilisearch-python/releases/tag/v0.23.0
This commit is contained in:
parent
b9f6e210fa
commit
2627d90bd4
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, camel-converter
|
||||
, fetchFromGitHub
|
||||
, pythonOlder
|
||||
, requests
|
||||
|
@ -7,7 +8,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "meilisearch";
|
||||
version = "0.19.1";
|
||||
version = "0.23.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -16,12 +17,13 @@ buildPythonPackage rec {
|
|||
owner = "meilisearch";
|
||||
repo = "meilisearch-python";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-/z1UtZJE91dUHogXCbCv8nI8bd26HYVi1OzUV3sArJU=";
|
||||
hash = "sha256-7TiXyuB2veNJtK6UmQg01O82r549aRmEa/DFzJtnQug=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
camel-converter
|
||||
requests
|
||||
];
|
||||
] ++ camel-converter.optional-dependencies.pydantic;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"meilisearch"
|
||||
|
|
Loading…
Reference in a new issue