25168bc3c8
fix(aredis_om/model/model.py): lazy DB connections
...
See <https://github.com/redis/redis-om-python/pull/543 >.
2024-03-13 18:24:30 +01:00
7dc241993e
chore(README.md): add warning
2024-02-15 19:22:16 +01:00
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
2024-02-15 19:09:27 +01:00
Igor Malinovskiy
1213ca7373
Drop Python 3.7 support ( #559 )
2023-09-06 14:16:36 +02:00
Chayim
c91201f4de
Version 0.2.1 ( #541 )
2023-07-18 17:50:38 +03:00
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>
2023-07-18 17:30:57 +03:00
Chayim
d1f6959be3
Updating the badge, again ( #538 )
...
badge update
2023-07-12 13:27:57 +03:00
Chayim
3086c2c34b
Version 0.2.0 ( #536 )
2023-07-12 11:48:46 +03:00
Manabu Niseki
3a0fa0c7be
Allow using Pydantic v2 ( #533 )
...
Co-authored-by: Chayim <chayim@users.noreply.github.com>
2023-07-12 11:48:08 +03:00
Chayim
323787151e
Updating README badges ( #537 )
2023-07-12 11:39:50 +03:00
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>
2023-07-12 11:33:52 +03:00
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>
2023-07-12 11:19:29 +03:00
glxplz
fde6c20b0c
Remove pptree ( #506 )
...
Co-authored-by: GLXPLZ <glxplz@protonmail.ch>
Co-authored-by: Chayim <chayim@users.noreply.github.com>
2023-07-12 11:19:04 +03:00
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>
2023-07-12 11:08:20 +03:00
Reinier van der Leer
89b6c84c4a
Add support for KNN vector similarity search ( #513 )
...
Co-authored-by: Chayim <chayim@users.noreply.github.com>
2023-07-12 11:03:53 +03:00
Chayim
70f64011fd
Dependency update changes ( #534 )
2023-07-11 14:06:37 +03:00
mheguy-stingray
87d3a080ad
Fix incorrect command in getting started ( #517 )
2023-06-05 09:05:31 +03:00
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>
2023-04-30 12:57:19 +03:00
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>
2023-04-24 09:36:13 +03:00
Chayim
4ee61cb8b9
Silencing non-pinned dep notifcation ( #478 )
...
pip audit silence
2023-02-13 12:03:18 +02:00
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
2023-02-12 13:57:27 +02:00
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>
2023-02-12 13:54:49 +02:00
Chayim
721f734aff
Ignore case on spellcheck ( #463 )
...
spellcheck ignore case, like other modules
2023-01-25 11:13:19 +02:00
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>
2023-01-25 11:12:39 +02:00
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>
2023-01-11 11:13:38 +02:00
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>
2023-01-09 12:33:10 +02:00
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>
2023-01-09 12:27:28 +02:00
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>
2023-01-09 12:21:51 +02:00
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>
2023-01-09 11:44:50 +02:00
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>
2023-01-09 11:22:52 +02:00
dvora-h
30c60f9b7b
Version 0.1.2 ( #458 )
2023-01-08 13:06:20 +02:00
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>
2023-01-08 12:39:19 +02:00
dvora-h
1aa619e418
Add poetry.lock to .gitignore ( #457 )
...
* Add poetry.lock to .gitignore
* remove poetry.lock
2023-01-08 12:03:03 +02:00
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>
2022-12-28 09:42:14 +02:00
Chayim
1e33e2513e
Version 0.1.1 ( #428 )
2022-12-06 14:24:59 +02:00
Chayim
a931581c76
Updating poetry lock dependencies ( #427 )
2022-12-06 14:24:43 +02:00
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>
2022-12-06 11:30:26 +02:00
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>
2022-11-23 10:30:13 +02:00
Chayim
900b445387
Fixing invalid vulnerability report ( #402 )
...
* Fixing invalid vulnerability report
* Removing some pinned items
* more
* pip upgrade
2022-11-15 15:13:25 +02:00
Chayim
a34c6b2371
Removing superfluous dependency used in release process ( #399 )
...
Fixing dependencies during release
2022-10-20 13:02:30 +03:00
dvora-h
011e33053d
Version 0.1.0 ( #398 )
...
* v0.1.0
* update poetry.lock
2022-10-18 16:10:17 +03:00
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>
2022-10-18 15:52:11 +03:00
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>
2022-10-18 15:49:55 +03:00
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>
2022-10-18 15:47:50 +03:00
dvora-h
f77c21a059
Add support for count
( #397 )
...
* add count
* update poetry
2022-10-18 15:17:00 +03:00
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>
2022-10-18 14:55:58 +03:00
Chayim
c16895c445
Updating the release drafter, tying to the main branch ( #385 )
...
fixing the release drafter, to main branch
2022-10-18 10:31:01 +03:00
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>
2022-10-18 10:21:41 +03:00
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>
2022-10-18 10:21:23 +03:00
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>
2022-10-18 10:21:14 +03:00