Conversation
Bump .pre-commit-config.yaml Bump `mongo` feature deps Bump `proxy` feature dep Bump `test` feature deps Bump `dev` feature deps Set `aiohttp` max version `<3.14` Fix `test_isolation.py` tests Fix `test_storages.py` tests Add Py version limit `<3.15` (breaking changes possible) Add new `uvloop` starter to `Dispatcher.run_polling` Remove old `uvloop` `set_event_loop_policy` Remove `pytest-lazy-fixture`
✔️ Changelog found.Thank you for adding a description of the changes |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev-3.x #1730 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 591 591
Lines 13980 13985 +5
=========================================
+ Hits 13980 13985 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Contributor
Author
|
I'm ready |
chirizxc
reviewed
Oct 10, 2025
| "motor-types~=1.0.0b4", | ||
| "black==25.9.0", | ||
| "isort==6.1.0", | ||
| "ruff==0.14.0", |
Contributor
There was a problem hiding this comment.
I don't think we should pin ruff version, because new rule additions or deletions can only be in major versions, all minor versions are just bugfixes, I think it's better to leave ruff~=0.14.0 (ruff >= 0.14.0 , < 0.15.0).
Contributor
Author
There was a problem hiding this comment.
It's dev dependency. We can update it in any time without deploying new release or something
JrooTJunior
approved these changes
Oct 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
mongofeature depsproxyfeature deptestfeature depsdevfeature depsaiohttpmax version<3.14test_isolation.pyteststest_storages.pytests<3.15(breaking changes possible)uvloopstarter toDispatcher.run_pollinguvloopset_event_loop_policypytest-lazy-fixtureType of change