-
Notifications
You must be signed in to change notification settings - Fork 10.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated DictItem/BaseItem classes #5398
Conversation
455bd4f
to
bbfa185
Compare
Codecov Report
@@ Coverage Diff @@
## master #5398 +/- ##
==========================================
- Coverage 88.58% 88.54% -0.04%
==========================================
Files 163 163
Lines 10646 10627 -19
Branches 1816 1809 -7
==========================================
- Hits 9431 9410 -21
- Misses 940 941 +1
- Partials 275 276 +1
|
For the record, I successfully ran the tests for
Also
|
I have code that relies on BaseItem, how much time I have to update it? Which Scrapy version will it be in? |
This will only be included in 2.6, which we are currently preparing (with no certain release date but an almost done changelog). |
thanks for info. I'm not importing basitem directly but I see exception coming from https://pypi.org/project/itemadapter/ something like this
checking why it happens. I reached this commit by doing git bisect. |
I think this is just my codebase doing unusual things overriding |
More deprecation removals:
DictItem
deprecated on 1.8BaseItem
deprecated on 2.2