Skip to content
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

add unasync to project dependencies #56

Merged
merged 4 commits into from
Dec 11, 2024

Conversation

miguelgrinberg
Copy link
Collaborator

Added unasync and isort to pyproject.toml. This was missed in the unasync PR.

Copy link
Collaborator

@pquentin pquentin left a comment

Choose a reason for hiding this comment

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

Thanks! LGTM. The isort change can be a follow-up too.


[tool.poetry.group.codegen.dependencies]
unasync = "^0.6.0"
isort = "^5.13.2"
Copy link
Collaborator

Choose a reason for hiding this comment

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

I did not notice that the last time, but should we remove isort, as ruff includes it already?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I guess we should. Didn't know ruff sorts, I'll switch to that.

@miguelgrinberg miguelgrinberg force-pushed the add-unasync-isort-to-project branch from f415591 to 09bd446 Compare December 10, 2024 17:11
@miguelgrinberg miguelgrinberg changed the title add unasync and isort to project dependencies add unasync to project dependencies Dec 11, 2024
Copy link
Collaborator

@pquentin pquentin left a comment

Choose a reason for hiding this comment

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

Did the poetry.lock update break the integration tests?

@miguelgrinberg
Copy link
Collaborator Author

Yes, indirectly it did, but for a good reason. The tests were designed to work with the <=8.15 Python client, which used knn for hybrid search. We updated the 8.16 client to use a retriever query instead, so now these tests need updating.

@miguelgrinberg miguelgrinberg merged commit 9a17eb5 into main Dec 11, 2024
11 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