Skip to content

Conversation

o-santi
Copy link
Contributor

@o-santi o-santi commented Aug 26, 2025

What kind of change does this PR introduce?

Add auth-py to the monorepo.

Additional context

  • Add it as an entry to the workspace in pyproject.toml
  • Copy the relevant files to src/{project_name} (including CHANGELOG.md, LICENSE and Makefile!)
  • Use the package directly from workspace in src/supabase, instead of from pypi.
  • Add its tests to the main Makefile, and the directory itself to make publish.
  • For projects using unasync-cli, switch away from it.
  • Add it to release please
  • Add it to main README.md

Copy link

snyk-io bot commented Aug 26, 2025

Snyk checks have failed. 3 issues have been found so far.

Icon Severity Issues
Critical 0
High 0
Medium 3
Low 0

code/snyk check is complete. 3 issues have been found. (View Details)

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@o-santi o-santi requested review from silentworks and grdsdev August 26, 2025 19:48
@coveralls
Copy link

coveralls commented Aug 26, 2025

Pull Request Test Coverage Report for Build 17276718341

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.3%) to 93.132%

Totals Coverage Status
Change from base Build 17216342927: -0.3%
Covered Lines: 6862
Relevant Lines: 7368

💛 - Coveralls

this way, `make ci -j` will run all tests in parallel, `--exact`
introduces data races given that all packages simultaneously want to
run mutably borrow the venv at the same time
@o-santi o-santi merged commit 12ffb31 into supabase:main Aug 27, 2025
8 of 9 checks passed
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.

3 participants