Skip to content

Conversation

@joshdimanteto
Copy link

@joshdimanteto joshdimanteto commented Sep 10, 2025

This PR will close #517

Description

see #517

Testing Instructions

Add a set up instructions describing how the reviewer should test the code

  • Review code
  • Check GitHub Actions build
  • If icatdb Generator Script Consistency Test CI job fails, is this because of a deliberate change made to the script to change generated data (which isn't actually a problem) or is here an underlying issue with the changes made?
  • Review changes to test coverage
  • Does this change mean a new patch, minor or major version should be made? If so, does one of the commit messages feature fix:, feat: or BREAKING CHANGE: so a release is automatically made via GitHub Actions upon merge?
  • {more steps here}

Agile Board Tracking

closes #517

Notes

  • Upgraded poetry from 1.1.8 to 1.8.0. This is the maximum version that supports pydantic v2

  • Use fixture scope "function" for instead "package"

    With scope="package", the same app instance is reused across multiple tests, which can cause state leakage (e.g., cached config, DB connections, etc.).
    scope="function" ensures a fresh app per test, which is safer in CI.
    

@joshdimanteto joshdimanteto force-pushed the remove-older-python-versions-#517 branch 2 times, most recently from e7d4311 to d841fee Compare September 11, 2025 11:58
@joshdimanteto joshdimanteto force-pushed the remove-older-python-versions-#517 branch 8 times, most recently from 9656409 to 137e5de Compare October 9, 2025 11:53
@joshdimanteto joshdimanteto force-pushed the remove-older-python-versions-#517 branch 11 times, most recently from d2cf50d to ec4350a Compare November 4, 2025 15:35
@joshdimanteto
Copy link
Author

use the latest 3.10 version in CI instead of 3.10.4

@joshdimanteto joshdimanteto force-pushed the remove-older-python-versions-#517 branch from 04a2567 to 8673a50 Compare November 5, 2025 16:39
@joshdimanteto joshdimanteto requested a review from VKTB November 5, 2025 16:45
@joshdimanteto joshdimanteto marked this pull request as ready for review November 5, 2025 16:45
@joshdimanteto
Copy link
Author

use the latest 3.10 version in CI instead of 3.10.4

I'll leave this change for now, as this would change in the fast api upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove older python version

3 participants