Skip to content

Commit 8cd7ca8

Browse files
committed
Update CHANGELOG.md
1 parent 81f4502 commit 8cd7ca8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44

55
### Various fixes & improvements
66

7-
- Revert "Pin urllib3 to <2.0.0 for now" (#2148) by @asottile-sentry
7+
- Support urllib3>=2.0.0 (#2148) by @asottile-sentry
8+
9+
We're now supporting urllib3's new major version, 2.0.0. If you encounter issues (e.g. some of your dependencies not supporting the new urllib3 version yet) you might consider pinning the urllib3 version to `<2.0.0` manually in your project. Check out the [the urllib3 migration guide](https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html#migrating-as-an-application-developer) for details.
10+
811
- Auto-retry tests on failure (#2134) by @sentrivana
9-
- correct importlib.metadata check in test_modules (#2149) by @asottile-sentry
12+
- Correct `importlib.metadata` check in `test_modules` (#2149) by @asottile-sentry
1013
- Fix distribution name normalization (PEP-0503) (#2144) by @rominf
11-
- fix: functions_to_trace typing (#2141) by @rcmarron
14+
- Fix `functions_to_trace` typing (#2141) by @rcmarron
1215

1316
## 1.24.0
1417

0 commit comments

Comments
 (0)