From 9775de46cc0ea4d489974c31007338213658ca0e Mon Sep 17 00:00:00 2001 From: Muhammad Abdullah Hashmi <89894427+Abe410@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:16:14 -0600 Subject: [PATCH] community[patch]: Remove subscript for Result type object (#17823) Resolved 'TypeError: 'type' object is not subscriptable' by removing subscription of Result type object Thank you for contributing to LangChain! - [x] **PR title**: "Langchain: Resolve type error for SQLAlchemy Result object in QuerySQLDataBaseTool class" - **Description:** Resolve type error for SQLAlchemy Result object in QuerySQLDataBaseTool class - [x] **Lint and test**: Run `make format`, `make lint` and `make test` from the root of the package(s) you've modified. See contribution guidelines for more: https://python.langchain.com/docs/contributing/ If no one reviews your PR within a few days, please @-mention one of baskaryan, efriis, eyurtsev, hwchase17.