sqlalchemy-fsm
sqlalchemy-fsm copied to clipboard
SQLAlchemy finite state machine support
### Update [black](https://pypi.org/project/black) from **22.6.0** to **24.4.0**. Changelog ### 24.4.0 ``` Stable style - Fix unwanted crashes caused by AST equivalency check (4290) Preview style - `if` guards in `case`...
### Update [black](https://pypi.org/project/black) from **22.6.0** to **24.4.2**. Changelog ### 24.4.2 ``` This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1. Parser -...
### Update [black](https://pypi.org/project/black) from **22.6.0** to **24.8.0**. Changelog ### 24.8.0 ``` Stable style - Fix crash when ` fmt: off` is used before a closing parenthesis or bracket. (4363) Packaging...
### Update [black](https://pypi.org/project/black) from **22.6.0** to **24.10.0**. Changelog ### 24.10.0 ``` Highlights - Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (4436) (4449) -...