Merge pull request #1230 from moduon/updates1

feat: build system for annotated-types
This commit is contained in:
adisbladis 2023-07-27 08:55:51 +00:00 committed by GitHub
commit 78fc888241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 2 deletions

View file

@ -724,6 +724,9 @@
"annexremote": [
"setuptools"
],
"annotated-types": [
"hatchling"
],
"annoy": [
"setuptools"
],
@ -12516,8 +12519,22 @@
"setuptools"
],
"pydantic": [
"cython",
"setuptools"
{
"buildSystem": "cython",
"until": "2.0.0"
},
{
"buildSystem": "setuptools",
"until": "2.0.0"
},
{
"buildSystem": "hatchling",
"from": "2.0.0"
},
{
"buildSystem": "hatch-fancy-pypi-readme",
"from": "2.0.0"
}
],
"pydantic-dydb": [
"poetry-core"

View file

@ -1820,6 +1820,10 @@ lib.composeManyExtensions [
}
);
pydantic-core = super.pydantic-core.override {
preferWheel = true;
};
py-solc-x = super.py-solc-x.overridePythonAttrs (
old: {
preConfigure = ''