We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7670f30 commit c293de6Copy full SHA for c293de6
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "oshconnect"
3
-version = "0.2.1"
+version = "0.2.2"
4
description = "Library for interfacing with OSH, helping guide visualization efforts, and providing a place to store configurations."
5
authors = ["Ian Patterson <ian@botts-inc.com@gmail.com>"]
6
readme = "README.md"
@@ -10,7 +10,7 @@ python = "^3.12"
10
pydantic = "^2.7.4"
11
shapely = "^2.0.4"
12
websockets = "^12.0"
13
-consys4py = "^0.0.1a1"
+consys4py = "^0.0.1a8"
14
swecommondm = "^0.0.1a0"
15
16
[tool.poetry.group.dev.dependencies]
0 commit comments