ragbits-guardrails 1.4.0.dev202512090236__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-guardrails
3
- Version: 1.4.0.dev202512090236
3
+ Version: 1.4.0.dev202512110238
4
4
  Summary: Guardrails module for Ragbits components
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,7 +22,7 @@ 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-core==1.4.0.dev202512090236
25
+ Requires-Dist: ragbits-core==1.4.0.dev202512110238
26
26
  Provides-Extra: openai
27
27
  Requires-Dist: openai<2.0.0,>=1.91.0; extra == 'openai'
28
28
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ragbits-guardrails"
3
- version = "1.4.0.dev202512090236"
3
+ version = "1.4.0.dev202512110238"
4
4
  description = "Guardrails module for Ragbits components"
5
5
  readme = "README.md"
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-core==1.4.0.dev202512090236"]
34
+ dependencies = ["ragbits-core==1.4.0.dev202512110238"]
35
35
 
36
36
  [project.urls]
37
37
  "Homepage" = "https://github.com/deepsense-ai/ragbits"