Skip to content

fix typer issue + bump packages#97

Merged
jakekaplan merged 4 commits into
mainfrom
bump-packages
Feb 3, 2026
Merged

fix typer issue + bump packages#97
jakekaplan merged 4 commits into
mainfrom
bump-packages

Conversation

@jakekaplan

@jakekaplan jakekaplan commented Feb 3, 2026

Copy link
Copy Markdown
Collaborator

Users were seeing errors like this, which had to with conflicts in updates to the rich and typer packages. This PR makes some fixes and bumps the packages to be more aligned with what prefect has.

$ uvx prefect-cloud login --help
Installed 34 packages in 47ms

 Usage: prefect-cloud login [OPTIONS]

╭─────────────────────────────────────────────────────────────────── Traceback (most recent call last) ───────────────────────────────────────────────────────────────────╮
│ /Users/alastair/.cache/uv/archive-v0/oNm7kkFEp-pD68GTeYZ1p/bin/prefect-cloud:12 in <module>                                                                             │
│                                                                                                                                                                         │
│    9 │   │   sys.argv[0] = sys.argv[0][:-11]                                                                                                                            │
│   10 │   elif sys.argv[0].endswith(".exe"):                                                                                                                             │
│   11 │   │   sys.argv[0] = sys.argv[0][:-4]                                                                                                                             │
│ ❱ 12 │   sys.exit(app())                                                                                                                                                │
│   13                                                                                                                                                                    │
│                                                                                                                                                                         │
│ ╭────────────────────────────────── locals ───────────────────────────────────╮                                                                                         │
│ │ app = <prefect_cloud.cli.utilities.PrefectCloudTyper object at 0x102df2300> │                                                                                         │
│ │ sys = <module 'sys' (built-in)>                                             │                                                                                         │

@jakekaplan jakekaplan marked this pull request as ready for review February 3, 2026 22:42
@jakekaplan jakekaplan requested a review from a team February 3, 2026 22:42
@jakekaplan jakekaplan merged commit 22a841f into main Feb 3, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants