Skip to content
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/ExpressApp/pybotx"


[tool.poetry.dependencies]
python = ">=3.9,<=3.13"
python = ">=3.9,<3.14"

aiofiles = ">=0.7.0,<=24.1.0"
httpx = "^0.28.0"
Expand Down
Loading