cmem-plugin-pgvector 0.10.0__tar.gz → 0.10.1__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.4
2
2
  Name: cmem-plugin-pgvector
3
- Version: 0.10.0
3
+ Version: 0.10.1
4
4
  Summary: Store and search for embedding vectors in a Postgres vector store.
5
5
  License: Apache-2.0
6
6
  License-File: LICENSE
@@ -14,7 +14,7 @@ Classifier: License :: OSI Approved :: Apache Software License
14
14
  Classifier: Programming Language :: Python :: 3
15
15
  Classifier: Programming Language :: Python :: 3.13
16
16
  Classifier: Programming Language :: Python :: 3.14
17
- Requires-Dist: cmem-plugin-base (>=4.15.0,<5.0.0)
17
+ Requires-Dist: cmem-plugin-base (>=4.16.1,<5.0.0)
18
18
  Requires-Dist: langchain-core (>=1.2.22,<2.0.0)
19
19
  Requires-Dist: langchain-postgres (>=0.0.17,<0.0.18)
20
20
  Requires-Dist: psycopg[binary] (>=3.2.9,<4.0.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "cmem-plugin-pgvector"
3
- version = "0.10.0"
3
+ version = "0.10.1"
4
4
  license = "Apache-2.0"
5
5
  description = "Store and search for embedding vectors in a Postgres vector store."
6
6
  authors = ["eccenca GmbH <cmempy-developer@eccenca.com>"]
@@ -13,6 +13,11 @@ keywords = [
13
13
  ]
14
14
 
15
15
 
16
+ [tool.poetry.requires-plugins]
17
+ poetry-plugin-export = "^1.10.0"
18
+ poetry-plugin-shell = "^1.0.1"
19
+ poetry-dynamic-versioning = "^1.10.0"
20
+
16
21
  [tool.poetry.dependencies]# if you need to change python version here, change it also in .python-version
17
22
  python = "^3.13"
18
23
  langchain-postgres = "^0.0.17"
@@ -20,24 +25,24 @@ psycopg = {extras = ["binary"], version = "^3.2.9"}
20
25
  langchain-core = "^1.2.22"
21
26
 
22
27
  [tool.poetry.dependencies.cmem-plugin-base]
23
- version = "^4.15.0"
28
+ version = "^4.16.1"
24
29
  allow-prereleases = false
25
30
 
26
31
  [tool.poetry.group.dev.dependencies.cmem-cmemc]
27
32
  version = ">=24.2.0"
28
33
 
29
34
  [tool.poetry.group.dev.dependencies]
30
- deptry = "^0.24.0"
35
+ deptry = "^0.25.1"
31
36
  genbadge = {extras = ["coverage"], version = "^1.1.3"}
32
- mypy = "^1.19.1"
37
+ mypy = "^2.1.0"
33
38
  pip = "^26"
34
- pytest = "^9.0.2"
35
- pytest-cov = "^7.0.0"
39
+ pytest = "^9.1.0"
40
+ pytest-cov = "^7.1.0"
36
41
  pytest-dotenv = "^0.5.2"
37
42
  pytest-html = "^4.2.0"
38
43
  pytest-memray = { version = "^1.8.0", markers = "platform_system != 'Windows'" }
39
- ruff = "^0.15.0"
40
- trivy-py-ecc = "^0.69"
44
+ ruff = "^0.15.17"
45
+ trivy-py-ecc = "^0.71.2.1"
41
46
  aiohttp = "^3.10.11"
42
47
  testcontainers = "^4.12.0"
43
48
 
@@ -72,7 +77,7 @@ exclude_also = [
72
77
 
73
78
  [tool.ruff]
74
79
  line-length = 100
75
- target-version = "py311"
80
+ target-version = "py313"
76
81
 
77
82
  [tool.ruff.format]
78
83
  line-ending = "lf" # Use `\n` line endings for all files