Skip to content

Commit 3cffb62

Browse files
committed
Update pyproject.toml and uv.lock to enhance dependency management
- Added new dependencies `exospherehost` and `state-manager` to the `pyproject.toml` for improved integration testing. - Configured dependency groups and specified paths for local development. - Updated `uv.lock` to include new package versions and their metadata, ensuring consistent environments and access to the latest features.
1 parent a7d6ebd commit 3cffb62

2 files changed

Lines changed: 824 additions & 13 deletions

File tree

integration-tests/pyproject.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ requires-python = ">=3.12"
77
dependencies = [
88
"pymongo>=4.14.1",
99
"python-dotenv>=1.1.1",
10-
]
11-
12-
[dependency-groups]
13-
dev = [
1410
"pytest>=8.4.1",
1511
"pytest-asyncio>=1.1.0",
1612
"ruff>=0.12.11",
13+
"exospherehost",
14+
"state-manager",
1715
]
16+
17+
[dependency-groups]
18+
dev = []
19+
20+
[tool.uv.sources]
21+
exospherehost = { path = "../python-sdk" }
22+
state-manager = { path = "../state-manager" }

0 commit comments

Comments
 (0)