dpguthrie / dpguthrie/yahooquery
TypeError: __init__() got an unexpected keyword argument 'allowed_methods'
- Dominant language
- Python
- Stars
- 920
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
yahooquery version: 2.3.0
Error message:
TypeError: __init__() got an unexpected keyword argument 'allowed_methods'.
**To Reproduce**
Steps to reproduce the behavior:
from yahooquery import Ticker
stock = Ticker('AAPL')
**Expected behavior**
Work properly as before.
**Screenshots**

**Desktop (please complete the following information):**
- OS: Windows 10 Professional
- Browser [e.g. chrome, safari]: Microsoft Edge, Anaconda Spyder (2021.11)
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.
Contributor guide
Assessment
This issue has not been assessed yet.