Skip to content

Commit 4342f2a

Browse files
committed
build(dependencies): Bump various libraries
1 parent f7d4032 commit 4342f2a

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and commits should be formatted using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
88

9+
## [Unreleased]
10+
11+
### Changed
12+
13+
- Dependencies: Bump various libraries.
14+
15+
### Fixed
16+
17+
- Docs: Solve a configuration problem with CHANGELOG generation by @stronk7 ([f7d4032](https://github.com/moodlehq/asero/commit/f7d403253f96e8eafe091441832c5d26a6402d58))
918
## [0.3.0] - 2025-09-15
1019

1120
### Added
@@ -151,6 +160,7 @@ and commits should be formatted using [Conventional Commits](https://www.convent
151160

152161
**Full Changelog**: https://github.com/moodlehq/asero/compare/v0.2.0...v0.2.1
153162

163+
[unreleased]: https://github.com/moodlehq/asero/compare/v0.3.0..HEAD
154164
[0.3.0]: https://github.com/moodlehq/asero/compare/v0.2.14..v0.3.0
155165
[0.2.14]: https://github.com/moodlehq/asero/compare/v0.2.13..v0.2.14
156166
[0.2.13]: https://github.com/moodlehq/asero/compare/v0.2.12..v0.2.13

env_template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ OPENAI_API_KEY=
55
# Embedding defaults, uncomment and configure to suit your own models.
66
#EMBEDDING_MODEL=nomic-embed-text
77
#EMBEDDING_DIMENSIONS=768
8-
#EMBEDDING_CHUNK_SIZE=128
8+
#EMBEDDING_CHUNK_SIZE=128 # Note that this number of utterances need to fit within the embeddings model context.
99

1010
# Router file specification and default threshold. Uncomment with your preferences.
1111
#ROUTER_YAML_FILE=router_example.yaml

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ dynamic = ["version"]
2626
requires-python = ">=3.12"
2727
dependencies = [
2828
"colorlog ~= 6.9.0",
29-
"fastmcp ~= 2.12.2",
30-
"numpy ~= 2.3.2",
29+
"numpy ~= 2.3.3",
3130
"openai ~= 1.106.1",
3231
]
3332

@@ -36,12 +35,12 @@ dev = [
3635
"build ~= 1.3.0",
3736
"codespell ~= 2.4.1",
3837
"conventional-pre-commit ~= 4.2.0",
39-
"coverage ~= 7.10.6",
38+
"coverage ~= 7.10.7",
4039
"detect-secrets ~= 1.5.0",
41-
"git-cliff ~= 2.10.0",
40+
"git-cliff ~= 2.10.1",
4241
"pre-commit ~= 4.3.0",
43-
"pyright ~= 1.1.405",
44-
"ruff ~= 0.13.0",
42+
"pyright ~= 1.1.406",
43+
"ruff ~= 0.14.0",
4544
]
4645

4746
[project.scripts]

0 commit comments

Comments
 (0)