Skip to content

Commit

Permalink
Upgrade to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 committed Oct 1, 2024
1 parent 06f75b5 commit 6c51670
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ device point), configuration consists of a key value pair of the topic to its ti

```json
{
"groupname: {
"groupname": {
"devices/campus/building/point": 10
}
}
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
volttron = "^10.0.4rc1"
volttron-core = {path="../volttron-core", develop=true}

[tool.poetry.group.dev.dependencies]
volttron-testing = "^0.4.0rc0"
#volttron-testing = "^0.4.0rc0"
pytest = "^6.2.5"
pytest-cov = "^3.0.0"
mock = "^4.0.3"
Expand Down
1 change: 1 addition & 0 deletions src/topic_watcher/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

import gevent
from volttron import utils
from volttron.client.logs import setup_logging
from volttron.client.known_identities import PLATFORM_TOPIC_WATCHER
from volttron.client.messaging.health import STATUS_BAD, STATUS_GOOD, Status
from volttron.client.vip.agent import RPC, Agent, Core, build_agent
Expand Down

0 comments on commit 6c51670

Please sign in to comment.