Python: follow on work on OpenAI (#169)

* updated openai, fcc works, with sample

* reduced files in openai
This commit is contained in:
Eduard van Valkenburg
2025-07-12 07:15:51 +02:00
committed by GitHub
Unverified
parent 80c1e2ee0a
commit 407ed6de70
32 changed files with 693 additions and 668 deletions
+7 -4
View File
@@ -23,12 +23,16 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"agent-framework-azure",
"agent-framework-openai",
"openai>=1.94.0",
"pydantic>=2.11.7",
"typing-extensions>=4.14.0",
]
[project.optional-dependencies]
azure = [
"agent-framework-azure"
]
[tool.uv]
prerelease = "if-necessary-or-explicit"
dev-dependencies = [
@@ -115,8 +119,7 @@ include = "../../shared_tasks.toml"
[tool.uv.build-backend]
module-name = "agent_framework"
module-root = ""
namespace = true
[build-system]
requires = ["uv_build>=0.7.19,<0.8.0"]
build-backend = "uv_build"
build-backend = "uv_build"