Martijn Pieters
Martijn Pieters
### Proposed change Support Python 3.11, and perhaps automatically support future Python releases? Python 3.11.0 was released in [October 2022](https://peps.python.org/pep-0664/#schedule) but unfortunately I can’t yet use it in mybinder.org. While...
### Description - Don't omit the `_T` typevar in `ordering_list` and `OrderingList.ordering_func`; type checkers need to understand the relationship between the `OrderingList` instance and the ordering function connected to it....
### Describe the bug There are a number of issues with the sqlalchemy.ext.orderinglist:OrderingList type hints and implementation: 1. The ordering function is documented as being allowed to return any type...
This change makes it possible to use `new_client_from_enviroment()` and still select between async and sync clients based on the current codebase. The change includes the type hints needed for type...
### Summary Allow the program to decide on async vs sync client use when loading the credentials from the environment. ### Use cases Whether or not an async client is...
The [docstring for `client.new_client_from_environment()`](https://github.com/1Password/connect-sdk-python/blob/5f8ffd8c562a95cb889824e59a1644c3c2675aaf/src/onepasswordconnectsdk/client.py#L398-L408) states it takes a `token` argument: ``` Parameters: url: The url of the 1Password Connect API token: The 1Password Service Account token ``` but there is...
You can no longer use `gdrive about` to sign in; you get a 400 error instead when you try to use the link. The error message includes details for the...
### A detailed description of the feature you would like to see added. Currently, you can edit three aspects of a scheduled task: the command to be run, the path...
isort can load configuration from pyproject.toml only if the toml module is installed. This is defined as an extra, so ```bash pip install isort[toml] ``` would pull in that dependency....
With a mouse, I can Cmd-click on a URL and have it opened in a new tab *in the background*. The current tab remains the active tab. This allows you...