Merge pull request #307948 from fabaff/sqlmodel-bump

python312Packages.sqlmodel: 0.0.16 -> 0.0.18
This commit is contained in:
Fabian Affolter 2024-05-01 08:50:22 +02:00 committed by GitHub
commit b5ad7a05ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,19 +1,20 @@
{ lib
, buildPythonPackage
, dirty-equals
, fastapi
, fetchFromGitHub
, poetry-core
, pydantic
, pytest-asyncio
, pytest7CheckHook
, pythonOlder
, sqlalchemy
{
lib,
buildPythonPackage,
dirty-equals,
fastapi,
fetchFromGitHub,
pdm-backend,
pydantic,
pytest-asyncio,
pytest7CheckHook,
pythonOlder,
sqlalchemy,
}:
buildPythonPackage rec {
pname = "sqlmodel";
version = "0.0.16";
version = "0.0.18";
pyproject = true;
disabled = pythonOlder "3.7";
@ -22,12 +23,10 @@ buildPythonPackage rec {
owner = "tiangolo";
repo = "sqlmodel";
rev = "refs/tags/${version}";
hash = "sha256-hDJcekn0ExYUCs8kBZkJzsWqXsB/cI6RbW3EhRCCioM=";
hash = "sha256-2ens+wEFJThccBTBeBy8j1AzKJtebg3dJTGG6+Cpt+Q=";
};
build-system = [
poetry-core
];
build-system = [ pdm-backend ];
dependencies = [
pydantic
@ -41,9 +40,7 @@ buildPythonPackage rec {
pytest7CheckHook
];
pythonImportsCheck = [
"sqlmodel"
];
pythonImportsCheck = [ "sqlmodel" ];
disabledTests = [
# AssertionError: assert 'enum_field VARCHAR(1)