ragbits 1.4.0.dev202512151244__tar.gz → 1.4.0.dev202512160238__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.
- {ragbits-1.4.0.dev202512151244 → ragbits-1.4.0.dev202512160238}/PKG-INFO +7 -7
- {ragbits-1.4.0.dev202512151244 → ragbits-1.4.0.dev202512160238}/pyproject.toml +2 -2
- {ragbits-1.4.0.dev202512151244 → ragbits-1.4.0.dev202512160238}/.gitignore +0 -0
- {ragbits-1.4.0.dev202512151244 → ragbits-1.4.0.dev202512160238}/CHANGELOG.md +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ragbits
|
|
3
|
-
Version: 1.4.0.
|
|
3
|
+
Version: 1.4.0.dev202512160238
|
|
4
4
|
Summary: Building blocks for rapid development of GenAI applications
|
|
5
5
|
Project-URL: Homepage, https://github.com/deepsense-ai/ragbits
|
|
6
6
|
Project-URL: Bug Reports, https://github.com/deepsense-ai/ragbits/issues
|
|
@@ -22,12 +22,12 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
22
22
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
23
23
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
24
24
|
Requires-Python: >=3.10
|
|
25
|
-
Requires-Dist: ragbits-chat==1.4.0.
|
|
26
|
-
Requires-Dist: ragbits-cli==1.4.0.
|
|
27
|
-
Requires-Dist: ragbits-core==1.4.0.
|
|
28
|
-
Requires-Dist: ragbits-document-search==1.4.0.
|
|
29
|
-
Requires-Dist: ragbits-evaluate==1.4.0.
|
|
30
|
-
Requires-Dist: ragbits-guardrails==1.4.0.
|
|
25
|
+
Requires-Dist: ragbits-chat==1.4.0.dev202512160238
|
|
26
|
+
Requires-Dist: ragbits-cli==1.4.0.dev202512160238
|
|
27
|
+
Requires-Dist: ragbits-core==1.4.0.dev202512160238
|
|
28
|
+
Requires-Dist: ragbits-document-search==1.4.0.dev202512160238
|
|
29
|
+
Requires-Dist: ragbits-evaluate==1.4.0.dev202512160238
|
|
30
|
+
Requires-Dist: ragbits-guardrails==1.4.0.dev202512160238
|
|
31
31
|
Provides-Extra: a2a
|
|
32
32
|
Requires-Dist: a2a-sdk<1.0.0,>=0.2.9; extra == 'a2a'
|
|
33
33
|
Requires-Dist: fastapi<1.0.0,>=0.115.0; extra == 'a2a'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "ragbits"
|
|
3
|
-
version = "1.4.0.
|
|
3
|
+
version = "1.4.0.dev202512160238"
|
|
4
4
|
description = "Building blocks for rapid development of GenAI applications"
|
|
5
5
|
dynamic = ["readme"]
|
|
6
6
|
requires-python = ">=3.10"
|
|
@@ -31,7 +31,7 @@ classifiers = [
|
|
|
31
31
|
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
|
32
32
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
33
33
|
]
|
|
34
|
-
dependencies = ["ragbits-document-search==1.4.0.
|
|
34
|
+
dependencies = ["ragbits-document-search==1.4.0.dev202512160238", "ragbits-cli==1.4.0.dev202512160238", "ragbits-evaluate==1.4.0.dev202512160238", "ragbits-guardrails==1.4.0.dev202512160238", "ragbits-chat==1.4.0.dev202512160238", "ragbits-core==1.4.0.dev202512160238"]
|
|
35
35
|
|
|
36
36
|
[project.urls]
|
|
37
37
|
"Homepage" = "https://github.com/deepsense-ai/ragbits"
|
|
File without changes
|
|
File without changes
|