ragbits 1.4.0.dev202512100237__tar.gz → 1.4.0.dev202512110238__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.
@@ -113,3 +113,4 @@ lazygit.tar.gz
113
113
 
114
114
  # chat conversation logs
115
115
  duet_conversation.log
116
+ worktrees/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ragbits
3
- Version: 1.4.0.dev202512100237
3
+ Version: 1.4.0.dev202512110238
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.dev202512100237
26
- Requires-Dist: ragbits-cli==1.4.0.dev202512100237
27
- Requires-Dist: ragbits-core==1.4.0.dev202512100237
28
- Requires-Dist: ragbits-document-search==1.4.0.dev202512100237
29
- Requires-Dist: ragbits-evaluate==1.4.0.dev202512100237
30
- Requires-Dist: ragbits-guardrails==1.4.0.dev202512100237
25
+ Requires-Dist: ragbits-chat==1.4.0.dev202512110238
26
+ Requires-Dist: ragbits-cli==1.4.0.dev202512110238
27
+ Requires-Dist: ragbits-core==1.4.0.dev202512110238
28
+ Requires-Dist: ragbits-document-search==1.4.0.dev202512110238
29
+ Requires-Dist: ragbits-evaluate==1.4.0.dev202512110238
30
+ Requires-Dist: ragbits-guardrails==1.4.0.dev202512110238
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.dev202512100237"
3
+ version = "1.4.0.dev202512110238"
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.dev202512100237", "ragbits-cli==1.4.0.dev202512100237", "ragbits-evaluate==1.4.0.dev202512100237", "ragbits-guardrails==1.4.0.dev202512100237", "ragbits-chat==1.4.0.dev202512100237", "ragbits-core==1.4.0.dev202512100237"]
34
+ dependencies = ["ragbits-document-search==1.4.0.dev202512110238", "ragbits-cli==1.4.0.dev202512110238", "ragbits-evaluate==1.4.0.dev202512110238", "ragbits-guardrails==1.4.0.dev202512110238", "ragbits-chat==1.4.0.dev202512110238", "ragbits-core==1.4.0.dev202512110238"]
35
35
 
36
36
  [project.urls]
37
37
  "Homepage" = "https://github.com/deepsense-ai/ragbits"