Skip to content

Conversation

@khvn26
Copy link
Member

@khvn26 khvn26 commented Jan 17, 2026

Thanks for submitting a PR! Please check the boxes below:

  • I have read the Contributing Guide.
  • I have added information to docs/ if required so people know about the feature.
  • I have filled in the "Changes" section below.
  • I have filled in the "How did you test this code" section below.

Changes

Migrates the API project from Poetry to uv for dependency management:

  • api/pyproject.toml: Converted from Poetry to PEP 440/735 format with setuptools build backend and auto-discovery
  • api/Makefile: Replaced poetry run with uv run, updated install targets
  • Dockerfile: Updated for uv environment variables (UV_PROJECT_ENVIRONMENT, UV_COMPILE_BYTECODE, UV_LINK_MODE) and --group syntax
  • GitHub workflows: Use astral-sh/setup-uv action instead of Poetry
  • .pre-commit-config.yaml: Updated hooks for uv, replaced poetry-check with uv-lock-check
  • api/.gitignore: Added *.egg-info/
  • Consolidated private dependency groups (auth-controller, saml, ldap, workflows, licensing, release-pipelines) into single private group

How did you test this code?

  • Ran make install locally - completed successfully
  • Ran make test locally - 2888 passed, 38 skipped
  • Verified uv lock generates valid lockfile
  • Verified dependency parsing in Makefile works correctly

🤖 Generated with Claude Code

@vercel
Copy link

vercel bot commented Jan 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

3 Skipped Deployments
Project Deployment Review Updated (UTC)
docs Ignored Ignored Jan 17, 2026 4:40am
flagsmith-frontend-preview Ignored Ignored Jan 17, 2026 4:40am
flagsmith-frontend-staging Ignored Ignored Jan 17, 2026 4:40am

Request Review

@github-actions github-actions bot added api Issue related to the REST API ci-cd Build, test and deployment related labels Jan 17, 2026
- Pin mypy to ~=1.15.0
- Pin django-stubs to ~=5.1.3
- Pin djangorestframework-stubs to ~=3.15.2
- Pin boto3-stubs to ~=1.36.20
- Pin mypy-boto3-dynamodb to ~=1.33.0
- Pin redis to ~=5.0.1
- Pin freezegun to ~=1.2.2
- Remove unused type: ignore comment in conftest.py

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@github-actions github-actions bot added ci-cd Build, test and deployment related and removed ci-cd Build, test and deployment related labels Jan 17, 2026
@codecov
Copy link

codecov bot commented Jan 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.09%. Comparing base (c1ffe45) to head (7c4f4db).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6546      +/-   ##
==========================================
- Coverage   98.09%   98.09%   -0.01%     
==========================================
  Files        1293     1293              
  Lines       46587    46587              
==========================================
- Hits        45699    45698       -1     
- Misses        888      889       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions bot added ci-cd Build, test and deployment related and removed ci-cd Build, test and deployment related labels Jan 17, 2026
@github-actions github-actions bot added ci-cd Build, test and deployment related and removed ci-cd Build, test and deployment related labels Jan 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api Issue related to the REST API ci-cd Build, test and deployment related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants