Jostein Leira
Jostein Leira
Hi @seanharr11 This is a great project. Thank you for your efforts. I am trying to transfer an Oracle 11.2 database to MySQL 5.7, but some of my tables are...
It seems the `mmhash3` package you are using does not support 3.12. At least I had some problems installing it with poetry on windows.
Just investigating a bit more around the [mmhash3](https://pypi.org/project/mmhash3) package. It is a fork of the [mmh3](https://pypi.org/project/mmh3/) package, that already has Python 3.12 support. So maybe the only thing that needs...
@sighphyre Would you accept a PR for this, if still relevant?
> @josteinl, have you tried the v4 beta on 3.12 (`pip install 'h3==4.0.0b4'`)? I'm affraid not, but thank you for your notice.
Late to the party, but if you add: ``` @router.get("/all", response_model=list[StrategyWithPortfolios]) ``` In addition to keep the result annotation (`->list[StrategyWithPortfolios]:`) it seems to work. Also needed for the openapi.json to...