Path to this page:
Subject: CVS commit: pkgsrc/databases/py-tortoise-orm
From: Adam Ciarcinski
Date: 2024-08-18 22:36:30
Message id: 20240818203630.B904FFC74@cvs.NetBSD.org
Log Message:
py-tortoise-orm: updated to 0.21.6
0.21.6
Fixed
- Fix bug in `pydantic_model_creator` when a foreign key is not included in \
`include` param.
- Fix bug in `contrib.sanic.register_tortoise` causing a deadlock when using \
asyncpg and > 1 workers
- Open psycopg pool with `.open()` to remove deprecated warning
- Fix bug in `bulk_update` when pk field is not `id`
- Fix mysql uuid compression bug
- Fix comment for fk fields without constraint for mysql
- Removed no_delay option for postgres, as it wasn't doing anything
Files: