Zanie Blue
Zanie Blue
Add `DockerRegistry` block for `DockerContainer` to pull images from registries with authentication
- Adds a `DockerRegistry` block with a `login` capability. - Adds an `image_registry` setting to the `DockerContainer` infrastructure block allowing login to a registry before image pull. Addresses https://github.com/PrefectHQ/prefect/issues/6230 —...
Patched in #5206, but ideally we would not have upper bound version constraints. See example failure in CI at: https://app.circleci.com/pipelines/github/PrefectHQ/prefect/10850/workflows/1dabf16f-c1cb-4e02-9798-34e9ec12170a/jobs/140858 ``` tests/tasks/jupyter/test_jupyter.py:5: in from prefect.tasks.jupyter import ExecuteNotebook /usr/local/lib/python3.8/site-packages/prefect/tasks/jupyter/__init__.py:5: in from...
Adds callable support to `show_default`, allowing a `Callable[[], Union[bool, str]]` to be passed to dynamically determine the default to show in help messages. Closes https://github.com/tiangolo/typer/issues/354. Previously, `show_default` was incorrectly typed...
When making a profile, if you enter a single word to filter server names by and do not put a ';' at the end, it is not saved. Additionally, it...
https://github.com/corrad1nho/qomui/blob/fe981c12f0bbc73f0b953883b00763703cf2b01c/qomui/qomui_gui.py#L1230 Hi! I noticed that you said this was a project for you to work on your python, so I hope you don't take offense to what I mean to...
Perhaps I'm just misunderstanding how the service is supposed to work, but enabling the systemd unit and rebooting does not result in a VPN connection. I've had no problems with...
Replaces #503, performing the additional work necessary for type checks to pass. A cast is necessary because h11 does not expose the `Sentinel` type and uses it as a return...
Hi! By pinning the upper version of h11 in `setup.py` each time they make a release projects that depend on `httpcore` can fail with version requirement issues. For example: ```...
Hi! I'm updating httpcore's type annotations (https://github.com/encode/httpcore/pull/526) to be compatible with the latest h11 version and encountering a difficulty with the type annotations on `next_event`. Since the return type includes...
As discussed in https://github.com/python-hyper/h11/pull/145#discussion_r836059998 Moves the comment to the proper location and rephrases it