Skip to content

Commit d7ab8a4

Browse files
increase max python version to 3.13.1 shipped by AskUI Suite
1 parent fad9aee commit d7ab8a4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pdm.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"anyio==4.10.0", # We need to pin this version otherwise listing mcp tools using fastmcp within runner fails
3434
"sqlalchemy[mypy]>=2.0.44",
3535
]
36-
requires-python = ">=3.10,<=3.13"
36+
requires-python = ">=3.10,<=3.13.1"
3737
readme = "README.md"
3838
license = {text = "MIT"}
3939
dynamic = ["version"]

0 commit comments

Comments
 (0)