Radosław Szamszur

Results 30 comments of Radosław Szamszur

@jeanlst To be honest, I've initially chosen SQLModel since it combines pydantic and SQLAlchemy which is exactly what I wanted to do. Also since tiangolo has a lot of followers...

@jeanlst just wanted to let you know, that this feature is next in line to implement. I don't know the ETA since there is some degree of unknown regarding how...

Good thing you brought this up. Version management could definitely be improved. At the time being, release and version bump is all manual labor. But since releasing is not done...

The way I see it, a script for bumping version could be implemented in two ways (at least at first glance). First is what you've proposed. This would definitely work...

A third option could be implementing this as `fastapi-mvc` CLI command. The parser class for `fastapi-mvc.ini` file is already implemented. The command could take either a string or semver bump...

No problem, glad you have this sorted. As it goes to the actual feature for bumping version, I will create an issue for that with implementation details within a few...

Requires: * #45 * #46 * probably some other implementation yet unknown in detail

For now, blocked. Awaiting Poetry 1.2.0 release.

Default poetry home, will need to be updated here as well: https://github.com/rszamszur/fastapi-mvc/blob/9ec7ecf532b77f2b38c3f1e6d9fd299f500c7158/fastapi_mvc/borg.py#L101-L103