Pineapple Pokopo

Results 4 issues of Pineapple Pokopo

### What happened? Python 3.12 introduced the `type` [statement](https://docs.python.org/3/library/typing.html#typing.TypeAliasType) to define type aliases. Using the `type` statement with `apache-beam` 2.60.0 generates an error however: ```python TypeError: Type hints for a...

python
bug
P2
awaiting triage

### What happened? Following the fix for #274, I noticed another issue with namespace packages. When a project has more than one namespace package as dependency, it causes creosote to...

bug

### What feature request would you like to suggest? I have a use case where the `--section` argument is automatically generated but the section may not actually exist in `pyproject.toml`....

enhancement

### Describe the bug We use a Google Artifact Registry (GAR) repository as a proxy for the public PyPi repository. We have noticed that adding/updating packages is much slower using...

🐛 bug