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: redis/redis-om-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-beta
Choose a base ref
...
head repository: redis/redis-om-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on May 9, 2025

  1. fix typing for python 3.8, fix warning (#698)

    * fix typing for python 3.8, fix warning
    
    * bump version
    sethbuff authored May 9, 2025
    Configuration menu
    Copy the full SHA
    7ca997c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. fix issue with nested vector fields and python 3.13 issubclass changes (

    #699)
    
    * fix issue with nested vector fields and python 3.13 issubclass changes
    
    * update version
    
    * update numeric checks to be utility functions
    
    * remove vscode settings
    
    * fix flaky test
    
    * fix flaky test
    sethbuff authored May 13, 2025
    Configuration menu
    Copy the full SHA
    8ddb6b7 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. Migrate pyproject to use newer syntax for poetry groups (#697)

    Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
    emmanuel-ferdman authored May 21, 2025
    Configuration menu
    Copy the full SHA
    811c099 View commit details
    Browse the repository at this point in the history
  2. Update redis requirement from >=3.5.3,<6.0.0 to >=3.5.3,<7.0.0 (#701)

    Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version.
    - [Release notes](https://github.com/redis/redis-py/releases)
    - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
    - [Commits](redis/redis-py@3.5.3...v6.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: redis
      dependency-version: 6.1.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 21, 2025
    Configuration menu
    Copy the full SHA
    b6bceef View commit details
    Browse the repository at this point in the history
Loading