Commit Graph
27 Commits
Author SHA1 Message Date
David Salvisberg 62e28b2709 gevent: Use a TypeVarTuple in gevent.baseserver.BaseServer (#11138) 2025-08-11 12:58:16 +02:00
David Salvisberg c4d7283c75 WebOb: Fix various issues and refactor some things (#13487) 2025-02-25 12:38:27 +01:00
David Salvisberg 0d7a696246 WebOb: Fixes webob.exc.status_map (#13195) 2024-12-04 13:59:03 -08:00
David Salvisberg f27d40fee7 WTForms: Form errors no longer use None as a special key (#12877)
This also fixes incorrect `error` attributes on `FieldList`/`FormField`
2024-10-24 11:46:59 +02:00
David Salvisberg 841a037c3f Bump WTForms to ~= 3.2.1 (#12867) 2024-10-21 14:43:22 +02:00
David Salvisberg 38fbbe71d4 Bump WTForms to 3.2.* (#12865)
Add missing `__all__` declarations
2024-10-21 12:50:41 +02:00
David Salvisberg 2d31815232 Bump gevent to 24.10.* (#12779) 2024-10-11 07:24:41 -07:00
David Salvisberg 6990bb64a9 Bump reportlab to 4.2.4 (#12701) 2024-09-29 13:35:05 +02:00
David Salvisberg 6ddf4647a7 greenlet: Adds missing __version__ variable (#12089) 2024-06-03 14:11:24 +01:00
David Salvisberg 93b5016a29 reportlab: Add some basic type hints for graphics rendering API (#12051) 2024-05-29 14:38:19 +02:00
David Salvisberg 1781cde60a Adds stubs for reportlab (#12013) 2024-05-24 19:05:26 +02:00
David Salvisberg ea61ca5a30 [3.13] typing.(Async)ContextManager adds second type parameter (#11873)
This is in response to: https://github.com/python/cpython/pull/118681
2024-05-09 19:25:49 -07:00
David Salvisberg f274c78fe5 Make ExitStack, AbstractContextManager and AsyncAbstractContextManager generic in return type of __exit__ (#11048) 2024-04-22 16:43:08 +02:00
David SalvisbergandAkuli c6e0466254 Add stubs for qrbill (#11741)
Co-authored-by: Akuli <akuviljanen17@gmail.com>
2024-04-11 10:07:22 +03:00
David Salvisberg 449f70f1f1 Bump requests-oauthlib to 1.4.* (#11601) 2024-03-14 23:36:19 +01:00
David Salvisberg fa164b2419 WebOb: Complete the stubs and activate stricter pyright config (#11460) 2024-02-28 22:57:50 -08:00
David Salvisberg 9b260a59cc oauthlib: Fix annotations for oauthlib.oauth2.RequestValidator (#11417) 2024-02-16 05:46:32 -08:00
David Salvisberg 3348ca5b10 fanstatic: Use Unpack in fanstatic.injector.Injector (#11139) 2023-12-10 11:45:35 +01:00
David Salvisberg df9a51306a gevent: Use TypeVarTuple instead of old ParamSpec workaround. (#11129) 2023-12-09 20:40:09 -08:00
David Salvisberg e6c3219586 Add stubs for fanstatic (#9931) 2023-11-22 00:13:45 +01:00
David Salvisberg 17a8c920d9 Finish stubs for webob.cookies and improve samesite type (#10927) 2023-10-26 13:28:15 +02:00
David Salvisbergandsobolevn 95cee3100a Bump WTForms to 3.1.* (#10868)
Co-authored-by: sobolevn <mail@sobolevn.me>
2023-10-11 19:31:22 -07:00
David Salvisberg ae9d22574e Add stubs for requests-oauthlib (#10658) 2023-09-11 16:20:11 +02:00
21cb2cb546 Adds stubs for uWSGI (#10432)
This adds stubs for the uWSGI Python API.

Similarly to GDB the Python API is only accessible within a uWSGI process, some parts of the API also only exist if certain configuration options are enabled. This makes running stubtest a bit of pain.

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Akuli <akuviljanen17@gmail.com>
2023-07-24 14:32:52 +03:00
David SalvisbergandAlex Waygood 81373c1c63 Add stubs for greenlet (#10463)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-07-22 19:23:35 +01:00
df795220a3 Add stubs for WebOb (#9874)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2023-06-18 07:32:49 -07:00
David Salvisberg 2ed466d3cc Add stubs for translationstring (#9918) 2023-03-22 13:44:07 +01:00