fix thread error

This commit is contained in:
2025-11-09 04:18:23 -05:00
parent be172fa8b7
commit 84564237d1
3 changed files with 11 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
description = "DSPy module for OpenAI Codex SDK - signature-driven agentic workflows"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["dspy>=3.0.3", "modaic>=0.4.0"]
dependencies = ["dspy>=3.0.3", "modaic>=0.4.0", "python-dotenv>=1.1.1"]
authors = [
{ name = "Darin Kishore" }
]