553 Commits (main)
 

Author SHA1 Message Date
Tom MTT. 25168bc3c8
fix(aredis_om/model/model.py): lazy DB connections
See <https://github.com/redis/redis-om-python/pull/543>.
2 months ago
Tom MTT. 7dc241993e
chore(README.md): add warning 3 months ago
Tom MTT. 8d5d4d57cb
feat!(pyproject.toml): upgrade python, pydantic and python-ulid
It sucks having to maintain your own fork just to have up-to-date
packages.

python^3.8      => python^3.9       (python-ulid^2 requires python^3.9)
pydantic^1      => pydantic^2
python-ulid^1   => python-ulid^2
3 months ago
Igor Malinovskiy 1213ca7373
Drop Python 3.7 support (#559) 8 months ago
Chayim c91201f4de
Version 0.2.1 (#541) 10 months ago
dependabot[bot] 24427ee502
Bump rojopolis/spellcheck-github-actions from 0.33.0 to 0.33.1 (#540)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
Chayim d1f6959be3
Updating the badge, again (#538)
badge update
10 months ago
Chayim 3086c2c34b
Version 0.2.0 (#536) 10 months ago
Manabu Niseki 3a0fa0c7be
Allow using Pydantic v2 (#533)
Co-authored-by: Chayim <chayim@users.noreply.github.com>
10 months ago
Chayim 323787151e
Updating README badges (#537) 10 months ago
dependabot[bot] c43076a405
Update email-validator requirement from ^1.3.0 to ^2.0.0 (#501)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chayim <chayim@users.noreply.github.com>
10 months ago
dependabot[bot] b12b432439
Bump rojopolis/spellcheck-github-actions from 0.29.0 to 0.33.0 (#526)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chayim <chayim@users.noreply.github.com>
10 months ago
glxplz fde6c20b0c
Remove pptree (#506)
Co-authored-by: GLXPLZ <glxplz@protonmail.ch>
Co-authored-by: Chayim <chayim@users.noreply.github.com>
10 months ago
Marián Hlaváč c68adacea2
Use TypeVars for return types of RedisModel and its subtype's methods (#476)
Co-authored-by: Chayim <chayim@users.noreply.github.com>
10 months ago
Reinier van der Leer 89b6c84c4a
Add support for KNN vector similarity search (#513)
Co-authored-by: Chayim <chayim@users.noreply.github.com>
10 months ago
Chayim 70f64011fd
Dependency update changes (#534) 10 months ago
mheguy-stingray 87d3a080ad
Fix incorrect command in getting started (#517) 11 months ago
Chayim 2b450b5fee
Updating the getting started to highlight the redis-stack-server docker (#507)
Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com>
1 year ago
dependabot[bot] eb14537ee4
Bump trailofbits/gh-action-pip-audit from 1.0.5 to 1.0.6 (#483)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Chayim 4ee61cb8b9
Silencing non-pinned dep notifcation (#478)
pip audit silence
1 year ago
Yaraslau Zhylko 412bdd6401
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
1 year ago
dependabot[bot] 250d29de30
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](https://github.com/psf/black/compare/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>
1 year ago
Chayim 721f734aff
Ignore case on spellcheck (#463)
spellcheck ignore case, like other modules
1 year ago
dependabot[bot] 5c0c0b4b6f
Update coverage requirement from ^6.4 to ^7.1 (#466)
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/6.4...7.1.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot] fd7d45ab87
Bump trailofbits/gh-action-pip-audit from 1.0.4 to 1.0.5 (#460)
Bumps [trailofbits/gh-action-pip-audit](https://github.com/trailofbits/gh-action-pip-audit) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/trailofbits/gh-action-pip-audit/releases)
- [Commits](https://github.com/trailofbits/gh-action-pip-audit/compare/v1.0.4...v1.0.5)

---
updated-dependencies:
- dependency-name: trailofbits/gh-action-pip-audit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot] 4f43933d9c
Bump trailofbits/gh-action-pip-audit from 1.0.0 to 1.0.4 (#452)
Bumps [trailofbits/gh-action-pip-audit](https://github.com/trailofbits/gh-action-pip-audit) from 1.0.0 to 1.0.4.
- [Release notes](https://github.com/trailofbits/gh-action-pip-audit/releases)
- [Commits](https://github.com/trailofbits/gh-action-pip-audit/compare/v1.0.0...v1.0.4)

---
updated-dependencies:
- dependency-name: trailofbits/gh-action-pip-audit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
1 year ago
dependabot[bot] 895fd41620
Bump rojopolis/spellcheck-github-actions from 0.27.0 to 0.29.0 (#451)
Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.27.0 to 0.29.0.
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rojopolis/spellcheck-github-actions/compare/0.27.0...0.29.0)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
1 year ago
dependabot[bot] efe9e2c8f3
Bump pytest-asyncio from 0.19.0 to 0.20.3 (#430)
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.19.0 to 0.20.3.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.19.0...v0.20.3)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
1 year ago
dependabot[bot] 31a86cf11c
Bump pytest-xdist from 2.5.0 to 3.1.0 (#423)
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.5.0 to 3.1.0.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v2.5.0...v3.1.0)

---
updated-dependencies:
- dependency-name: pytest-xdist
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
1 year ago
dependabot[bot] 5a5c8dbb72
Bump more-itertools from 8.14.0 to 9.0.0 (#401)
Bumps [more-itertools](https://github.com/more-itertools/more-itertools) from 8.14.0 to 9.0.0.
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](https://github.com/more-itertools/more-itertools/compare/v8.14.0...v9.0.0)

---
updated-dependencies:
- dependency-name: more-itertools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
1 year ago
dvora-h 30c60f9b7b
Version 0.1.2 (#458) 1 year ago
Chayim 6955225c08
Updating documentation to use redis.asyncio (#447)
* removing aioredis from documentation

* fix: proper python 3.11 support (#446)

* fix: propper python 3.11 support

* fix tox config

* wider python 3.x support

* Update ci.yml

Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>

* Add poetry.lock to .gitignore (#457)

* Add poetry.lock to .gitignore

* remove poetry.lock

* PR comments readme update

Co-authored-by: Yaraslau Zhylko <YaraslauZhylko@gmail.com>
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
1 year ago
dvora-h 1aa619e418
Add poetry.lock to .gitignore (#457)
* Add poetry.lock to .gitignore

* remove poetry.lock
1 year ago
Yaraslau Zhylko 7bc8b402d5
fix: proper python 3.11 support (#446)
* fix: propper python 3.11 support

* fix tox config

* wider python 3.x support

* Update ci.yml

Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
1 year ago
Chayim 1e33e2513e
Version 0.1.1 (#428) 1 year ago
Chayim a931581c76
Updating poetry lock dependencies (#427) 1 year ago
dependabot[bot] 6328cb7c9e
Bump redis from 4.3.5 to 4.4.0 (#424)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot] cc27266b40
Bump redis from 4.3.4 to 4.3.5 (#419)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Chayim 900b445387
Fixing invalid vulnerability report (#402)
* Fixing invalid vulnerability report

* Removing some pinned items

* more

* pip upgrade
2 years ago
Chayim a34c6b2371
Removing superfluous dependency used in release process (#399)
Fixing dependencies during release
2 years ago
dvora-h 011e33053d
Version 0.1.0 (#398)
* v0.1.0

* update poetry.lock
2 years ago
dependabot[bot] 6f07f5ee9d
Bump pytest-cov from 3.0.0 to 4.0.0 (#383)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
2 years ago
dependabot[bot] 35b3c3a1f7
Bump black from 22.8.0 to 22.10.0 (#391)
Bumps [black](https://github.com/psf/black) from 22.8.0 to 22.10.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.8.0...22.10.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chayim <chayim@users.noreply.github.com>
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
2 years ago
dependabot[bot] 8a66f331d6
Bump mypy from 0.971 to 0.982 (#387)
Bumps [mypy](https://github.com/python/mypy) from 0.971 to 0.982.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.971...v0.982)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dvora-h f77c21a059
Add support for `count` (#397)
* add count

* update poetry
2 years ago
Chayim 1221efd2c3
Adding dependency vulnerability scanning to the CI process (#345)
Adding dependency scanning for CI

Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
2 years ago
Chayim c16895c445
Updating the release drafter, tying to the main branch (#385)
fixing the release drafter, to main branch
2 years ago
dependabot[bot] acd7450a15
Bump typing-extensions from 4.3.0 to 4.4.0 (#390)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot] 47429610f9
Bump actions/setup-python from 4.2.0 to 4.3.0 (#394)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot] febafc8d8a
Bump types-redis from 4.3.21 to 4.3.21.2 (#395)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago