ragbits 1.4.0.dev202512160238__tar.gz → 1.4.0.dev202601010248__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: ragbits
3
- Version: 1.4.0.dev202512160238
3
+ Version: 1.4.0.dev202601010248
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.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
25
+ Requires-Dist: ragbits-chat==1.4.0.dev202601010248
26
+ Requires-Dist: ragbits-cli==1.4.0.dev202601010248
27
+ Requires-Dist: ragbits-core==1.4.0.dev202601010248
28
+ Requires-Dist: ragbits-document-search==1.4.0.dev202601010248
29
+ Requires-Dist: ragbits-evaluate==1.4.0.dev202601010248
30
+ Requires-Dist: ragbits-guardrails==1.4.0.dev202601010248
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.dev202512160238"
3
+ version = "1.4.0.dev202601010248"
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.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"]
34
+ dependencies = ["ragbits-document-search==1.4.0.dev202601010248", "ragbits-cli==1.4.0.dev202601010248", "ragbits-evaluate==1.4.0.dev202601010248", "ragbits-guardrails==1.4.0.dev202601010248", "ragbits-chat==1.4.0.dev202601010248", "ragbits-core==1.4.0.dev202601010248"]
35
35
 
36
36
  [project.urls]
37
37
  "Homepage" = "https://github.com/deepsense-ai/ragbits"