File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 2.2.1] ( https://github.com/AnthusAI/SQLBot/compare/v2.2.0...v2.2.1 ) (2025-12-01)
2+
3+
4+ ### Bug Fixes
5+
6+ * pass callbacks via config parameter in agent.invoke ([ e9807c6] ( https://github.com/AnthusAI/SQLBot/commit/e9807c638562ef0c95950dc844b5f8f643e99f2a ) )
7+
18# [ 2.2.0] ( https://github.com/AnthusAI/SQLBot/compare/v2.1.0...v2.2.0 ) (2025-12-01)
29
310
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " sqlbot"
7- version = " 2.2.0 "
7+ version = " 2.2.1 "
88description = " SQLBot - Database Query Bot with AI-powered natural language processing"
99readme = " README.md"
1010requires-python = " >=3.8"
@@ -91,7 +91,7 @@ extend-exclude = '''
9191'''
9292
9393[tool .mypy ]
94- python_version = " 2.2.0 "
94+ python_version = " 2.2.1 "
9595warn_return_any = true
9696warn_unused_configs = true
9797disallow_untyped_defs = true
Original file line number Diff line number Diff line change 11"""SQLBot: Database Query Bot with AI-powered natural language processing."""
22
3- __version__ = "2.2.0 "
3+ __version__ = "2.2.1 "
44__author__ = "SQLBot Team"
55__email__ = "team@sqlbot.dev"
66
Original file line number Diff line number Diff line change 11"""Version information for SQLBot."""
2- __version__ = "2.2.0 "
2+ __version__ = "2.2.1 "
33
44
You can’t perform that action at this time.
0 commit comments