sqlmodel icon indicating copy to clipboard operation
sqlmodel copied to clipboard

Fix version in pyproject.toml

Open mekanix opened this issue 1 year ago • 1 comments

Assuming next version is a patch level change, this adds the proper version into pyproject.toml. Without it build on FreeBSD (soon, it will be in packages) breaks.

mekanix avatar Jan 29 '24 15:01 mekanix

📝 Docs preview for commit 58522ba6422308ef49389d72c013e30cedf08ed9 at: https://88c76281.sqlmodel.pages.dev

github-actions[bot] avatar Jan 29 '24 15:01 github-actions[bot]

Thanks for the interest @mekanix, this used Poetry and the Poetry Version Plugin, that's why it was not in the config. Now I migrated to PDM to handle that in a better in https://github.com/tiangolo/sqlmodel/pull/912. :rocket:

So I'll now close this one, but thanks for the effort! :coffee:

tiangolo avatar Apr 29 '24 23:04 tiangolo