Semyon Moroz
22de7771c4
Bump hdbcli to 2.24.* ( #13705 )
2025-03-24 12:31:48 -07:00
Sebastian Rittau
b93eae52af
Fix various argument of extension modules ( #13651 )
...
* Mark various positional-only arguments: These are all positional-only
arguments in C code using the `METH_O` flag.
* Remove various `*args, **kwargs` arguments that are using the
`METH_NOARGS` flag in C.
2025-03-18 02:22:34 +01:00
Nikita Sobolev
9817430896
Bump hdbcli to 2.21.* ( #12179 )
2024-06-20 23:01:45 +02:00
Avasam
12b9e48324
Update Ruff and enable F821 in stubs ( #11771 )
2024-04-17 09:50:58 -07:00
Sebastian Rittau
33de88879f
Remove bare Incomplete annotations in third-party stubs ( #11671 )
2024-03-30 18:34:51 -07:00
Sebastian Rittau
b6eaadcfe5
Update typing_extensions imports in third-party stubs ( #11245 )
2024-01-05 15:40:13 +01:00
kasium
6afb72fd4a
Improve hdbcli types ( #10969 )
2023-11-15 15:12:45 +01:00
Nikita Sobolev
f42f665fa1
Update hdbcli to 2.16 and mark as completed ( #10101 )
2023-04-29 06:26:16 -07:00
kasium
1b68adee9a
hdbcli: Fix wrong connection argument name ( #10070 )
...
The name should be `user` and not `username`
2023-04-24 07:12:51 -07:00
Alex Waygood
2279886964
Style: prefer type[Foo | Bar] over type[Foo] | type[Bar] ( #10039 )
2023-04-13 11:34:53 +02:00
Avasam
a31a7bc030
Ran stubdefaulter for hdbcli ( #9962 )
2023-03-27 14:54:53 -07:00
Nikita Sobolev
27caa8f221
Mark hdbcli as complete ( #8904 )
2022-11-03 07:38:51 -07:00
Alex Waygood
653f2c6ba4
Third-party stubs: import from collections.abc where possible ( #7637 )
2022-04-16 14:52:57 +01:00
Alex Waygood
740193a8fc
Use TypeAlias where possible for type aliases ( #7630 )
2022-04-15 18:01:00 -07:00
Alex Waygood
76af72831a
Use the Literal["foo", "bar"] syntax consistently ( #6984 )
2022-01-20 20:16:04 +02:00
Alex Waygood
a40d79a4e6
Use lowercase type everywhere ( #6853 )
2022-01-08 16:09:29 +01:00
Alex Waygood
8d5d2520ac
Use PEP 585 syntax wherever possible ( #6717 )
2021-12-28 11:31:43 +01:00
kasium
f929d30ec0
Add stubs for hdbcli ( #6550 )
...
hdbcli is the python dbapi for SAP HANA. Not all methods/attributes are 100% compatible with PEP 249.
2021-12-09 14:29:06 +01:00