Conversation
mingw-w64-python-sqlmodel/PKGBUILD
Outdated
| _realname=sqlmodel | ||
| pkgbase=mingw-w64-python-${_realname} | ||
| pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") | ||
| pkgver=0.0.8 |
There was a problem hiding this comment.
Should pkgver be generated from git commit using pkgver function?
There was a problem hiding this comment.
I don't think it's necessary. I hope this PR will be merged and we will soon see a new version with official sqlalchemy 2.0 support.
There was a problem hiding this comment.
We can make this PR a draft. I just want to draw attention to the need to add sqlalchemy 2.0 support for this package in a modern distribution. We already have an FastAPI, but no integration with database.
37ad98e to
5620d55
Compare
5620d55 to
e725e27
Compare
|
This also has a broken version: |
|
I've created an upstream question (fastapi/sqlmodel#701) since bug reports aren't wanted by the maintainer. |
|
I guess in this case we have to patch the pyproject.toml |
Done, please review again. |
Based on fastapi/sqlmodel#563.UPDATE: Good news. Porting to
SQLAlchemi 2.0done there fastapi/sqlmodel#700.