[OJ-54231] Dependency/Python update - #447
Merged
Merged
Conversation
- Bump Python to 3.13.11, jira 3.1.1 -> 3.10.5, jf-ingest 0.0.279 -> 0.0.280 - Replace deprecated GreenHopperResource with AgileResource - Add compare_jira_output.py for validating download parity across versions Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
# Conflicts: # uv.lock
lheureuxe13
marked this pull request as draft
April 21, 2026 19:01
There was a problem hiding this comment.
Pull request overview
Updates the project’s Python runtime and dependency set to support Python 3.13 and newer jira/jf-ingest releases, including the required Jira Agile API path change after GreenHopperResource removal.
Changes:
- Bump supported Python version to 3.13 (and update lockfile /
.python-versionaccordingly). - Upgrade
jirato 3.10.5 and update Jira connection options to useAgileResourceforagile_rest_path. - Upgrade
jf-ingestto 0.0.280 and refreshuv.lockdependency resolution.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
uv.lock |
Refreshes the locked dependency graph for Python 3.13 and upgraded libraries (jira, jf-ingest, transitive deps). |
pyproject.toml |
Updates requires-python to 3.13 and pins jira/jf-ingest versions. |
jf_agent/jf_jira/__init__.py |
Switches Jira Agile REST base path constant from GreenHopperResource to AgileResource. |
.python-version |
Updates the developer/UV Python version to 3.13.11. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
dregalbuto
approved these changes
Apr 21, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Summary
3.13JIRAto the latest version (3.10.5), updateagile_rest_pathto useAgileResourcerather than the now removedGreenHopperResourcejf_ingestand its dependenciesJira Library Upgrade Validation Results
Date: 2026-04-21 (revalidation on Python 3.13.11)
Upgrade: jira 3.1.1 + jf-ingest 0.0.279 (Python 3.12) --> jira 3.10.5 + jf-ingest 0.0.280 (Python 3.13.11)
Jira Instance:
Jellyfishinstance, scoped to engineering projectMethod:
download_onlymode with JQL pinned to a fixed window:updatedDate >= "2026/03/30" AND updatedDate <= "2026/04/06"Process
OJ-53821-dep-update) and ran candidate in main worktree with Python 3.13.11, jira 3.10.5, jf-ingest 0.0.280.masterat/tmp/jf_agent_baseline,uv syncpulled Python 3.12 + jira 3.1.1 + jf-ingest 0.0.279, ran same command.compare_jira_output.py(merges batchedjira_issues*.jsonbefore comparison).Both runs downloaded 528 issues across 2 batch files. Runs were back-to-back (candidate 16:07-16:11, baseline 16:11-16:14).
Results
**There were a few issues that had been updated between the two runs - only these issues were (correctly) not exactly matching