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 @@ -67,7 +67,7 @@ experiments = [
6767 " fastui" ,
6868 " uvicorn" ,
6969]
70- lsp = [" sf -hamilton-lsp" ] # TODO: switch to apache-hamilton-lsp once stable version is published
70+ lsp = [" apache -hamilton-lsp" ]
7171openlineage = [" openlineage-python" ]
7272pandera = [" pandera" ]
7373pydantic = [" pydantic>=2.0" ]
@@ -77,12 +77,12 @@ pyspark = [
7777]
7878ray = [" ray>=2.0.0; python_version < '3.14'" , " pyarrow" ]
7979rich = [" rich" ]
80- sdk = [" sf -hamilton-sdk" ] # TODO: switch to apache-hamilton-sdk once stable version is published
80+ sdk = [" apache -hamilton-sdk" ]
8181slack = [" slack-sdk" ]
8282
8383mcp = [" fastmcp>=3.0.0,<4" ]
8484tqdm = [" tqdm" ]
85- ui = [" sf -hamilton-ui" ] # TODO: switch to apache-hamilton-ui once stable version is published
85+ ui = [" apache -hamilton-ui" ]
8686
8787# vaex -- on >=py3.11 only core part available https://github.com/vaexio/vaex/pull/2331#issuecomment-2437198176
8888vaex = [
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