Commit graph

238 commits

Author SHA1 Message Date
dependabot[bot]
c63bc117e0
Bump aioredis from 2.0.0 to 2.0.1
Bumps [aioredis](https://github.com/aio-libs/aioredis-py) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/aio-libs/aioredis-py/releases)
- [Changelog](https://github.com/aio-libs/aioredis-py/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aio-libs/aioredis-py/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: aioredis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-05 20:03:10 +00:00
Simon Prickett
acb6981160
Merge pull request #41 from redis/dependabot/pip/twine-3.7.1
Bump twine from 3.6.0 to 3.7.1
2022-01-05 20:01:13 +00:00
dependabot[bot]
35035772c3
Bump twine from 3.6.0 to 3.7.1
Bumps [twine](https://github.com/pypa/twine) from 3.6.0 to 3.7.1.
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/twine/compare/3.6.0...3.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-05 19:58:49 +00:00
Simon Prickett
a0b37d26b5
Merge pull request #50 from redis/dependabot/pip/mypy-0.930
Bump mypy from 0.910 to 0.930
2022-01-05 19:56:56 +00:00
Simon Prickett
b28c90249a
Merge pull request #68 from redis/dependabot/pip/pydantic-1.9.0
Bump pydantic from 1.8.2 to 1.9.0
2022-01-05 19:54:47 +00:00
Simon Prickett
1813f7eff1
Merge pull request #65 from redis/dependabot/pip/types-six-1.16.7
Bump types-six from 1.16.2 to 1.16.7
2022-01-05 19:52:52 +00:00
dependabot[bot]
0c42dc4215
Bump mypy from 0.910 to 0.930
Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.930.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.910...v0.930)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-05 19:46:55 +00:00
dependabot[bot]
c42a2009fe
Bump pydantic from 1.8.2 to 1.9.0
Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/samuelcolvin/pydantic/releases)
- [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md)
- [Commits](https://github.com/samuelcolvin/pydantic/compare/v1.8.2...v1.9.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-05 19:46:55 +00:00
Simon Prickett
947114fdb2
Merge pull request #39 from redis/dependabot/pip/black-21.12b0
Bump black from 21.11b1 to 21.12b0
2022-01-05 19:44:52 +00:00
Simon Prickett
33766a83ab
Merge pull request #35 from redis/dependabot/pip/typing-extensions-4.0.1
Bump typing-extensions from 4.0.0 to 4.0.1
2022-01-05 19:38:56 +00:00
dependabot[bot]
3606a1b88b
Bump black from 21.11b1 to 21.12b0
Bumps [black](https://github.com/psf/black) from 21.11b1 to 21.12b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-05 19:38:09 +00:00
Simon Prickett
d1c18de456
Merge pull request #18 from redis/dependabot/pip/bandit-1.7.1
Bump bandit from 1.7.0 to 1.7.1
2022-01-05 19:36:10 +00:00
Simon Prickett
8d69b59916 Adds tests for full text hash search. 2022-01-05 18:08:49 +00:00
dependabot[bot]
8a1b5a2728
Bump types-six from 1.16.2 to 1.16.7
Bumps [types-six](https://github.com/python/typeshed) from 1.16.2 to 1.16.7.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-six
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-04 03:25:00 +00:00
Simon Prickett
800ec69565
Attempts to fix full text search fields
Adds field name alias to fix full text searches.

Closes #42
2021-12-09 23:11:15 +00:00
dependabot[bot]
e874808591
Bump typing-extensions from 4.0.0 to 4.0.1
Bumps [typing-extensions](https://github.com/python/typing) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/python/typing/releases)
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG)
- [Commits](https://github.com/python/typing/commits)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-01 03:22:12 +00:00
Andrew Brookins
66fdb8a046
Update index.md 2021-11-26 15:26:52 -08:00
Andrew Brookins
3a3ed91ed0 Merge branch 'main' of github.com:redis-developer/redis-om-python 2021-11-26 15:25:23 -08:00
Andrew Brookins
e4e3583006 Document some possible error messages 2021-11-26 15:25:18 -08:00
Andrew Brookins
4bcb03360d
Update fastapi_integration.md 2021-11-25 07:33:28 -08:00
Andrew Brookins
60fbd09775 Reference the redis-om-fastapi project 2021-11-25 07:27:22 -08:00
Andrew Brookins
269d44c26e Final docs push 2021-11-24 18:12:27 -08:00
Andrew Brookins
321b356140 Switch to using Protocols with typing_extensions 2021-11-24 13:53:54 -08:00
dependabot[bot]
6c4e943634
Bump bandit from 1.7.0 to 1.7.1
Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](https://github.com/PyCQA/bandit/compare/1.7.0...1.7.1)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-24 21:41:46 +00:00
Andrew Brookins
1e40eb1649 Fix Python 3.7 compatibility 2021-11-24 13:38:35 -08:00
Andrew Brookins
73bd2e1423 Wording changes for connections docs 2021-11-24 13:18:53 -08:00
Andrew Brookins
0d74f4ee5a Add connection docs 2021-11-24 07:42:06 -08:00
Andrew Brookins
6dbeb5e9ec Add documentation index page 2021-11-24 07:18:03 -08:00
Andrew Brookins
436c6500af Fix badges 2021-11-23 11:57:47 -08:00
Andrew Brookins
b5bf393f0c Fix minimum python version in getting started guide 2021-11-22 14:24:18 -08:00
Andrew Brookins
31323214a9 Remove links to MD files that do not exist yet 2021-11-22 12:46:31 -08:00
Andrew Brookins
5dee757041 Add linted change 2021-11-19 08:13:50 -08:00
Andrew Brookins
a0f10cc056 Remove unused Protocol import 2021-11-19 08:10:38 -08:00
Andrew Brookins
50daaf797a
Merge pull request #17 from redis/dependabot/pip/types-redis-3.5.16
Bump types-redis from 3.5.15 to 3.5.16
2021-11-18 17:35:59 -08:00
Andrew Brookins
5af10ce937
Merge pull request #21 from redis/dependabot/pip/redis-4.0.1
Bump redis from 3.5.3 to 4.0.1
2021-11-18 17:35:32 -08:00
Andrew Brookins
715f699c66
Merge branch 'main' into dependabot/pip/redis-4.0.1 2021-11-18 17:35:19 -08:00
Andrew Brookins
7901e4eec1
Merge pull request #22 from redis/dependabot/pip/black-21.11b1
Bump black from 21.10b0 to 21.11b1
2021-11-18 17:32:26 -08:00
Andrew Brookins
17e0640efd
Merge pull request #23 from simonprickett/patch-1
Fixed issue and bug reporting links
2021-11-18 17:32:15 -08:00
Andrew Brookins
f178f43fdc
Merge pull request #24 from simonprickett/patch-2
Formatting fix for creating a customer and minor typo fix.
2021-11-18 17:31:47 -08:00
Simon Prickett
c1e10b5629
Formatting fix for creating a customer and minor typo fix. 2021-11-18 21:41:22 +00:00
Simon Prickett
7a46970190
Fixed issue and bug reporting links
Issue and bug reporting links were 404.
2021-11-18 21:28:46 +00:00
dependabot[bot]
998035e756
Bump black from 21.10b0 to 21.11b1
Bumps [black](https://github.com/psf/black) from 21.10b0 to 21.11b1.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-18 16:43:15 +00:00
dependabot[bot]
f2783addc3
Bump redis from 3.5.3 to 4.0.1
Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 4.0.1.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/3.5.3...v4.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-18 03:20:28 +00:00
dependabot[bot]
d8ce56b5fd
Bump types-redis from 3.5.15 to 3.5.16
Bumps [types-redis](https://github.com/python/typeshed) from 3.5.15 to 3.5.16.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-redis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-15 03:19:17 +00:00
Andrew Brookins
678bc43d3f Remove the empty docs index 2021-11-12 17:40:31 -08:00
Andrew Brookins
4a4d0b432d Remove stub documentation in favor of GH Issues 2021-11-12 17:38:26 -08:00
Andrew Brookins
cab1fc308a Merge branch 'main' of github.com:redis-developer/redis-om-python 2021-11-12 14:13:31 -08:00
Andrew Brookins
b9ae7b00de Update twine 2021-11-12 14:13:29 -08:00
Andrew Brookins
2b55ab8143
Merge pull request #4 from redis-developer/dependabot/github_actions/actions/checkout-2.4.0
Bump actions/checkout from 2.3.5 to 2.4.0
2021-11-12 14:12:57 -08:00
Andrew Brookins
777ab80635
Merge pull request #9 from redis-developer/dependabot/pip/coverage-6.1.2
Bump coverage from 6.1.1 to 6.1.2
2021-11-12 14:12:30 -08:00