File tree Expand file tree Collapse file tree
dev_tools/language_server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717
18- VERSION = (0 , 0 , 8 )
18+ VERSION = (0 , 0 , 9 )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121
2222[project ]
2323name = " apache-hamilton-contrib"
24- version = " 0.0.8 "
24+ version = " 0.0.9 "
2525description = " Apache Hamilton's user contributed shared dataflow library."
2626readme = " README.md"
2727requires-python = " >=3.10, <4"
Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717
18- __version__ = "0.1 .0"
18+ __version__ = "0.2 .0"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121
2222[project ]
2323name = " apache-hamilton-lsp"
24- version = " 0.1 .0"
24+ version = " 0.2 .0"
2525description = " Apache Hamilton Language Server powering IDE features."
2626readme = " README.md"
2727requires-python = " >=3.10, <4"
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ experiments = [
6666 " fastui" ,
6767 " uvicorn" ,
6868]
69- lsp = [" sf -hamilton-lsp" ] # TODO: switch to apache-hamilton-lsp once stable version is published
69+ lsp = [" apache -hamilton-lsp" ]
7070openlineage = [" openlineage-python" ]
7171pandera = [" pandera" ]
7272pydantic = [" pydantic>=2.0" ]
@@ -76,12 +76,12 @@ pyspark = [
7676]
7777ray = [" ray>=2.0.0; python_version < '3.14'" , " pyarrow" ]
7878rich = [" rich" ]
79- sdk = [" sf -hamilton-sdk" ] # TODO: switch to apache-hamilton-sdk once stable version is published
79+ sdk = [" apache -hamilton-sdk" ]
8080slack = [" slack-sdk" ]
8181
8282mcp = [" fastmcp>=3.0.0,<4" ]
8383tqdm = [" tqdm" ]
84- ui = [" sf -hamilton-ui" ] # TODO: switch to apache-hamilton-ui once stable version is published
84+ ui = [" apache -hamilton-ui" ]
8585
8686# vaex -- on >=py3.11 only core part available https://github.com/vaexio/vaex/pull/2331#issuecomment-2437198176
8787vaex = [
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121
2222[project ]
2323name = " apache-hamilton-ui"
24- version = " 0.0.17 "
24+ version = " 0.0.18 "
2525description = " Apache Hamilton UI tracking server for dataflow visualization and monitoring."
2626requires-python = " >=3.10.1, <4"
2727license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ build-backend = "flit_core.buildapi"
2121
2222[project ]
2323name = " apache-hamilton-sdk"
24- version = " 0.8 .0"
24+ version = " 0.9 .0"
2525description = " Apache Hamilton SDK for reading and writing to the Apache Hamilton backend APIs that support the UI."
2626readme = " README.md"
2727requires-python = " >=3.10, <4"
Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717
18- __version__ = (0 , 8 , 0 )
18+ __version__ = (0 , 9 , 0 )
You can’t perform that action at this time.
0 commit comments