swarmauri_vectorstore_redis 0.7.2.dev3__tar.gz → 0.7.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: swarmauri_vectorstore_redis
3
- Version: 0.7.2.dev3
3
+ Version: 0.7.3
4
4
  Summary: Swarmauri Redis Vector Store
5
5
  License: Apache-2.0
6
6
  Author: Jacob Stewart
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "swarmauri_vectorstore_redis"
3
- version = "0.7.2.dev3"
3
+ version = "0.7.3"
4
4
  description = "Swarmauri Redis Vector Store"
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
@@ -39,6 +39,7 @@ markers = [
39
39
  "xpass: Expected passes",
40
40
  "xfail: Expected failures",
41
41
  "acceptance: Acceptance tests",
42
+ "perf: Performance tests that measure execution time and resource usage",
42
43
  ]
43
44
  timeout = 300
44
45
  log_cli = true
@@ -69,4 +70,5 @@ dev = [
69
70
  "flake8>=7.0",
70
71
  "pytest-timeout>=2.3.1",
71
72
  "ruff>=0.9.9",
73
+ "pytest-benchmark>=4.0.0",
72
74
  ]