Tags: stacklok/codegate
Tags
Bump jinja2 from 3.1.5 to 3.1.6 (#1249) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: remove not needed encryption of secrets (#1123) * feat: remove not needed encryption of secrets Instead use an uuid generator as we do for pii, and reuse same session store mechanism Closes: #929 * fix tests * unify interface in sensitive data * add missing tests * changes from rebase * fixes from review * fixes in tests * fix tests
Bump litellm from 1.61.17 to 1.61.20 (#1175) Bumps [litellm](https://github.com/BerriAI/litellm) from 1.61.17 to 1.61.20. - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](https://github.com/BerriAI/litellm/commits) --- updated-dependencies: - dependency-name: litellm 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>
Bump library/node from `f498ea1` to `054f13a` (#1160) Bumps library/node from `f498ea1` to `054f13a`. --- updated-dependencies: - dependency-name: library/node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yolanda Robla Mota <yolanda@stacklok.com>
Bump bandit from 1.8.2 to 1.8.3 (#1083) Bumps [bandit](https://github.com/PyCQA/bandit) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.8.2...1.8.3) --- updated-dependencies: - dependency-name: bandit 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>
Fix ollama support for Kodu when muxing (#1022) Muixing was failing for 2 reasons: 1. Sometimes we return OpenAI format from ollama provider. Before we were assuming that everything that was returned from ollama provider had ollama format. 2. The OpenAI format returned from ollama provider had an invalid `created` field.
PreviousNext