Avasam
|
bb981771ed
|
Bump protobuf to 5.28.* (#12689)
|
2024-09-23 19:14:28 +02:00 |
|
Martijn Pieters
|
bde71c575f
|
Complete coverage for the qrcode package (#12675)
|
2024-09-20 15:36:25 +02:00 |
|
kasium
|
f1bf1c01fe
|
Add stubs for python-jenkins (#12582)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2024-09-19 20:12:09 -07:00 |
|
Avasam
|
c025e37bbb
|
Rewrote protobuf generation scripts in Python (#12527)
|
2024-09-19 08:11:21 +02:00 |
|
João Henrique
|
0610a79fdb
|
fix: fpdf2: Allow "BI" for _FontStyle in fpdf.pyi (#12677)
|
2024-09-18 18:02:29 +02:00 |
|
Kanishk Pachauri
|
eb7df6d118
|
fix: weight parameter type for networkx.algorithms.shortest_paths (#12663)
|
2024-09-17 21:37:51 +02:00 |
|
Alexander Zinov
|
0015ce8855
|
openpyxl: fix Worksheet.values annotation (#12674)
|
2024-09-17 17:14:06 +02:00 |
|
sobolevn
|
d3070c5845
|
Bump xdgenvpy to 3.0.* (#12671)
|
2024-09-17 13:19:28 +02:00 |
|
sobolevn
|
0a0ba2f4d0
|
Bump paramiko to 3.5.* (#12672)
|
2024-09-17 13:17:06 +02:00 |
|
github-actions[bot]
|
3266319a76
|
[stubsabot] Bump setuptools to 75.1.* (#12670)
Co-authored-by: stubsabot <>
|
2024-09-16 21:59:15 -04:00 |
|
Sebastian Rittau
|
94889897ca
|
[setuptools] Bump to 75.0.* (#12668)
Co-authored-by: Avasam <samuel.06@hotmail.com>
|
2024-09-16 19:17:52 +02:00 |
|
RedContritio
|
2e9a61f834
|
Add lupa stubs (#12650)
|
2024-09-16 09:13:27 +02:00 |
|
stevenlele
|
2ccd254b81
|
PyYAML: correct return type of construct_scalar() (#12664)
|
2024-09-16 09:02:54 +02:00 |
|
github-actions[bot]
|
9e506eb5e8
|
[stubsabot] Mark influxdb-client as obsolete since 1.46.0 (#12655)
|
2024-09-14 12:02:15 +02:00 |
|
Max Muoto
|
df30049ac7
|
Correct requests cookies argument (#12654)
|
2024-09-13 18:09:05 +02:00 |
|
Sebastian Rittau
|
bc6b3b2aba
|
[python-datemath] Pin and mark as obsolete (#12645)
Closes: #12640
|
2024-09-12 07:25:11 -07:00 |
|
Sebastian Rittau
|
97ce200343
|
[pyasn1] Remove items removed from 0.6.1 (#12646)
|
2024-09-12 05:11:59 -04:00 |
|
github-actions[bot]
|
6c703a3dfd
|
[stubsabot] Bump pytz to 2024.2 (#12639)
|
2024-09-12 08:46:22 +02:00 |
|
github-actions[bot]
|
6259b61658
|
[stubsabot] Bump regex to 2024.9.11 (#12641)
Release: https://pypi.org/pypi/regex/2024.9.11
Homepage: https://github.com/mrabarnett/mrab-regex
Repository: https://github.com/mrabarnett/mrab-regex
Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/regex
Diff: https://github.com/mrabarnett/mrab-regex/compare/2024.7.24...2024.9.11
Stubsabot analysis of the diff between the two releases:
- Total lines of Python code added: 7.
- Total lines of Python code deleted: 3.
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 <>
|
2024-09-11 20:47:52 -04:00 |
|
Skye Im
|
9d6fc1dafd
|
mysqlclient: Annotate Connect() return type (#12633)
|
2024-09-10 14:21:13 +02:00 |
|
Alberto Jiménez López
|
65170f4a2e
|
Add stubs for python-http-client (#12626)
|
2024-09-09 05:08:38 +02:00 |
|
Clément Pit-Claudel
|
e8e9291c76
|
Fix type of transform argument of docutils.nodes.pending.__init__ (#12459)
|
2024-09-07 00:30:02 +02:00 |
|
Peter Bierma
|
fb4a92d12b
|
Add stubs for objgraph (#12608)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
|
2024-09-06 15:27:00 -07:00 |
|
danieleades
|
b48d6f5f74
|
add type stubs for 'docutils.parsers.rst.directives.references' (#12442)
|
2024-09-06 15:09:33 -07:00 |
|
Avasam
|
0784bf6bee
|
distutils: add missing generated attributes (#12467)
|
2024-09-06 15:07:44 -07:00 |
|
Niklas Rosenstein
|
7a2807af4e
|
Fix networkx DiDegreeView.__call__() can return int (#12472)
Fix networkx `DiDegreeView.__call__()`
`DiDegreeView.__call__()` can return an integer if a single node is specified, as is also documented in the docstrings of the method:
89718e0514/networkx/classes/digraph.py (L1198-L1199)
Implementation:
89718e0514/networkx/classes/reportviews.py (L436-L437)
|
2024-09-06 15:07:25 -07:00 |
|
Stephen Finucane
|
b3774bc22b
|
requests: Session.adapters is a mapping of Adapters (#12473)
Signed-off-by: Stephen Finucane <stephen@that.guru>
|
2024-09-06 15:05:55 -07:00 |
|
Sebastian Rittau
|
a8f09b1d5c
|
[influxdb-client] Use SupportsContainsAndGetItem (#12612)
|
2024-09-06 14:35:41 -07:00 |
|
Raphaël Boudreault
|
e8ad9437b3
|
Update MergeFrom annotations in protobuf containers.pyi (#12623)
|
2024-09-06 14:35:16 -07:00 |
|
Anders Kaseorg
|
3624e534b0
|
beautifulsoup4: Accept void_element_close_prefix=None (#12621)
|
2024-09-06 10:36:09 +02:00 |
|
Sebastian Rittau
|
346fef2137
|
[setuptools] Update to 74.1.* (#12614)
---------
Co-authored-by: Avasam <samuel.06@hotmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2024-09-05 10:45:52 -04:00 |
|
Gareth Rees
|
f4da13bfec
|
[python-dateutil] Add dateutil.parser.UnknownTimezoneWarning. (#12620)
|
2024-09-05 13:18:31 +02:00 |
|
Adam Dangoor
|
59f612f514
|
Add hint for requests.models.Response.raw (#12616)
|
2024-09-04 12:15:53 +02:00 |
|
John Lettman
|
13e3deb033
|
Add stubs for xdgenvpy (#12615)
|
2024-09-04 12:06:28 +02:00 |
|
Auguste Lalande
|
4101e74236
|
Add stubs for Jetson.GPIO (#12108)
|
2024-09-02 15:05:51 +02:00 |
|
elijahr
|
4d75bc89ec
|
Redis: Correct ExpiryT alias (#12611)
|
2024-09-02 08:58:02 +02:00 |
|
github-actions[bot]
|
001c3b6495
|
[stubsabot] Bump python-datemath to 3.0.* (#12583)
Co-authored-by: stubsabot <>
|
2024-09-01 18:36:00 +01:00 |
|
github-actions[bot]
|
33295b694e
|
[stubsabot] Bump pyfarmhash to 0.4.* (#12597)
Co-authored-by: stubsabot <>
|
2024-09-01 18:31:34 +01:00 |
|
github-actions[bot]
|
0f0e71d777
|
[stubsabot] Bump Flask-Cors to 5.0.* (#12609)
Co-authored-by: stubsabot <>
|
2024-09-01 18:30:23 +01:00 |
|
Alan Du
|
23d867efb2
|
Fix types for psutil.cpu_* functions (#12602)
|
2024-08-31 13:03:42 +03:00 |
|
Avasam
|
f87041e118
|
distutils: expose Command.dry_run + make 0|1 attrs bool (#12607)
|
2024-08-30 18:32:54 +02:00 |
|
Andrew Murray
|
4109c06d07
|
Added types for atheris (#12462)
|
2024-08-30 14:36:34 +02:00 |
|
Avasam
|
661fe27658
|
Bump setuptools to 74.0.* (#12599)
|
2024-08-29 18:53:16 +02:00 |
|
Shamil
|
f58dac1d62
|
[Flask-Cors] Mark constants using Final (#12596)
|
2024-08-27 10:41:39 +02:00 |
|
Károly Szabó
|
257691b5c5
|
[docker-py] Fix 'volumes' argument type hint for 'run' and 'create' functions in containers.pyi (#12594)
|
2024-08-26 15:20:02 +02:00 |
|
Sebastian Rittau
|
24abaf0e86
|
pyserial: Replace IO classes with protocols (#12572)
|
2024-08-25 17:06:43 +02:00 |
|
Shamil
|
c54f16bdad
|
Add missing constants to flask-cors stubs (#12585)
|
2024-08-24 18:52:57 +02:00 |
|
Avasam
|
53be87bbb4
|
Resolve some stubtest allowlist entries by marking params as keyword-only (#12581)
|
2024-08-23 07:47:06 +01:00 |
|
Avasam
|
3719f02dbf
|
Using precise code for pyright: ignore and re-enabling various pyright tests (#12576)
|
2024-08-22 03:34:52 +02:00 |
|
github-actions[bot]
|
2404a70f2b
|
[stubsabot] Bump PyScreeze to 1.0.1 (#12566)
Co-authored-by: stubsabot <>
|
2024-08-21 14:28:06 -04:00 |
|