Skip to content

feat: Python SDK update for version 16.0.0#137

Merged
ChiragAgg5k merged 1 commit intomainfrom
dev
Mar 16, 2026
Merged

feat: Python SDK update for version 16.0.0#137
ChiragAgg5k merged 1 commit intomainfrom
dev

Conversation

@ChiragAgg5k
Copy link
Member

@ChiragAgg5k ChiragAgg5k commented Mar 16, 2026

This PR contains updates to the Python SDK for version 16.0.0.

Summary by CodeRabbit

  • Documentation

    • Simplified documentation examples for improved clarity and accessibility.
  • Chores

    • Released version 16.0.0 as a stable release, transitioning from pre-release candidate status.

@coderabbitai
Copy link

coderabbitai bot commented Mar 16, 2026

Warning

Rate limit exceeded

@ChiragAgg5k has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 10 minutes and 17 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: dbc5d97f-6ea8-46f5-bb27-8e8145dc5618

📥 Commits

Reviewing files that changed from the base of the PR and between d6b3c88 and 6db7eb5.

📒 Files selected for processing (4)
  • CHANGELOG.md
  • appwrite/client.py
  • pyproject.toml
  • setup.py

Walkthrough

This 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)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat: Python SDK update for version 16.0.0' accurately reflects the main change: promoting the SDK from release candidate (16.0.0rc1) to the final version (16.0.0) across all configuration and documentation files.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev
📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between 98d20c3 and d6b3c88.

📒 Files selected for processing (5)
  • CHANGELOG.md
  • README.md
  • appwrite/client.py
  • pyproject.toml
  • setup.py

@ChiragAgg5k ChiragAgg5k merged commit aa01904 into main Mar 16, 2026
1 check passed
@ChiragAgg5k ChiragAgg5k deleted the dev branch March 16, 2026 16:32
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.

2 participants