-
### Static type checker used
pyright/pylance
### AWS Lambda function runtime
3.11
### Powertools for AWS Lambda (Python) version
latest
### Static type checker info
`# error: Argument missing f…
-
In the second call to `decorator_factory()` with no arguments, `_T` should be bound to `int`. I understand that inferring _T=int is maybe too much for mypy, but I believe `_T` should then be bound to …
-
See [this discussion](https://github.com/Textualize/textual/pull/3499#discussion_r1352573705) about the usage of `Decorator` versus `Decorator[..., ReturnType]` in `src/textual/_work_decorator.py`.
E…
-
Thanks for making tooldantic!
The current version of the package does not work for python 3.8 because of an import `from typing import Annotated`. See below for some examples.
One potential sol…
-
### Static type checker used
pyright/pylance
### AWS Lambda function runtime
3.12
### Powertools for AWS Lambda (Python) version
latest
### Static type checker info
Latest Pylance, latest VS Co…
-
We're building typing_extensions 4.12.2 with Python 3.14.0a1 in Fedora Linux. Unittests fail during the build:
```
+ /usr/bin/python3 -m unittest discover
.F......................................…
-
**Issue type:**
[ ] question
[ ] bug report
[x] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[ ] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
### Feature Request / Improvement
For example, [Catalog functions](https://github.com/apache/iceberg-python/blob/b7942a85dfb74ce3736c5088995e7bd0b996d56b/pyiceberg/catalog/__init__.py#L333) and [File…
-
### Static type checker used
mypy (project's standard)
### AWS Lambda function runtime
3.12
### Powertools for AWS Lambda (Python) version
2.30.2
### Static type checker info
Just `mypy --stric…
-
### Description
Currently Polars uses it's own custom decorator for managing decorated functions, that will appropriately warning you when you're using a deprecated functions.
As of Python 3.13,…