Updated Ollama package version (#2920)

This commit is contained in:
Dmytro Struk
2025-12-16 16:42:27 -08:00
committed by GitHub
Unverified
parent 06cdcb93f0
commit ec1c5e9c11
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ description = "Ollama integration for Microsoft Agent Framework."
authors = [{ name = "Microsoft", email = "af-support@microsoft.com"}]
readme = "README.md"
requires-python = ">=3.10"
version = "0.1.0b1"
version = "1.0.0b251216"
license-files = ["LICENSE"]
urls.homepage = "https://learn.microsoft.com/en-us/agent-framework/"
urls.source = "https://github.com/microsoft/agent-framework/tree/main/python"
+1 -1
View File
@@ -535,7 +535,7 @@ requires-dist = [
[[package]]
name = "agent-framework-ollama"
version = "0.1.0b1"
version = "1.0.0b251216"
source = { editable = "packages/ollama" }
dependencies = [
{ name = "agent-framework-core", marker = "sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'win32'" },