Skip to content

Tags: redis/redis-om-python

Tags

v1.0.2-beta

Toggle v1.0.2-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.0.1-beta

Toggle v1.0.1-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix typing for python 3.8, fix warning (#698)

* fix typing for python 3.8, fix warning

* bump version

v1.0.0-beta

Toggle v1.0.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Full Pydantic 2.0 Support + Bug Fixes (#691)

* remove pydantic v1 references

* set validate_default=True

* Remove unused imports

* update models to specify when a model is final

* fix knn setup

* Update KNN test query

* Update KNN results include score

* remove use of alias for queries

* fix lint issues

* fix lint issues

* fix annotations for python < 3.10

* fix annotations for python < 3.10

* fix issue where certain fields were unintentionally being indexed

* remove vscode settings

* dynamically set index based on other fields that require indexes

* fix inheritance from indexed model

* fix linting errors

* change version to beta

* make default a positional arg on Field

* Include knn in model construction

* add warning for auto indexing

* use field info args without default to prevent overlapping values

* update typing to support older python versions

---------

Co-authored-by: jmmenard <89422205+jmmenard@users.noreply.github.com>

v0.3.5

Toggle v0.3.5's commit message
revving to 0.3.5

v0.3.4

Toggle v0.3.4's commit message
loosening setuptools restrictions

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
revving 0.3.3 (#667)

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
revving to 0.3.2 (#645)

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
revving to 0.3.1 (#617)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactoring Redis OM Python to use pydantic 2.0 types and validators (#…

…603)

* refactoring model to use pydantic 2.0 types and validators

* adding tests for #591

* adding tests with uuid

* readme fixes

* fixing typo in NOT_IN

v0.2.2

Toggle v0.2.2's commit message
- Consolidate updates to dependencies (#597)

- Drop Python 3.7 support (#559)
- moving off abandoned toml editor action (#599)

We'd like to thank all the contributors who worked on this release!

@gaby, @uglide, @slorello89