Skip to content

Conversation

@JoshFerge
Copy link
Member

Summary

Add assertion that organization_id is not None in semver_package_autocomplete_function since it's required for the Release query.

Changes

  • Add assertion for organization_id before Release query
  • Ensures type safety when querying by organization_id

Test plan

  • Existing tests pass
  • Mypy type checking passes

Add assertion that organization_id is not None in semver_package_autocomplete_function
since it's required for the Release query. Also includes import formatting changes.
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 10, 2025
@codecov
Copy link

codecov bot commented Nov 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #103028      +/-   ##
===========================================
- Coverage   80.75%    80.64%   -0.12%     
===========================================
  Files        9145      9140       -5     
  Lines      395020    392794    -2226     
  Branches    24968     24968              
===========================================
- Hits       319002    316769    -2233     
- Misses      75617     75624       +7     
  Partials      401       401              

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

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants