Skip to content

Commit fcbecd5

Browse files
update lock and add missing request dep
1 parent c49de38 commit fcbecd5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "oshconnect"
3-
version = "0.3.0a3.post2"
3+
version = "0.3.0a3.post3"
44
description = "Library for interfacing with OSH, helping guide visualization efforts, and providing a place to store configurations."
55
readme = "README.md"
66
authors = [
@@ -12,6 +12,7 @@ dependencies = [
1212
"pydantic>=2.7.4,<3.0.0",
1313
"shapely>=2.0.4,<3.0.0",
1414
"websockets>=12.0,<16.0",
15+
"requests"
1516
]
1617

1718
[dependency-groups]

uv.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)