Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: superannotateai/superannotate-python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: superannotateai/superannotate-python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 100 files changed
  • 3 contributors

Commits on Mar 25, 2026

  1. add list_folders

    Narek Mkhitaryan authored and Narek Mkhitaryan committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    0c7bf32 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. add multimodal form cration in clone_project

    Narek Mkhitaryan authored and Narek Mkhitaryan committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    e280542 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. change in docs

    Narek Mkhitaryan authored and Narek Mkhitaryan committed Mar 30, 2026
    Configuration menu
    Copy the full SHA
    47c4494 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #839 from superannotateai/list_folders

    add list_folders
    VaghinakDev authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    24815e0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #842 from superannotateai/FRIDAY-3880

    add multimodal form cration in clone_project
    VaghinakDev authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    5a0407e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. fix: add from __future__ import annotations to fix pyupgrade TypeError

    Add PEP 563 future annotations import to 42 files that use PEP 585
    style type hints (list[...], dict[...], tuple[...], set[...]).
    
    This resolves the "TypeError: 'function' object is not subscriptable"
    error when running pre-commit pyupgrade hook, which occurs because
    these type hints are evaluated at class definition time without the
    future import.
    VaghinakDev committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    953c255 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #843 from superannotateai/pre_commit_hooks

    Update pyupgrade pre commit hook
    VaghinakDev authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    5310c65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ecee87 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2026

  1. Update version

    VaghinakDev committed Apr 9, 2026
    Configuration menu
    Copy the full SHA
    ce17c20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90b934d View commit details
    Browse the repository at this point in the history
Loading