Semyon Moroz
fd20f4a929
Improve oauthlib.oauth2.rfc6749 ( #13965 )
2025-05-13 13:57:14 +02:00
Semyon Moroz
f8b0eec26c
Bump icalendar to 6.2.* ( #13963 )
2025-05-13 12:45:07 +02:00
Semyon Moroz
3b038caa9b
Improve oauthlib.openid.connect.core ( #13966 )
2025-05-13 12:28:14 +02:00
David Salvisberg
2f9bd24716
Fix regression in definition of bleach.sanitizer._Filter ( #14041 )
2025-05-13 12:23:36 +02:00
Avasam
45b81fb599
networkx: consistent Unknown | None = None ( #14027 )
2025-05-13 11:43:01 +02:00
Sebastian Rittau
e08e349699
Replace incomplete module markers ( #14030 )
2025-05-13 08:53:39 +02:00
Mickel Edward
41b2f9e7b4
tqdm: Fix return type of async for loop ( #14028 )
2025-05-12 19:43:48 +02:00
Avasam
f0c88fd238
networkx: ignore_missing_stub = false ( #13968 )
2025-05-12 17:31:45 +02:00
Julien Danjou
b101209d93
[click_default_group] default_cmd_name argument should be named default ( #14023 )
2025-05-12 17:07:03 +02:00
LordGvozd
251570c4f6
Bump gevent to 25.4.* ( #13885 )
2025-05-11 20:05:25 +02:00
Ali Hamdan
0933303ff0
Fix annotations of shapely.constructive.make_valid ( #13913 )
2025-05-11 14:45:05 +02:00
github-actions[bot]
f711b9ae2b
[stubsabot] Bump peewee to 3.18.1 ( #13910 )
2025-05-11 14:43:34 +02:00
Semyon Moroz
2a6d81b17f
Complete bleach ( #13969 )
2025-05-11 14:42:21 +02:00
Jelle Zijlstra
58367a50d5
[click-web] Fixes after click 8.2.0 release ( #14001 )
2025-05-11 01:39:55 +02:00
Sebastian Rittau
2d50d6b316
Support Python 3.14 ( #13957 )
2025-05-10 06:27:40 -07:00
github-actions[bot]
519b7ef021
[stubsabot] Bump setuptools to 80.4.* ( #13980 )
2025-05-10 11:45:53 +02:00
Sebastian Rittau
6e2525aa00
[geopandas] Fix CI tests in some circumstances ( #13978 )
...
Add "libproj-dev" and "proj-bin" to apt_dependencies.
These packages are necessary to build the pyproj
dependency if a pre-built wheel is not available.
2025-05-09 20:26:16 +02:00
Semyon Moroz
5e2e68683b
click-spinner: Replace Any return type ( #13970 )
2025-05-09 17:49:21 +02:00
Avasam
4b5e235d1c
networkx: add all missing __all__ ( #13956 )
2025-05-08 22:25:25 -04:00
Avasam
41eb1a6731
networkx: Most nodelist params are collections ( #13945 )
2025-05-06 08:39:14 +02:00
Tatsh
1c08df207b
Add binaryornot stubs ( #13920 )
2025-05-06 08:36:34 +02:00
github-actions[bot]
9ab597426c
[stubsabot] Bump zstd to 1.5.7.0 ( #13946 )
2025-05-06 08:31:22 +02:00
Avasam
a43e0a4c02
Extract grpcio plugins ( #13896 )
2025-05-05 16:48:46 +02:00
Avasam
5991c939f1
Run Black after grpcio merge ( #13944 )
2025-05-05 16:34:44 +02:00
Semyon Moroz
9c877e7164
Bump braintree to 4.35.* ( #13914 )
2025-05-05 16:17:54 +02:00
Semyon Moroz
6083bca762
Bump qrcode to 8.2.* ( #13918 )
2025-05-05 16:15:03 +02:00
github-actions[bot]
8eb2a96acd
[stubsabot] Bump zstd to 1.5.6.8 ( #13917 )
2025-05-05 15:46:49 +02:00
Micah Denbraver
e203c2ba38
grpc _CallIterator is an iterator ( #13925 )
2025-05-05 15:45:25 +02:00
Avasam
61b54b4eaa
Openpyxl: type cell values ( #13929 )
2025-05-05 15:24:42 +02:00
Avasam
5c7fe07278
Run Black on *_pb2 files ( #13930 )
2025-05-05 15:22:59 +02:00
Avasam
2b2ea7185b
stubtest-complete grpcio plugins ( #13932 )
2025-05-05 15:21:48 +02:00
Semyon Moroz
30ff5390f8
Bump setuptools to 80.3.* ( #13938 )
2025-05-04 20:51:31 -04:00
Semyon Moroz
c994e2d947
Bump protobuf to ~=6.30.2 ( #13922 )
...
Co-authored-by: Avasam <samuel.06@hotmail.com >
2025-05-02 21:20:00 -04:00
Avasam
f26b41bdd1
Mention rerunning sync_protobuf scripts ( #13924 )
2025-05-03 02:29:31 +02:00
Semyon Moroz
dde3f837a6
Bump setuptools to 80.1.* ( #13915 )
2025-05-02 19:19:19 -04:00
Semyon Moroz
0042bcc68f
Improve docker.types ( #13809 )
...
Co-authored-by: Avasam <samuel.06@hotmail.com >
2025-05-02 19:08:31 -04:00
Allan Lewis
a46eea77e3
Correct type of kwargs in assertpy.exception.ExceptionMixin.when_called_with ( #13903 )
...
The keys of `kwargs` dicts are always strings, the type hint is for the values,
which in this case could be anything.
2025-05-01 16:47:53 +02:00
Tatsh
eec809d049
Add ratelimit stubs ( #13909 )
2025-05-01 00:50:53 +02:00
Semyon Moroz
dd4ef75460
Bump pep8-naming to 0.15.* ( #13908 )
2025-04-30 16:22:13 +02:00
github-actions[bot]
a55309bc7e
[stubsabot] Bump peewee to 3.18.0 ( #13907 )
2025-04-30 15:01:15 +02:00
Semyon Moroz
232c31c5c4
Complete pyflakes ( #13848 )
2025-04-28 14:42:26 +02:00
Semyon Moroz
4ba81e82a5
Bump reportlab to 4.4.* ( #13857 )
2025-04-28 14:27:34 +02:00
Semyon Moroz
ba0976e6c5
[hvac] Clarify and improve some annotations ( #13886 )
2025-04-28 14:05:34 +02:00
Sebastian Rittau
2d60b4bd9c
Mark ExifRead as obsolete ( #13899 )
2025-04-28 14:01:44 +02:00
Semyon Moroz
6759cb19e6
Improve pywin32.isapi ( #13889 )
2025-04-28 13:34:51 +02:00
Semyon Moroz
8bfae3303f
Bump setuptools to 80.0.* ( #13898 )
2025-04-28 12:27:03 +02:00
Avasam
23f94ffbc4
Remove Any in stubs/grpcio/grpc_status/rpc_status.pyi ( #13895 )
2025-04-28 08:43:46 +02:00
tmlnv
0dedc39f22
Add None to SubsegmentContextManager.__enter__ return type ( #13892 )
2025-04-27 16:38:05 +02:00
Tamás PEREGI
1ccaa7f8ef
Fix return type of win32wnet.WNetOpenEnum ( #13890 )
2025-04-27 01:03:42 -04:00
Semyon Moroz
ebf4d17c8d
Improve braintree ( #13862 )
2025-04-25 13:57:12 +02:00