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: sopherapps/pydantic-redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: sopherapps/pydantic-redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 26 files changed
  • 2 contributors

Commits on Jun 24, 2024

  1. Copy the full SHA
    74139f9 View commit details
  2. Merge pull request #31 from sopherapps/hotfix/error-reference-docs-no…

    …t-visible
    
    Fix error with the reference docs not being rendered
    Tinitto authored Jun 24, 2024
    Copy the full SHA
    d666225 View commit details
  3. Bump orjson from 3.9.13 to 3.9.15

    Bumps [orjson](https://github.com/ijl/orjson) from 3.9.13 to 3.9.15.
    - [Release notes](https://github.com/ijl/orjson/releases)
    - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
    - [Commits](ijl/orjson@3.9.13...3.9.15)
    
    ---
    updated-dependencies:
    - dependency-name: orjson
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 24, 2024
    Copy the full SHA
    ee44838 View commit details
  4. Merge pull request #33 from sopherapps/dependabot/pip/orjson-3.9.15

    Bump orjson from 3.9.13 to 3.9.15
    Tinitto authored Jun 24, 2024
    Copy the full SHA
    a715f2f View commit details
  5. Bump black from 22.8.0 to 24.3.0

    Bumps [black](https://github.com/psf/black) from 22.8.0 to 24.3.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@22.8.0...24.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and Tinitto committed Jun 24, 2024
    Copy the full SHA
    4bbfbf6 View commit details
  6. Copy the full SHA
    989a002 View commit details
  7. Merge pull request #34 from sopherapps/dependabot/pip/black-24.3.0

    Bump black from 22.8.0 to 24.3.0
    Tinitto authored Jun 24, 2024
    Copy the full SHA
    a0f79e2 View commit details
  8. Copy the full SHA
    be749d7 View commit details

Commits on Jul 1, 2024

  1. Merge pull request #35 from sopherapps/bugfix/error-multiple-redis-in…

    …stances-can-be-passed-to-store
    
    Fix possibility of Passing Multiple Redis Instances to the Store
    Tinitto authored Jul 1, 2024
    Copy the full SHA
    3d7d960 View commit details
  2. Bump to v0.6.0

    Tinitto committed Jul 1, 2024
    Copy the full SHA
    6ea6411 View commit details

Commits on Jul 6, 2024

  1. Add support for deeply nested models

    This goes beyond the first level of nesting like List[Model],
    Tuple[Model].
    It makes stuff like List[Tuple[str, Tuple[int, Model, bool]]] possible
    Tinitto committed Jul 6, 2024
    Copy the full SHA
    e14c94d View commit details

Commits on Jul 20, 2024

  1. Copy the full SHA
    a3876ba View commit details
  2. Update CHANGELOG.md

    Tinitto committed Jul 20, 2024
    Copy the full SHA
    955b7e1 View commit details
  3. Copy the full SHA
    0c24b2a View commit details
  4. Merge pull request #40 from sopherapps/hotfix/nested-models-in-dicts-…

    …and-tuples
    
    Hotfix/nested models in dicts and tuples
    Tinitto authored Jul 20, 2024
    Copy the full SHA
    ffeeaa3 View commit details
  5. Bump to v0.7.0

    Tinitto committed Jul 20, 2024
    Copy the full SHA
    1fc974c View commit details
  6. Merge pull request #41 from sopherapps/release/v0.7.0

    Bump to v0.7.0
    Tinitto authored Jul 20, 2024
    Copy the full SHA
    8e5447b View commit details
Loading