File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def test_increment_patch(self):
6161 def test_increment_minor (self ):
6262 """Test incrementing minor version."""
6363 assert increment_version ("1.2.3" , "minor" ) == "1.3.0"
64- assert increment_version ("0.5.38 " , "minor" ) == "0.6.0"
64+ assert increment_version ("0.5.39 " , "minor" ) == "0.6.0"
6565
6666 def test_increment_major (self ):
6767 """Test incrementing major version."""
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ def test_import():
55 """Test that the package can be imported."""
66 import hud
77
8- assert hud .__version__ == "0.5.38 "
8+ assert hud .__version__ == "0.5.39 "
Original file line number Diff line number Diff line change 44
55from __future__ import annotations
66
7- __version__ = "0.5.38 "
7+ __version__ = "0.5.39 "
Original file line number Diff line number Diff line change 11[project ]
22name = " hud-python"
3- version = " 0.5.38 "
3+ version = " 0.5.39 "
44description = " SDK for the HUD platform."
55readme = " README.md"
66requires-python = " >=3.11, <3.13"
@@ -18,7 +18,7 @@ dependencies = [
1818 " mcp>=1.24.0,<2.0" ,
1919 " fastmcp==3.0.2" ,
2020 # A2A protocol
21- " a2a-sdk>= 0.3.24 " ,
21+ " a2a-sdk== 0.3.26 " ,
2222 # For all inference agents
2323 " openai>=2.26.0" ,
2424 # CLI dependencies
You can’t perform that action at this time.
0 commit comments