-
Notifications
You must be signed in to change notification settings - Fork 54
Use uv for dependency handling
#817
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
Changes from 25 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
a5364c5
add uv support
AntonProkopyev dba2fe3
add e2e release test
AntonProkopyev 32b54ec
add e2e pipeline
AntonProkopyev f012ae1
update README.md
AntonProkopyev 2292ae6
fix path
AntonProkopyev 6cc8959
disable shellcheck
AntonProkopyev b4d09e0
install uv in make and pylint
AntonProkopyev d89e650
revert ignoring the uv.lock and add it
AntonProkopyev ccb61bf
add missing copyrights
AntonProkopyev a45b7ed
use uv to create new release
AntonProkopyev 3211fba
fix issues
AntonProkopyev 1b24d13
remove unneeded export
AntonProkopyev d926d3d
fix .rultor.yml after rebase
AntonProkopyev 23ba2f3
pin uv version
AntonProkopyev 868997c
fix ty.yml to use uv for deps install
AntonProkopyev 963df39
remove extra file
AntonProkopyev 150c6a9
fix after rebase
AntonProkopyev 5c55fb1
better url for uv
AntonProkopyev 268033d
simplify readme changes
AntonProkopyev 3d746b6
add missing line
AntonProkopyev 1ee29f5
update uv.lock
AntonProkopyev 27150f1
drop requirements.txt, split runtime and dev deps
AntonProkopyev 2216779
apply coderabbit suggestions
AntonProkopyev 28d5d64
sort deps
AntonProkopyev 2889096
move types-requests to dev
AntonProkopyev d70cc95
add missing --testmon
AntonProkopyev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,6 +42,7 @@ path = [ | |
| "**/Gemfile.lock", | ||
| "README.md", | ||
| "renovate.json", | ||
| "uv.lock", | ||
| ".xcop", | ||
| ".flake8", | ||
| ] | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.