-
Notifications
You must be signed in to change notification settings - Fork 73
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: Update samples to use uv #2860
Conversation
Reviewer's Guide by SourceryThis pull request updates the sample tap to use uv instead of poetry for dependency management and execution. This includes changes to the pyproject.toml file, the test workflow, and the README.md file. Class diagram: Project configuration changes in pyproject.tomlclassDiagram
class ProjectConfig {
+name: string
+version: string
+description: string
+authors: list
+dependencies: list
+optional-dependencies: map
+scripts: map
}
class BuildSystem {
+requires: list
+build-backend: string
}
note for ProjectConfig "Changed from [tool.poetry] to [project]"
note for BuildSystem "Changed from poetry-core to hatchling"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
88b9101
to
ceb2920
Compare
40fda8e
to
7bbd2d9
Compare
CodSpeed Performance ReportMerging #2860 will not alter performanceComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2860 +/- ##
=======================================
Coverage 91.34% 91.34%
=======================================
Files 62 62
Lines 5209 5209
Branches 673 673
=======================================
Hits 4758 4758
Misses 319 319
Partials 132 132 ☔ View full report in Codecov by Sentry. |
ceb2920
to
60782c0
Compare
Summary by Sourcery
Update project configuration to use
uv
instead ofpoetry
.Build:
poetry
withuv
for dependency management and build processes.CI:
uv
instead ofpoetry
for dependency management and testing.📚 Documentation preview 📚: https://meltano-sdk--2860.org.readthedocs.build/en/2860/