Hi Mike and Pandas team,<div dir="auto">I hope you are well. I am trying to run a script that uses SQLAlchemy and there is a very simple test query of a single table from a single schema and I get an error at </div><div dir="auto">df = pd.read_sql(query, engine)</div><div dir="auto">I have confirmed the query definitely queries fine and there is only one schema name but I am still getting this error:</div><div dir="auto">TypeError: __init__() got multiple values for argument ‘Schema’</div><div dir="auto">I am using </div><div dir="auto">python 3.11</div><div dir="auto">SQLAlchemy 1.4.46</div><div dir="auto">Pandas 1.5.3</div><div dir="auto">Do you guys have any advice for me as to how to work around this error?</div><div dir="auto">Thank you for your time and consideration I really appreciate it.</div><div dir="auto">Best,</div><div dir="auto">Bill Kuenne </div><div dir="auto"><br></div><div dir="auto"> </div>