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: f58234e
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: d73072a
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on Feb 12, 2023

  1. Update black requirement from ^22.10 to ^23.1 (#469)

    Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@22.10.0...23.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    250d29d View commit details
    Browse the repository at this point in the history
  2. fix: all_pks() for complex keys (#471)

    * fix: all_pks for complex keys
    
    * fix tests
    
    * more fixes
    
    * support Python below 3.9+
    
    * black
    
    * linter again
    YaraslauZhylko authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    412bdd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Silencing non-pinned dep notifcation (#478)

    pip audit silence
    chayim authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    4ee61cb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    d73072a View commit details
    Browse the repository at this point in the history
Loading