File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ and commits should be formatted using [Conventional Commits](https://www.convent
1010
1111### Changed
1212
13- - Detail: Rename ` env_template ` to ` dotenv.template `
13+ - Detail: Rename ` env_template ` to ` dotenv.template ` ([ bb59699] ( https://github.com/moodlehq/asero/commit/bb59699c8bd1fd49803b20f73e386199bf4ebbed ) )
14+ - Dependencies: Bump library and dev dependencies to current ones
1415
1516## [ 0.4.2] - 2025-12-04
1617
Original file line number Diff line number Diff line change @@ -26,22 +26,22 @@ dynamic = ["version"]
2626requires-python = " >=3.12"
2727dependencies = [
2828 " colorlog ~= 6.10.1" ,
29- " numpy ~= 2.3.4 " ,
30- " openai ~ = 2.7.1 " ,
29+ " numpy ~= 2.4.0 " ,
30+ " openai > = 2.14.0, < 3.0.0 " ,
3131 " python-dotenv ~= 1.2.1" ,
3232]
3333
3434[project .optional-dependencies ]
3535dev = [
36- " build ~= 1.3 .0" ,
36+ " build ~= 1.4 .0" ,
3737 " codespell ~= 2.4.1" ,
3838 " conventional-pre-commit ~= 4.3.0" ,
39- " coverage ~= 7.11.0 " ,
39+ " coverage ~= 7.13.1 " ,
4040 " detect-secrets ~= 1.5.0" ,
41- " git-cliff ~= 2.10.1 " ,
42- " pre-commit ~= 4.3.0 " ,
43- " pyright ~= 1.1.406 " ,
44- " ruff ~= 0.14.1 " ,
41+ " git-cliff ~= 2.11.0 " ,
42+ " pre-commit ~= 4.5.1 " ,
43+ " pyright ~= 1.1.408 " ,
44+ " ruff ~= 0.14.11 " ,
4545]
4646
4747[project .scripts ]
You can’t perform that action at this time.
0 commit comments