-
Notifications
You must be signed in to change notification settings - Fork 67
feat: Add Python version compatibility checking during connector installation #731
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
Open
aaronsteers
wants to merge
22
commits into
main
Choose a base branch
from
devin/1753929963-python-version-compatibility-check
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
f801ff0
feat: Add Python version compatibility checking during connector inst…
devin-ai-integration[bot] 7844473
fix: Add packaging as explicit dependency instead of ignoring Deptry …
devin-ai-integration[bot] 09ea2bb
fix: Update poetry.lock after adding packaging dependency
devin-ai-integration[bot] 5b9f787
feat: Add lru_cache decorator to _get_pypi_python_requirements method
devin-ai-integration[bot] e2d90d9
fix: Address GitHub comments and resolve B019 lru_cache memory leak
devin-ai-integration[bot] 01016f7
fix: Simplify HTTP response handling and remove unnecessary wrapper m…
devin-ai-integration[bot] 488148b
fix: Use suppress() context manager for cleaner exception handling
devin-ai-integration[bot] fc78f31
fix: Update _check_python_version_compatibility to return bool | None
devin-ai-integration[bot] 949601c
fix: Remove try/catch/else block from _check_python_version_compatibi…
devin-ai-integration[bot] 68a85ba
Apply suggestion from @aaronsteers
aaronsteers 69bc091
Merge branch 'main' into devin/1753929963-python-version-compatibilit…
aaronsteers b05a927
fix: Resolve IndentationError and add comprehensive unit tests
devin-ai-integration[bot] 632808c
refactor: Move version compatibility check to util module and update …
devin-ai-integration[bot] d23f05a
fix: Resolve CI failures from semver refactoring
devin-ai-integration[bot] 76ca14f
Merge branch 'main' into devin/1753929963-python-version-compatibilit…
aaronsteers 14c7e22
Auto-commit Resolving dependencies... changes
1304916
Merge branch 'main' into devin/1753929963-python-version-compatibilit…
aaronsteers 65d0ca8
Auto-commit Resolving dependencies... changes
60093f5
debug: Add debug prints to trace version compatibility checking execu…
devin-ai-integration[bot] 2ad4081
fix: Add version compatibility checking to DeclarativeExecutor
devin-ai-integration[bot] 4be7f27
fix: Resolve mypy type error and ensure version checking works for bo…
devin-ai-integration[bot] 23c8a9a
fix: Prevent version compatibility checking during tests to avoid net…
devin-ai-integration[bot] 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
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.