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
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
|
, camel-converter
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, requests
|
, requests
|
||||||
|
@ -7,7 +8,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "meilisearch";
|
pname = "meilisearch";
|
||||||
version = "0.19.1";
|
version = "0.23.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -16,12 +17,13 @@ buildPythonPackage rec {
|
||||||
owner = "meilisearch";
|
owner = "meilisearch";
|
||||||
repo = "meilisearch-python";
|
repo = "meilisearch-python";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-/z1UtZJE91dUHogXCbCv8nI8bd26HYVi1OzUV3sArJU=";
|
hash = "sha256-7TiXyuB2veNJtK6UmQg01O82r549aRmEa/DFzJtnQug=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
camel-converter
|
||||||
requests
|
requests
|
||||||
];
|
] ++ camel-converter.optional-dependencies.pydantic;
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
"meilisearch"
|
"meilisearch"
|
||||||
|
|
Loading…
Reference in a new issue