Skip to content
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

Next release planning (1.16.0; django-stubs-ext 0.8.0) #1372

Closed
intgr opened this issue Feb 22, 2023 · 7 comments · Fixed by #1396
Closed

Next release planning (1.16.0; django-stubs-ext 0.8.0) #1372

intgr opened this issue Feb 22, 2023 · 7 comments · Fixed by #1396
Labels
meta Meta-issues and discussion

Comments

@intgr
Copy link
Collaborator

intgr commented Feb 22, 2023

Will be making a release soon-ish (TM). If someone is waiting to get their PR reviewed, or a merged PR released, please mention here.

@intgr intgr added the meta Meta-issues and discussion label Feb 22, 2023
@intgr intgr pinned this issue Feb 22, 2023
@intgr
Copy link
Collaborator Author

intgr commented Mar 7, 2023

We'll probably want to update recommended & CI mypy to 1.1.1.

Collapsed error output from mypy 1.1.1 This needs fixing: https://github.com/typeddjango/django-stubs/actions/runs/4350182908/jobs/7600636354
django-stubs/utils/datastructures.pyi:68: error: Signature of "setdefault" incompatible with supertype "MutableMapping"
django-stubs/utils/datastructures.pyi:68: note:      Superclass:
django-stubs/utils/datastructures.pyi:68: note:          @overload
django-stubs/utils/datastructures.pyi:68: note:          def setdefault(self, _K, None = ..., /) -> Optional[_V]
django-stubs/utils/datastructures.pyi:68: note:          @overload
django-stubs/utils/datastructures.pyi:68: note:          def setdefault(self, _K, _V, /) -> _V
django-stubs/utils/datastructures.pyi:68: note:      Subclass:
django-stubs/utils/datastructures.pyi:68: note:          def setdefault(self, key: _K, default: _V = ...) -> _V
Found 1 error in 1 file (checked 675 source files)

@intgr
Copy link
Collaborator Author

intgr commented Mar 10, 2023

Created PR to update mypy & fix new errors. django-stubs and djangorestframework-stubs:

@PIG208
Copy link
Contributor

PIG208 commented Mar 14, 2023

It would also be great if we get a new release for django-stubs-ext

@intgr
Copy link
Collaborator Author

intgr commented Mar 15, 2023

Oops, I didn't realize there were unreleased items in django-stubs-ext. Thanks @PIG208 for pointing out, I will make a release of that as well.

@intgr intgr changed the title Next release planning Next release planning (1.16.0; django-stubs-ext 0.8.0) Mar 15, 2023
@intgr
Copy link
Collaborator Author

intgr commented Mar 16, 2023

@intgr
Copy link
Collaborator Author

intgr commented Mar 16, 2023

@intgr
Copy link
Collaborator Author

intgr commented Mar 16, 2023

@intgr intgr unpinned this issue Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Meta-issues and discussion
Development

Successfully merging a pull request may close this issue.

2 participants