cmem-plugin-pgvector 0.9.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,14 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cmem-plugin-pgvector
3
- Version: 0.9.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
7
7
  Keywords: eccenca Corporate Memory,plugin
8
8
  Author: eccenca GmbH
9
9
  Author-email: cmempy-developer@eccenca.com
10
- Maintainer: Edgard Marx
11
- Maintainer-email: edgard.marx@eccenca.com
12
10
  Requires-Python: >=3.13,<4.0
13
11
  Classifier: Development Status :: 4 - Beta
14
12
  Classifier: Environment :: Plugins
@@ -16,9 +14,9 @@ Classifier: License :: OSI Approved :: Apache Software License
16
14
  Classifier: Programming Language :: Python :: 3
17
15
  Classifier: Programming Language :: Python :: 3.13
18
16
  Classifier: Programming Language :: Python :: 3.14
19
- Requires-Dist: cmem-plugin-base (>=4.15.0,<5.0.0)
20
- Requires-Dist: langchain-core (>=0.3.71,<0.4.0)
21
- Requires-Dist: langchain-postgres (>=0.0.15,<0.0.16)
17
+ Requires-Dist: cmem-plugin-base (>=4.16.1,<5.0.0)
18
+ Requires-Dist: langchain-core (>=1.2.22,<2.0.0)
19
+ Requires-Dist: langchain-postgres (>=0.0.17,<0.0.18)
22
20
  Requires-Dist: psycopg[binary] (>=3.2.9,<4.0.0)
23
21
  Description-Content-Type: text/markdown
24
22
 
@@ -1,10 +1,9 @@
1
1
  [tool.poetry]
2
2
  name = "cmem-plugin-pgvector"
3
- version = "0.9.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>"]
7
- maintainers = ["Edgard Marx <edgard.marx@eccenca.com>"]
8
7
  classifiers = [
9
8
  "Development Status :: 4 - Beta","Environment :: Plugins",
10
9
  ]
@@ -14,31 +13,36 @@ keywords = [
14
13
  ]
15
14
 
16
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
+
17
21
  [tool.poetry.dependencies]# if you need to change python version here, change it also in .python-version
18
22
  python = "^3.13"
19
- langchain-postgres = "^0.0.15"
23
+ langchain-postgres = "^0.0.17"
20
24
  psycopg = {extras = ["binary"], version = "^3.2.9"}
21
- langchain-core = "^0.3.71"
25
+ langchain-core = "^1.2.22"
22
26
 
23
27
  [tool.poetry.dependencies.cmem-plugin-base]
24
- version = "^4.15.0"
28
+ version = "^4.16.1"
25
29
  allow-prereleases = false
26
30
 
27
31
  [tool.poetry.group.dev.dependencies.cmem-cmemc]
28
32
  version = ">=24.2.0"
29
33
 
30
34
  [tool.poetry.group.dev.dependencies]
31
- deptry = "^0.23.1"
32
- genbadge = {extras = ["coverage"], version = "^1.1.2"}
33
- mypy = "^1.18.2"
34
- pip = "^25.2"
35
- pytest = "^8.4.2"
36
- pytest-cov = "^7.0.0"
35
+ deptry = "^0.25.1"
36
+ genbadge = {extras = ["coverage"], version = "^1.1.3"}
37
+ mypy = "^2.1.0"
38
+ pip = "^26"
39
+ pytest = "^9.1.0"
40
+ pytest-cov = "^7.1.0"
37
41
  pytest-dotenv = "^0.5.2"
38
- pytest-html = "^4.1.1"
42
+ pytest-html = "^4.2.0"
39
43
  pytest-memray = { version = "^1.8.0", markers = "platform_system != 'Windows'" }
40
- ruff = "^0.13.3"
41
- safety = "^1.10.3"
44
+ ruff = "^0.15.17"
45
+ trivy-py-ecc = "^0.71.2.1"
42
46
  aiohttp = "^3.10.11"
43
47
  testcontainers = "^4.12.0"
44
48
 
@@ -73,7 +77,7 @@ exclude_also = [
73
77
 
74
78
  [tool.ruff]
75
79
  line-length = 100
76
- target-version = "py311"
80
+ target-version = "py313"
77
81
 
78
82
  [tool.ruff.format]
79
83
  line-ending = "lf" # Use `\n` line endings for all files