Nish

Results 2 comments of Nish

Via 22.12 version: ![image](https://github.com/user-attachments/assets/c9cfb885-9222-438f-9d8e-488f67d1c4cd) Via 24.7 version: ![image](https://github.com/user-attachments/assets/1f506f0a-8a5a-4b20-87dc-d9d18115c7e0) Same code, only version upgraded via poetry.

Ok thanks for your responses, here's a sample code: ```py from aiodynamo.client import Client from aiodynamo.credentials import Credentials from aiodynamo.expressions import HashKey from aiodynamo.http.aiohttp import AIOHTTP from aiohttp import ClientSession...