Skip to content

Commit

Permalink
fix: Downgrade semantic kernel (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdougal authored Sep 12, 2024
1 parent 06cdac0 commit 53b899c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 17 deletions.
55 changes: 39 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ opentelemetry-instrumentation-httpx = "^0.48b0"
pillow = "10.4.0"
azure-mgmt-cognitiveservices = "^13.5.0"
jsonschema = "^4.23.0"
semantic-kernel = {version = "1.8.0", python = "<3.13"}
semantic-kernel = {version = "1.3.0", python = "<3.13"}
azure-ai-ml = "^1.19.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 53b899c

Please sign in to comment.