beaver-db 0.16.4__tar.gz → 0.16.5__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.

Potentially problematic release.


This version of beaver-db might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: beaver-db
3
- Version: 0.16.4
3
+ Version: 0.16.5
4
4
  Summary: Fast, embedded, and multi-modal DB based on SQLite for AI-powered applications.
5
5
  Classifier: Programming Language :: Python :: 3.13
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -10,6 +10,8 @@ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
10
10
  Requires-Python: >=3.13
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
+ Provides-Extra: faiss
14
+ Requires-Dist: faiss-cpu>=1.12.0; extra == "faiss"
13
15
  Dynamic: license-file
14
16
 
15
17
  # beaver 🦫
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: beaver-db
3
- Version: 0.16.4
3
+ Version: 0.16.5
4
4
  Summary: Fast, embedded, and multi-modal DB based on SQLite for AI-powered applications.
5
5
  Classifier: Programming Language :: Python :: 3.13
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -10,6 +10,8 @@ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
10
10
  Requires-Python: >=3.13
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
+ Provides-Extra: faiss
14
+ Requires-Dist: faiss-cpu>=1.12.0; extra == "faiss"
13
15
  Dynamic: license-file
14
16
 
15
17
  # beaver 🦫
@@ -15,4 +15,5 @@ beaver/vectors.py
15
15
  beaver_db.egg-info/PKG-INFO
16
16
  beaver_db.egg-info/SOURCES.txt
17
17
  beaver_db.egg-info/dependency_links.txt
18
+ beaver_db.egg-info/requires.txt
18
19
  beaver_db.egg-info/top_level.txt
@@ -0,0 +1,3 @@
1
+
2
+ [faiss]
3
+ faiss-cpu>=1.12.0
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "beaver-db"
3
- version = "0.16.4"
3
+ version = "0.16.5"
4
4
  description = "Fast, embedded, and multi-modal DB based on SQLite for AI-powered applications."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.13"
@@ -15,8 +15,10 @@ classifiers = [
15
15
  [tool.hatch.build.targets.wheel]
16
16
  packages = ["beaver"]
17
17
 
18
- [dependency-groups]
18
+ [project.optional-dependencies]
19
19
  faiss = ["faiss-cpu>=1.12.0"]
20
+
21
+ [dependency-groups]
20
22
  dev = [
21
23
  "textual>=6.1.0",
22
24
  ]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes