-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(build): add license & remove litestar
from dependencies
#8
Conversation
Reviewer's Guide by SourceryThis PR removes Litestar as a direct dependency and makes it test-only, addressing circular dependency complaints. The changes include dependency updates, code reorganization, and version updates. The implementation primarily involves modifying the project configuration and reordering some imports. Updated class diagram for litestar_htmx module exportsclassDiagram
class litestar_htmx {
+ClientRedirect
+ClientRefresh
+EventAfterType
+HTMXConfig
+HTMXDetails
+HTMXHeaders
+HTMXPlugin
+HTMXRequest
+HTMXTemplate
+HXLocation
+HXStopPolling
+HtmxHeaderType
+LocationType
+PushUrl
+PushUrlType
+ReSwapMethod
+ReplaceUrl
+Reswap
+Retarget
+TriggerEvent
+TriggerEventType
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've reviewed this pull request using the Sourcery rules engine. If you would also like our AI-powered code review then let us know.
litestar
from dependencieslitestar
from dependencies
Closes #7 |
Description
There have been a number of complaints about circular dependencies with this package. This change make litestar only required for tests.
Litestar will be updated to have a minimum pin of
0.4.0
here.Closes
Summary by Sourcery
Remove 'litestar' from the project dependencies, addressing circular dependency issues, and update the project version to '0.4.0'. Update the 'ruff-pre-commit' hook version in the pre-commit configuration.
Build:
Chores: