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: meilisearch/meilisearch-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: meilisearch/meilisearch-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: staging
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 0 files changed
  • 2 contributors

Commits on Aug 5, 2025

  1. Merge #1126

    1126: Fix type of from field in TaskResults so get_tasks doesn't crash r=curquiza a=ddboline
    
    # Pull Request
    
    ## Related issue
    Fixes #1125
    
    ## What does this PR do?
    - Updates the type of TaskResults.from to match the type returned by rust
    
    ## PR checklist
    Please check if your PR fulfills the following requirements:
    - [ ] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
    - [ ] Have you read the contributing guidelines?
    - [ ] Have you made sure that the title is accurate and descriptive of the changes?
    
    Thank you so much for contributing to Meilisearch!
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai -->
    
    ## Summary by CodeRabbit
    
    * **Refactor**
      * Improved flexibility of the task results display by allowing the related field to be optional.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    Co-authored-by: Daniel Boline <[email protected]>
    meili-bors[bot] and ddboline authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    99745bb View commit details
    Browse the repository at this point in the history
Loading