Skip to content

feat: Python SDK update for version 16.0.0#136

Open
ChiragAgg5k wants to merge 4 commits intomainfrom
dev
Open

feat: Python SDK update for version 16.0.0#136
ChiragAgg5k wants to merge 4 commits intomainfrom
dev

Conversation

@ChiragAgg5k
Copy link
Member

@ChiragAgg5k ChiragAgg5k commented Mar 7, 2026

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

* Added `ActivityEvent` and `ActivityEventList` models to the public API
* Updated README with `uv add appwrite` example
@coderabbitai
Copy link

coderabbitai bot commented Mar 7, 2026

Important

Review skipped

Too many files!

This PR contains 300 files, which is 150 over the limit of 150.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2b06fdf1-dded-45d3-bde8-fc32f858269f

📥 Commits

Reviewing files that changed from the base of the PR and between 5b93ea7 and fa289e0.

📒 Files selected for processing (300)
  • CHANGELOG.md
  • README.md
  • appwrite/client.py
  • appwrite/encoders/value_class_encoder.py
  • appwrite/models/__init__.py
  • appwrite/models/activity_event.py
  • appwrite/models/activity_event_list.py
  • appwrite/models/algo_argon2.py
  • appwrite/models/algo_bcrypt.py
  • appwrite/models/algo_md5.py
  • appwrite/models/algo_phpass.py
  • appwrite/models/algo_scrypt.py
  • appwrite/models/algo_scrypt_modified.py
  • appwrite/models/algo_sha.py
  • appwrite/models/attribute_boolean.py
  • appwrite/models/attribute_datetime.py
  • appwrite/models/attribute_email.py
  • appwrite/models/attribute_enum.py
  • appwrite/models/attribute_float.py
  • appwrite/models/attribute_integer.py
  • appwrite/models/attribute_ip.py
  • appwrite/models/attribute_line.py
  • appwrite/models/attribute_list.py
  • appwrite/models/attribute_longtext.py
  • appwrite/models/attribute_mediumtext.py
  • appwrite/models/attribute_point.py
  • appwrite/models/attribute_polygon.py
  • appwrite/models/attribute_relationship.py
  • appwrite/models/attribute_string.py
  • appwrite/models/attribute_text.py
  • appwrite/models/attribute_url.py
  • appwrite/models/attribute_varchar.py
  • appwrite/models/backup_archive.py
  • appwrite/models/backup_archive_list.py
  • appwrite/models/backup_policy.py
  • appwrite/models/backup_policy_list.py
  • appwrite/models/backup_restoration.py
  • appwrite/models/backup_restoration_list.py
  • appwrite/models/base_model.py
  • appwrite/models/bucket.py
  • appwrite/models/bucket_list.py
  • appwrite/models/collection.py
  • appwrite/models/collection_list.py
  • appwrite/models/column_boolean.py
  • appwrite/models/column_datetime.py
  • appwrite/models/column_email.py
  • appwrite/models/column_enum.py
  • appwrite/models/column_float.py
  • appwrite/models/column_index.py
  • appwrite/models/column_index_list.py
  • appwrite/models/column_integer.py
  • appwrite/models/column_ip.py
  • appwrite/models/column_line.py
  • appwrite/models/column_list.py
  • appwrite/models/column_longtext.py
  • appwrite/models/column_mediumtext.py
  • appwrite/models/column_point.py
  • appwrite/models/column_polygon.py
  • appwrite/models/column_relationship.py
  • appwrite/models/column_string.py
  • appwrite/models/column_text.py
  • appwrite/models/column_url.py
  • appwrite/models/column_varchar.py
  • appwrite/models/continent.py
  • appwrite/models/continent_list.py
  • appwrite/models/country.py
  • appwrite/models/country_list.py
  • appwrite/models/currency.py
  • appwrite/models/currency_list.py
  • appwrite/models/database.py
  • appwrite/models/database_list.py
  • appwrite/models/deployment.py
  • appwrite/models/deployment_list.py
  • appwrite/models/document.py
  • appwrite/models/document_list.py
  • appwrite/models/execution.py
  • appwrite/models/execution_list.py
  • appwrite/models/file.py
  • appwrite/models/file_list.py
  • appwrite/models/framework.py
  • appwrite/models/framework_adapter.py
  • appwrite/models/framework_list.py
  • appwrite/models/function.py
  • appwrite/models/function_list.py
  • appwrite/models/headers.py
  • appwrite/models/health_antivirus.py
  • appwrite/models/health_certificate.py
  • appwrite/models/health_queue.py
  • appwrite/models/health_status.py
  • appwrite/models/health_status_list.py
  • appwrite/models/health_time.py
  • appwrite/models/identity.py
  • appwrite/models/identity_list.py
  • appwrite/models/index.py
  • appwrite/models/index_list.py
  • appwrite/models/jwt.py
  • appwrite/models/language.py
  • appwrite/models/language_list.py
  • appwrite/models/locale.py
  • appwrite/models/locale_code.py
  • appwrite/models/locale_code_list.py
  • appwrite/models/log.py
  • appwrite/models/log_list.py
  • appwrite/models/membership.py
  • appwrite/models/membership_list.py
  • appwrite/models/message.py
  • appwrite/models/message_list.py
  • appwrite/models/mfa_challenge.py
  • appwrite/models/mfa_factors.py
  • appwrite/models/mfa_recovery_codes.py
  • appwrite/models/mfa_type.py
  • appwrite/models/phone.py
  • appwrite/models/phone_list.py
  • appwrite/models/preferences.py
  • appwrite/models/provider.py
  • appwrite/models/provider_list.py
  • appwrite/models/resource_token.py
  • appwrite/models/resource_token_list.py
  • appwrite/models/row.py
  • appwrite/models/row_list.py
  • appwrite/models/runtime.py
  • appwrite/models/runtime_list.py
  • appwrite/models/session.py
  • appwrite/models/session_list.py
  • appwrite/models/site.py
  • appwrite/models/site_list.py
  • appwrite/models/specification.py
  • appwrite/models/specification_list.py
  • appwrite/models/subscriber.py
  • appwrite/models/subscriber_list.py
  • appwrite/models/table.py
  • appwrite/models/table_list.py
  • appwrite/models/target.py
  • appwrite/models/target_list.py
  • appwrite/models/team.py
  • appwrite/models/team_list.py
  • appwrite/models/token.py
  • appwrite/models/topic.py
  • appwrite/models/topic_list.py
  • appwrite/models/transaction.py
  • appwrite/models/transaction_list.py
  • appwrite/models/user.py
  • appwrite/models/user_list.py
  • appwrite/models/variable.py
  • appwrite/models/variable_list.py
  • appwrite/service.py
  • appwrite/services/account.py
  • appwrite/services/activities.py
  • appwrite/services/avatars.py
  • appwrite/services/backups.py
  • appwrite/services/databases.py
  • appwrite/services/functions.py
  • appwrite/services/graphql.py
  • appwrite/services/health.py
  • appwrite/services/locale.py
  • appwrite/services/messaging.py
  • appwrite/services/sites.py
  • appwrite/services/storage.py
  • appwrite/services/tables_db.py
  • appwrite/services/teams.py
  • appwrite/services/tokens.py
  • appwrite/services/users.py
  • docs/examples/account/create-anonymous-session.md
  • docs/examples/account/create-email-password-session.md
  • docs/examples/account/create-email-token.md
  • docs/examples/account/create-email-verification.md
  • docs/examples/account/create-jwt.md
  • docs/examples/account/create-magic-url-token.md
  • docs/examples/account/create-mfa-authenticator.md
  • docs/examples/account/create-mfa-challenge.md
  • docs/examples/account/create-mfa-recovery-codes.md
  • docs/examples/account/create-o-auth-2-token.md
  • docs/examples/account/create-phone-token.md
  • docs/examples/account/create-phone-verification.md
  • docs/examples/account/create-recovery.md
  • docs/examples/account/create-session.md
  • docs/examples/account/create-verification.md
  • docs/examples/account/create.md
  • docs/examples/account/get-mfa-recovery-codes.md
  • docs/examples/account/get-prefs.md
  • docs/examples/account/get-session.md
  • docs/examples/account/get.md
  • docs/examples/account/list-identities.md
  • docs/examples/account/list-logs.md
  • docs/examples/account/list-mfa-factors.md
  • docs/examples/account/list-sessions.md
  • docs/examples/account/update-email-verification.md
  • docs/examples/account/update-email.md
  • docs/examples/account/update-magic-url-session.md
  • docs/examples/account/update-mfa-authenticator.md
  • docs/examples/account/update-mfa-challenge.md
  • docs/examples/account/update-mfa-recovery-codes.md
  • docs/examples/account/update-mfa.md
  • docs/examples/account/update-name.md
  • docs/examples/account/update-password.md
  • docs/examples/account/update-phone-session.md
  • docs/examples/account/update-phone-verification.md
  • docs/examples/account/update-phone.md
  • docs/examples/account/update-prefs.md
  • docs/examples/account/update-recovery.md
  • docs/examples/account/update-session.md
  • docs/examples/account/update-status.md
  • docs/examples/account/update-verification.md
  • docs/examples/activities/get-event.md
  • docs/examples/activities/list-events.md
  • docs/examples/avatars/get-browser.md
  • docs/examples/avatars/get-credit-card.md
  • docs/examples/avatars/get-favicon.md
  • docs/examples/avatars/get-flag.md
  • docs/examples/avatars/get-image.md
  • docs/examples/avatars/get-initials.md
  • docs/examples/avatars/get-qr.md
  • docs/examples/avatars/get-screenshot.md
  • docs/examples/backups/create-archive.md
  • docs/examples/backups/create-policy.md
  • docs/examples/backups/create-restoration.md
  • docs/examples/backups/get-archive.md
  • docs/examples/backups/get-policy.md
  • docs/examples/backups/get-restoration.md
  • docs/examples/backups/list-archives.md
  • docs/examples/backups/list-policies.md
  • docs/examples/backups/list-restorations.md
  • docs/examples/backups/update-policy.md
  • docs/examples/databases/create-boolean-attribute.md
  • docs/examples/databases/create-collection.md
  • docs/examples/databases/create-datetime-attribute.md
  • docs/examples/databases/create-document.md
  • docs/examples/databases/create-documents.md
  • docs/examples/databases/create-email-attribute.md
  • docs/examples/databases/create-enum-attribute.md
  • docs/examples/databases/create-float-attribute.md
  • docs/examples/databases/create-index.md
  • docs/examples/databases/create-integer-attribute.md
  • docs/examples/databases/create-ip-attribute.md
  • docs/examples/databases/create-line-attribute.md
  • docs/examples/databases/create-longtext-attribute.md
  • docs/examples/databases/create-mediumtext-attribute.md
  • docs/examples/databases/create-operations.md
  • docs/examples/databases/create-point-attribute.md
  • docs/examples/databases/create-polygon-attribute.md
  • docs/examples/databases/create-relationship-attribute.md
  • docs/examples/databases/create-string-attribute.md
  • docs/examples/databases/create-text-attribute.md
  • docs/examples/databases/create-transaction.md
  • docs/examples/databases/create-url-attribute.md
  • docs/examples/databases/create-varchar-attribute.md
  • docs/examples/databases/create.md
  • docs/examples/databases/decrement-document-attribute.md
  • docs/examples/databases/delete-documents.md
  • docs/examples/databases/get-attribute.md
  • docs/examples/databases/get-collection.md
  • docs/examples/databases/get-document.md
  • docs/examples/databases/get-index.md
  • docs/examples/databases/get-transaction.md
  • docs/examples/databases/get.md
  • docs/examples/databases/increment-document-attribute.md
  • docs/examples/databases/list-attributes.md
  • docs/examples/databases/list-collections.md
  • docs/examples/databases/list-documents.md
  • docs/examples/databases/list-indexes.md
  • docs/examples/databases/list-transactions.md
  • docs/examples/databases/list.md
  • docs/examples/databases/update-boolean-attribute.md
  • docs/examples/databases/update-collection.md
  • docs/examples/databases/update-datetime-attribute.md
  • docs/examples/databases/update-document.md
  • docs/examples/databases/update-documents.md
  • docs/examples/databases/update-email-attribute.md
  • docs/examples/databases/update-enum-attribute.md
  • docs/examples/databases/update-float-attribute.md
  • docs/examples/databases/update-integer-attribute.md
  • docs/examples/databases/update-ip-attribute.md
  • docs/examples/databases/update-line-attribute.md
  • docs/examples/databases/update-longtext-attribute.md
  • docs/examples/databases/update-mediumtext-attribute.md
  • docs/examples/databases/update-point-attribute.md
  • docs/examples/databases/update-polygon-attribute.md
  • docs/examples/databases/update-relationship-attribute.md
  • docs/examples/databases/update-string-attribute.md
  • docs/examples/databases/update-text-attribute.md
  • docs/examples/databases/update-transaction.md
  • docs/examples/databases/update-url-attribute.md
  • docs/examples/databases/update-varchar-attribute.md
  • docs/examples/databases/update.md
  • docs/examples/databases/upsert-document.md
  • docs/examples/databases/upsert-documents.md
  • docs/examples/functions/create-deployment.md
  • docs/examples/functions/create-duplicate-deployment.md
  • docs/examples/functions/create-execution.md
  • docs/examples/functions/create-template-deployment.md
  • docs/examples/functions/create-variable.md
  • docs/examples/functions/create-vcs-deployment.md
  • docs/examples/functions/create.md
  • docs/examples/functions/get-deployment-download.md
  • docs/examples/functions/get-deployment.md
  • docs/examples/functions/get-execution.md
  • docs/examples/functions/get-variable.md
  • docs/examples/functions/get.md
  • docs/examples/functions/list-deployments.md
  • docs/examples/functions/list-executions.md

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev

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.

@ChiragAgg5k ChiragAgg5k changed the title feat: Python SDK update for version 15.3.0 feat: Python SDK update for version 16.0.0 Mar 7, 2026
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.

1 participant