cmem-plugin-pgvector 0.8.0__tar.gz → 0.9.0__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.8.0
3
+ Version: 0.9.0
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
@@ -9,16 +9,14 @@ Author: eccenca GmbH
9
9
  Author-email: cmempy-developer@eccenca.com
10
10
  Maintainer: Edgard Marx
11
11
  Maintainer-email: edgard.marx@eccenca.com
12
- Requires-Python: >=3.11,<4.0
12
+ Requires-Python: >=3.13,<4.0
13
13
  Classifier: Development Status :: 4 - Beta
14
14
  Classifier: Environment :: Plugins
15
15
  Classifier: License :: OSI Approved :: Apache Software License
16
16
  Classifier: Programming Language :: Python :: 3
17
- Classifier: Programming Language :: Python :: 3.11
18
- Classifier: Programming Language :: Python :: 3.12
19
17
  Classifier: Programming Language :: Python :: 3.13
20
18
  Classifier: Programming Language :: Python :: 3.14
21
- Requires-Dist: cmem-plugin-base (>=4.12.1,<5.0.0)
19
+ Requires-Dist: cmem-plugin-base (>=4.15.0,<5.0.0)
22
20
  Requires-Dist: langchain-core (>=0.3.71,<0.4.0)
23
21
  Requires-Dist: langchain-postgres (>=0.0.15,<0.0.16)
24
22
  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.8.0"
3
+ version = "0.9.0"
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>"]
@@ -15,29 +15,29 @@ keywords = [
15
15
 
16
16
 
17
17
  [tool.poetry.dependencies]# if you need to change python version here, change it also in .python-version
18
- python = "^3.11"
18
+ python = "^3.13"
19
19
  langchain-postgres = "^0.0.15"
20
20
  psycopg = {extras = ["binary"], version = "^3.2.9"}
21
21
  langchain-core = "^0.3.71"
22
22
 
23
23
  [tool.poetry.dependencies.cmem-plugin-base]
24
- version = "^4.12.1"
24
+ version = "^4.15.0"
25
25
  allow-prereleases = false
26
26
 
27
27
  [tool.poetry.group.dev.dependencies.cmem-cmemc]
28
28
  version = ">=24.2.0"
29
29
 
30
30
  [tool.poetry.group.dev.dependencies]
31
- deptry = "^0.23.0"
31
+ deptry = "^0.23.1"
32
32
  genbadge = {extras = ["coverage"], version = "^1.1.2"}
33
- mypy = "^1.16.1"
34
- pip = "^25.1.1"
35
- pytest = "^8.4.1"
36
- pytest-cov = "^6.2.1"
33
+ mypy = "^1.18.2"
34
+ pip = "^25.2"
35
+ pytest = "^8.4.2"
36
+ pytest-cov = "^7.0.0"
37
37
  pytest-dotenv = "^0.5.2"
38
38
  pytest-html = "^4.1.1"
39
- pytest-memray = { version = "^1.7.0", markers = "platform_system != 'Windows'" }
40
- ruff = "^0.12.0"
39
+ pytest-memray = { version = "^1.8.0", markers = "platform_system != 'Windows'" }
40
+ ruff = "^0.13.3"
41
41
  safety = "^1.10.3"
42
42
  aiohttp = "^3.10.11"
43
43
  testcontainers = "^4.12.0"