Skip to content

Commit 32b73e7

Browse files
authored
Merge pull request #9 from automa/pavan/deps
Update dependencies
2 parents 3f6d524 + 912e723 commit 32b73e7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# bot-python
22
Starter kit for Python bot for Automa
33

4-
Please read the [Agent Development](https://docs.automa.app/agent-development) docs to understand how an [Automa][automa] bot works and how to develop it.
4+
Please read the [Bot Development](https://docs.automa.app/bot-development) docs to understand how an [Automa][automa] bot works and how to develop it.
55

66
* `/automa` endpoint is the receiver for the webhook from [Automa][automa]
77
* `update` function in `app/update.py` is the logic responsible for updating code.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ requires-python = ">=3.11"
77
classifiers = ["Private :: Do Not Upload"]
88

99
dependencies = [
10-
"automa-bot~=0.2.3",
10+
"automa-bot~=0.3.0",
1111
"fastapi-cli~=0.0.7",
1212
"fastapi~=0.115.11",
13-
"pydantic-settings~=2.8.1",
13+
"pydantic-settings>=2.8.1,<3",
1414
"uvicorn~=0.34.0",
1515
]
1616

1717
[dependency-groups]
18-
dev = ["httpx~=0.28.1", "pytest~=8.3.5", "ruff~=0.11.2"]
18+
dev = ["httpx~=0.28.1", "pytest>=8.3.5,<9", "ruff~=0.11.2"]
1919

2020
[tool.pytest.ini_options]
2121
pythonpath = "."

0 commit comments

Comments
 (0)