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

fix(repositories): fix #2358 by re-exporting filters and exceptions from advanced-alchemy #2360

Merged
merged 5 commits into from
Sep 30, 2023

Conversation

provinzkraut
Copy link
Member

Fixes #2358 by adding some missing re-exports from advanced-alchemy.

@provinzkraut provinzkraut requested review from a team as code owners September 25, 2023 14:15
Copy link
Member

@cofin cofin left a comment

Choose a reason for hiding this comment

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

LGTM

@provinzkraut
Copy link
Member Author

I think we should probably remove the imports in advanced-alchemy that try to import the filters from Litestar first. Otherwise we might run into a circular import here.

@cofin
Copy link
Member

cofin commented Sep 30, 2023

@provinzkraut @v3ss0n I think this one may be ready for a final review. I've removed the exports from advanced_alchemy and pinned the required release to the updated v0.2.2.

pyproject.toml Outdated Show resolved Hide resolved
@provinzkraut provinzkraut requested a review from cofin September 30, 2023 10:17
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

5.4% 5.4% Coverage
0.0% 0.0% Duplication

@github-actions
Copy link

Documentation preview will be available shortly at https://litestar-org.github.io/litestar-docs-preview/2360

@cofin cofin merged commit fd18f36 into main Sep 30, 2023
17 checks passed
@cofin cofin deleted the fix-2358 branch September 30, 2023 17:00
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.

Bug: pagination DI seems broken with 2.1.0
2 participants