Skip to content

fix: Syntax error when importing concurrent.py#36

Merged
mscolnick merged 1 commit intomarimo-team:mainfrom
Antyos:antyos/fix-type-hint-error
Feb 22, 2026
Merged

fix: Syntax error when importing concurrent.py#36
mscolnick merged 1 commit intomarimo-team:mainfrom
Antyos:antyos/fix-type-hint-error

Conversation

@Antyos
Copy link
Contributor

@Antyos Antyos commented Feb 20, 2026

I guess I didn't test the last PR since it "should" just work, oops.

It turns out mixing types and string literals in a union, e.g. ThreadPoolExecutor | "InterpreterMapExecutor" will raise a syntax error when trying to import the file. This fixes that.

Also, I've noticed that when I do uv sync on my local copy, it always bumps the version of moutils in the uv.lock file. Does uv lock need to be added in CI/CD before release to avoid that?

@mscolnick mscolnick merged commit 3531086 into marimo-team:main Feb 22, 2026
1 check 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