-
Notifications
You must be signed in to change notification settings - Fork 364
enabled filtering of /subscriptions by external customer ID #5937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enabled filtering of /subscriptions by external customer ID #5937
Conversation
@mshra is attempting to deploy a commit to the polar-sh Team on Vercel. A member of the Team first needs to authorize it. |
Thank you @mshra, that's exactly it. May I ask you to run the linter? cd server/
uv run task lint && uv run task lint_types |
apparently, when I ran pyproject.toml:1: error: Error importing plugin "pydantic.mypy": No module named 'pydantic' [misc]
Found 1 error in 1 file (errors prevented further checking) which is weird because I do have pydantic as my dependencies when I freeze > uv pip freeze | grep "pydantic"
pydantic==2.10.6
pydantic-core==2.27.2
pydantic-extra-types==2.10.5
pydantic-settings==2.9.1 am I missing something? |
Sure thing @frankie567 , will look into this 👍🏽 |
Weird indeed. Did you run |
Apparently, my uv version was out of date. My bad and thank you for assistance @frankie567 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@mshra We can merge this if you rename (from #5937 (comment)) |
Hi @frankie567 @malthejorgensen , I have a question regarding naming convention for CustomerExternalID, should that be changed to ExternalCustomerID as well (to match customer_id and CustomerID convention) ? As the CustomerExternalID also has a dependency in server/polar/customer/endpoints.py |
@mshra Good point, and I would say, ideally, yes :) If you can change that too, would be awesome 🙏 |
noted @frankie567 and pushed the latest changes |
Perfect, thanks 🙏 |
solves #5828