Skip to content

Fix greenlet dependency in poetry lock file. #712

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 22, 2025
Merged

Conversation

blkt
Copy link
Contributor

@blkt blkt commented Jan 22, 2025

It looks like poetry on macOS does not install greenlet, while it does on Linux, both for version 1.8.4 and 2.0.1, which seems to be a bug. Additionally, failures only manifest after using codegate, and not during startup.

This change adds greenlet package to pyproject.toml.

@blkt blkt self-assigned this Jan 22, 2025
It looks like poetry on macOS does not install `greenlet`, while it
does on Linux, both for version 1.8.4 and 2.0.1, which seems to be a
bug. Additionally, failures only manifest after _using_ codegate, and
not during startup.

This change adds `greenlet` package to `pyproject.toml`.
@blkt blkt force-pushed the chore/fix-poetry-greenlet branch from c14f61a to 14ce5cf Compare January 22, 2025 09:52
pyproject.toml Outdated
@@ -29,6 +29,7 @@ tree-sitter-rust = "==0.23.2"
alembic = "==1.14.1"
pygments = "==2.19.1"
sqlite-vec-sl-tmp = "==0.0.4"
greenlet = "^3.1.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we pin this dependency?

lukehinds
lukehinds previously approved these changes Jan 22, 2025
@lukehinds
Copy link
Contributor

@dependabot rebase

@blkt blkt merged commit 95fd908 into main Jan 22, 2025
4 checks passed
@blkt blkt deleted the chore/fix-poetry-greenlet branch January 22, 2025 11:45
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.

4 participants