feat: Python SDK update for version 16.0.0#137
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
WalkthroughThis pull request finalizes version 16.0.0 by promoting the release candidate across the codebase. Version strings are updated from 16.0.0rc1 to 16.0.0 in package configuration files (pyproject.toml, setup.py, appwrite/client.py), the changelog header, and the download URL in setup.py. The README documentation is also updated to remove type-safety examples using Pydantic models and adjust code samples to use a generic result variable instead of user-specific naming conventions. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@setup.py`:
- Line 21: The download_url in setup.py points to
https://github.com/appwrite/sdk-for-python/archive/16.0.0.tar.gz but the GitHub
tag 16.0.0 is missing; create a git tag named 16.0.0 in the repository (git tag
-a v16.0.0 or git tag 16.0.0 with appropriate message), push it to origin (git
push origin 16.0.0), and then publish to PyPI so the download_url in setup.py
resolves correctly.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: f3511b70-6855-4663-badd-471f100f073c
📒 Files selected for processing (5)
CHANGELOG.mdREADME.mdappwrite/client.pypyproject.tomlsetup.py
This PR contains updates to the Python SDK for version 16.0.0.
Summary by CodeRabbit
Documentation
Chores