Skip to content

Commit 15071d5

Browse files
committed
update: 3.13 -> 3.12 and update packages
1 parent 26ec4fe commit 15071d5

2 files changed

Lines changed: 640 additions & 343 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "adf_core_python"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
description = "Agent Development Framework for Python"
55
readme = "README.md"
66
authors = [
77
{ name = "Haruki Uehara", email = "k19016kk@maslab.aitech.ac.jp"},
88
{ name = "Yuki Shimada", email = "shimapaca@maslab.aitech.ac.jp" }
99
]
10-
requires-python = ">=3.13"
10+
requires-python = ">=3.12"
1111
dependencies = [
1212
"bitarray>=3.6.0",
1313
"click>=8.2.1",
@@ -45,6 +45,9 @@ dev = [
4545
"types-protobuf>=6.30.2.20250703",
4646
]
4747

48+
[tool.uv]
49+
exclude-newer = "1 week"
50+
4851

4952
[tool.ruff]
5053
# Exclude a variety of commonly ignored directories.
@@ -143,4 +146,4 @@ pythonpath = ["src"]
143146
testpaths = ["tests"]
144147

145148
[tool.uv.sources]
146-
rcrscore = { git = "https://github.com/adf-python/rcrs-core-python" , tag = "v0.2.2" }
149+
rcrscore = { git = "https://github.com/adf-python/rcrs-core-python" , tag = "v0.2.3" }

0 commit comments

Comments
 (0)