Skip to content

Commit cf5496a

Browse files
Update agent-framework-azure-ai version to 1.0.0b251114 (#62)
* Update agent-framework-azure-ai version to 1.0.0b251114 * Update agent-framework-azure-ai version requirement * Update agent-framework-azure-ai dependency version * Update azure-ai-projects dependency version
1 parent f739e2c commit cf5496a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

libraries/microsoft-agents-a365-observability-extensions-agentframework/microsoft_agents_a365/observability/extensions/agentframework/trace_instrumentor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# -----------------------------
1717
# 3) The Instrumentor class
1818
# -----------------------------
19-
_instruments = ("agent-framework-azure-ai >= 0.1.0",)
19+
_instruments = ("agent-framework-azure-ai >= 1.0.0b251114",)
2020

2121

2222
class AgentFrameworkInstrumentor(BaseInstrumentor):

libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ license = {text = "MIT"}
2525
dependencies = [
2626
"microsoft-agents-a365-tooling >= 0.0.0",
2727
"microsoft-agents-hosting-core >= 0.4.0, < 0.6.0",
28-
"agent-framework-azure-ai >= 0.1.0",
28+
"agent-framework-azure-ai >= 1.0.0b251114",
2929
"azure-identity >= 1.12.0",
3030
"typing-extensions >= 4.0.0",
3131
]
@@ -69,4 +69,4 @@ target-version = "py311"
6969

7070
[tool.mypy]
7171
python_version = "3.11"
72-
strict = true
72+
strict = true

libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
license = {text = "MIT"}
2525
dependencies = [
2626
"microsoft-agents-a365-tooling >= 0.0.0",
27-
"azure-ai-projects >= 1.0.0",
27+
"azure-ai-projects >= 2.0.0b1",
2828
"azure-ai-agents >= 1.0.0b251001",
2929
"azure-identity >= 1.12.0",
3030
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dev-dependencies = [
3838
"ruff>=0.1.0",
3939
"python-dotenv>=1.0.0",
4040
"openai>=1.0.0",
41-
"agent-framework-azure-ai >= 0.1.0",
41+
"agent-framework-azure-ai >= 1.0.0b251114",
4242
"azure-identity>=1.12.0",
4343
"openai-agents >= 0.2.6",
4444
]

0 commit comments

Comments
 (0)