Lennart Behme
2d4d7be276
[hnswlib] Add ArrayLike annotations and raise Numpy dependency ( #13538 )
2025-02-26 09:00:23 +01:00
Sabfo
2ca92a4140
PyInstaller: Complete types in build_main.pyi ( #13528 )
...
Co-authored-by: sobolevn <mail@sobolevn.me >
2025-02-25 21:40:38 +03:00
David Salvisberg
c4d7283c75
WebOb: Fix various issues and refactor some things ( #13487 )
2025-02-25 12:38:27 +01:00
Avasam
af32625bd4
setuptools._distutils typing improvements from merging types upstream (#13534 )
2025-02-25 00:51:37 +01:00
Lennart Behme
9135645c30
Add type annotations for hnswlib ( #13529 )
2025-02-23 19:51:47 +01:00
sobolevn
d86ad844f5
Bump python-jose to 3.4.* ( #13522 )
2025-02-23 14:25:36 +01:00
github-actions[bot]
fe64ce1141
[stubsabot] Bump zstd to 1.5.6.4 ( #13527 )
...
Release: https://pypi.org/pypi/zstd/1.5.6.4
Homepage: https://github.com/sergey-dryabzhinsky/python-zstd
Repository: https://github.com/sergey-dryabzhinsky/python-zstd
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/zstd
Diff: https://github.com/sergey-dryabzhinsky/python-zstd/compare/v1.5.6.3...v1.5.6.4
Stubsabot analysis of the diff between the two releases:
- Total lines of Python code added: 26.
- Total lines of Python code deleted: 5.
If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR
Note that you will need to close and re-open the PR in order to trigger CI
Co-authored-by: stubsabot <>
2025-02-23 15:33:02 +03:00
github-actions[bot]
45eb87bea9
[stubsabot] Bump decorator to 5.2.* ( #13526 )
...
Release: https://pypi.org/pypi/decorator/5.2.0
Repository: https://github.com/micheles/decorator
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/decorator
Diff: https://github.com/micheles/decorator/compare/5.1.1...5.2.0
Stubsabot analysis of the diff between the two releases:
- Total lines of Python code added: 36.
- Total lines of Python code deleted: 50.
If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR
Note that you will need to close and re-open the PR in order to trigger CI
Co-authored-by: stubsabot <>
2025-02-23 15:31:16 +03:00
Sabfo
a61270c38c
Fix typo in PyInstaller type alias ( #13525 )
2025-02-23 00:46:07 +01:00
sobolevn
adba4359d0
Bump zxcvbn to 4.5.* ( #13521 )
2025-02-22 15:18:33 -05:00
Avasam
844e4f7ee3
Updates to boltons types ( #13517 )
2025-02-22 21:06:56 +01:00
Jelle Zijlstra
ac8f2632ec
pygments: Fix return type of pygments.lexers.guess_lexer_for_filename ( #13515 )
2025-02-19 02:54:32 +01:00
Danny Yang
132456af62
Bump reportlab to 4.3.1 ( #13510 )
2025-02-18 20:04:19 +01:00
Danny Yang
d547f025b5
Bump braintree to 4.33.* ( #13511 )
2025-02-18 16:38:37 +01:00
github-actions[bot]
0149a15551
[stubsabot] Bump django-import-export to 4.3.* ( #13460 )
...
Co-authored-by: stubsabot <>
2025-02-17 12:17:07 +00:00
github-actions[bot]
7e3bb86581
[stubsabot] Bump simplejson to 3.20.* ( #13505 )
...
Co-authored-by: stubsabot <>
2025-02-17 12:09:02 +00:00
Xiddoc
a447ad0f1a
Add pyperclip stubs ( #13502 )
2025-02-17 11:31:50 +01:00
sobolevn
1568194559
Bump zstd to 1.5.6.3 ( #13506 )
2025-02-17 11:25:48 +01:00
sobolevn
a640e08986
Update psutil to 7.0.* ( #13507 )
2025-02-17 11:23:20 +01:00
Alyssa Coghlan
3f41b30535
Revert "Improve [Async]ContextDecorator type hinting ( #13416 )" ( #13436 )
...
This reverts commit 57d7c4334b .
The attempted fix loses all type overload information during type
inferencing, so postpone fixing the issue until we have a solution
which doesn't impose such a dramatic loss in functionality.
Reopens #13403
2025-02-13 20:49:51 -08:00
Shamil
a410f251ee
Remove pyOpenSSL stubs ( #13493 )
2025-02-12 10:42:43 +01:00
Avasam
46ac2e24a4
Update pathname param of setuptools._distutils.util.convert_path ( #13483 )
2025-02-09 19:20:20 +00:00
github-actions[bot]
232b8f3288
[stubsabot] Bump pyinstaller to 6.12.* ( #13479 )
...
Co-authored-by: stubsabot <>
2025-02-09 19:16:32 +00:00
sobolevn
d65e8ac20c
Bump peewee to 3.17.9 ( #13475 )
2025-02-09 12:21:12 +00:00
sobolevn
6480b2bf4a
Bump boltons to 25.0.* ( #13481 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-02-09 12:19:48 +00:00
Alex Waygood
73ebb9dfd7
Bump mypy to 1.15.0 ( #13473 )
2025-02-07 11:21:40 -08:00
Alex Waygood
94ac7c44d2
Fix stubtest for dateparser ( #13474 )
2025-02-07 11:20:51 -08:00
github-actions[bot]
8db4dc186f
Bump pytz to 2025.1 ( #13449 )
2025-02-03 09:08:20 +01:00
Victorien
e26219d41f
Bump django-import-export to 4.3.4 ( #13414 )
2025-02-03 09:02:58 +01:00
github-actions[bot]
983fc03a9f
[stubsabot] Mark beautifulsoup4 as obsolete since 4.13.0 ( #13455 )
...
Release: https://pypi.org/pypi/beautifulsoup4/4.13.0
Homepage: https://www.crummy.com/software/BeautifulSoup/bs4/
Repository: https://git.launchpad.net/beautifulsoup/tree
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/beautifulsoup4
2025-02-02 22:01:02 -08:00
Ali Hamdan
d704a7d8f7
shapely: Fix tuple length of CoordinateSequence items ( #13435 )
...
Closes #13422
2025-02-01 13:40:34 -05:00
Alex Waygood
c193cd2a36
Upgrade Black and Ruff ( #13443 )
2025-01-29 22:47:58 +00:00
Avasam
89b49d207b
Have win32gui.SystemParametersInfo return Any ( #13438 )
2025-01-27 05:33:52 +01:00
sobolevn
5944a6837b
Bump zstd to 1.5.6.2 ( #13434 )
2025-01-25 03:40:39 -08:00
Avasam
aa992b9cc6
pywin32: type Get* functions in win32api ( #13430 )
2025-01-23 21:21:59 +01:00
x11x
3580566c5b
pyserial: make serial.threaded.ReaderThread generic in the type of Protocol ( #13425 )
2025-01-23 11:23:52 +01:00
Shantanu
c546278aae
zstd: pin version ( #13428 )
2025-01-22 17:22:15 -08:00
github-actions[bot]
ce521e8c76
[stubsabot] Bump braintree to 4.32.* ( #13423 )
2025-01-22 08:55:50 +01:00
Alyssa Coghlan
57d7c4334b
Improve [Async]ContextDecorator type hinting ( #13416 )
...
Updated annotations allow access to `__wrapped__` on
decorated callables without complaints from typecheckers.
2025-01-20 17:58:52 +01:00
unights
c951dbbc9d
[psycopg2] Fix file argument types ( #13418 )
2025-01-20 17:56:30 +01:00
Ali Hamdan
c01e731dd1
Add geopandas stubs ( #12990 )
2025-01-19 19:19:43 +01:00
Shantanu
c2e4ef3ae4
icalendar: fix arg name ( #13407 )
...
Fixes #13406
2025-01-19 02:12:33 +00:00
Anthony Sottile
c20f05af5f
requests-oauthlib: decoding can be None ( #13404 )
...
it is passed along to oauthlib where the default there is None
2025-01-17 18:39:27 -08:00
sobolevn
67eebc5495
Improve django-import-export ( #13402 )
2025-01-16 14:43:16 +01:00
Maciej Olko
88be13d059
Allow Path in polib.pofile() ( #13396 )
...
* Allow PathLike in polib.pofile()
* Add missing import
* [pre-commit.ci] auto fixes from pre-commit.com hooks
* Update type to pathlib.Path
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-13 14:35:05 +01:00
github-actions[bot]
38d2fe81fe
[stubsabot] Bump Flask-Migrate to 4.1.* ( #13392 )
...
Co-authored-by: stubsabot <>
2025-01-11 13:07:08 +00:00
github-actions[bot]
fce4b4f10b
[stubsabot] Bump lupa to 2.4.* ( #13391 )
...
Co-authored-by: stubsabot <>
2025-01-11 12:59:36 +00:00
Sebastian Rittau
10ebc999ee
Officially drop Python 3.8 support ( #13386 )
2025-01-10 15:06:22 +01:00
github-actions[bot]
a920fd6479
[stubsabot] Bump lupa to 2.3.* ( #13383 )
...
Release: https://pypi.org/pypi/lupa/2.3
Homepage: https://github.com/scoder/lupa
Repository: https://github.com/scoder/lupa
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/lupa
2025-01-10 00:17:41 -08:00
Avasam
e3e5971fe7
Bump setuptools to 75.8.* ( #13367 )
2025-01-09 12:02:23 +01:00