* origin/master: (52 commits)
add asyncio.gather() example; add connection opts
Fix and test sequences w/ executemany in pre-exec scenarios
remove async session slots
Improve error message when inspecting async proxies
ensure pysqlite dialect enumerates correct isolation levels
Allow custom sync session class in ``AsyncSession``.
exclude typing_extensions 3.10.0.1 for aiosqlite install
dont assume argument lists for column property
Handle mappings passed to ``execution_options``.
ensure "sqlalchemy" info set for all considered classes
Qualify server version call in PostgreSQL
Avoid mutable object as default values
Update PyPI URLs (#6699)
add example for ORM enabled ON CONFLICT
fix spelling (#6926)
standardizing docs #6821 (redo of 2999/I5609025feee8cfdecc09b55bfbf1bd13fa2e6602)
Fix has_table() to exclude other sessions' local temp tables
fix typo
qualify compile_state updates for non-current entities
update enable_baked_queries flag doc
...