Alonso Guevara
487cb96376
Repair json when LLM returns faulty responses on non json mode ( #801 )
...
* fixed json issue
* change to use try_parse_json_object onlu
* pyproject add json-repair
* add check extra description before and after json object
* json.loads() before repire_json, based on jbradley1 suggestion.
* Fix json parsing and formatting
* semver
* Nicer tuple parsing
---------
Co-authored-by: paulg <paul.guo@iag.com.au>
2024-08-01 19:38:50 -06:00
dependabot[bot]
da100c7acf
Bump poethepoet from 0.26.1 to 0.27.0 ( #764 )
...
Bumps [poethepoet](https://github.com/nat-n/poethepoet ) from 0.26.1 to 0.27.0.
- [Release notes](https://github.com/nat-n/poethepoet/releases )
- [Commits](https://github.com/nat-n/poethepoet/compare/v0.26.1...v0.27.0 )
---
updated-dependencies:
- dependency-name: poethepoet
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 17:17:28 -06:00
dependabot[bot]
ddbe7e1d80
Bump lancedb from 0.10.2 to 0.11.0 ( #763 )
...
Bumps [lancedb](https://github.com/lancedb/lancedb ) from 0.10.2 to 0.11.0.
- [Release notes](https://github.com/lancedb/lancedb/releases )
- [Changelog](https://github.com/lancedb/lancedb/blob/main/release_process.md )
- [Commits](https://github.com/lancedb/lancedb/compare/python-v0.10.2...python-v0.11.0 )
---
updated-dependencies:
- dependency-name: lancedb
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-30 16:53:22 -06:00
dependabot[bot]
a1506ad26e
Bump textual from 0.72.0 to 0.74.0 ( #762 )
...
Bumps [textual](https://github.com/Textualize/textual ) from 0.72.0 to 0.74.0.
- [Release notes](https://github.com/Textualize/textual/releases )
- [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Textualize/textual/compare/v0.72.0...v0.74.0 )
---
updated-dependencies:
- dependency-name: textual
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
2024-07-30 16:26:15 -06:00
dependabot[bot]
64fe754397
Bump pytest from 8.3.1 to 8.3.2 ( #761 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.1...8.3.2 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
2024-07-29 16:27:24 -06:00
dependabot[bot]
5eb58b6826
Bump openai from 1.37.0 to 1.37.1 ( #760 )
...
Bumps [openai](https://github.com/openai/openai-python ) from 1.37.0 to 1.37.1.
- [Release notes](https://github.com/openai/openai-python/releases )
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md )
- [Commits](https://github.com/openai/openai-python/compare/v1.37.0...v1.37.1 )
---
updated-dependencies:
- dependency-name: openai
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
2024-07-29 14:53:27 -06:00
Alonso Guevara
c8aefb23cb
v0.2.0 ( #700 )
...
* v0.2.0
* Update 0.2.0.json
* Update CHANGELOG.md
2024-07-24 23:02:03 -04:00
dependabot[bot]
ec43e3a12d
Bump ruff from 0.5.1 to 0.5.2 ( #560 )
...
* Bump ruff from 0.5.1 to 0.5.2
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.1...0.5.2 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix ruff
* semver
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
2024-07-16 17:19:30 -06:00
dependabot[bot]
12f2be05a4
Bump coverage from 7.5.4 to 7.6.0 ( #559 )
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.5.4 to 7.6.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.5.4...7.6.0 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 15:45:51 -06:00
dependabot[bot]
804f54cb7b
Bump pyright from 1.1.370 to 1.1.371 ( #558 )
...
Bumps [pyright](https://github.com/RobertCraigie/pyright-python ) from 1.1.370 to 1.1.371.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases )
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.370...v1.1.371 )
---
updated-dependencies:
- dependency-name: pyright
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 15:19:44 -06:00
dependabot[bot]
0aa1c31611
Bump lancedb from 0.9.0 to 0.10.0 ( #557 )
...
Bumps [lancedb](https://github.com/lancedb/lancedb ) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/lancedb/lancedb/releases )
- [Changelog](https://github.com/lancedb/lancedb/blob/main/release_process.md )
- [Commits](https://github.com/lancedb/lancedb/compare/python-v0.9.0...python-v0.10.0 )
---
updated-dependencies:
- dependency-name: lancedb
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 12:18:17 -06:00
dependabot[bot]
5a79d0c6e2
Bump tenacity from 8.4.2 to 8.5.0 ( #556 )
...
Bumps [tenacity](https://github.com/jd/tenacity ) from 8.4.2 to 8.5.0.
- [Release notes](https://github.com/jd/tenacity/releases )
- [Commits](https://github.com/jd/tenacity/compare/8.4.2...8.5.0 )
---
updated-dependencies:
- dependency-name: tenacity
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
2024-07-15 20:33:13 -06:00
dependabot[bot]
607344022c
Bump textual from 0.70.0 to 0.72.0 ( #462 )
...
Bumps [textual](https://github.com/Textualize/textual ) from 0.70.0 to 0.72.0.
- [Release notes](https://github.com/Textualize/textual/releases )
- [Changelog](https://github.com/Textualize/textual/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Textualize/textual/compare/v0.70.0...v0.72.0 )
---
updated-dependencies:
- dependency-name: textual
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 12:20:47 -06:00
dependabot[bot]
cf4ac7fb13
Bump ruff from 0.5.0 to 0.5.1 ( #422 )
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.5.0...0.5.1 )
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 11:33:50 -06:00
dependabot[bot]
b53b91e849
Bump pyright from 1.1.369 to 1.1.370 ( #421 )
...
Bumps [pyright](https://github.com/RobertCraigie/pyright-python ) from 1.1.369 to 1.1.370.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases )
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.369...v1.1.370 )
---
updated-dependencies:
- dependency-name: pyright
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 07:36:47 -06:00
Alonso Guevara
c556fbb795
Fix versioning ( #318 )
2024-07-01 16:55:22 -06:00
Alonso Guevara
3093251148
Release v0.1.0 ( #313 )
2024-07-01 15:54:44 -06:00
Alonso Guevara
81b81cf60b
Initial Release
2024-07-01 15:25:30 -06:00