Skip to content

Tags: stacklok/codegate

Tags

v0.1.31

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update model_prices_and_context_window.json to version generated on 2…

…025-03-30 (#1325)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Luke Hinds <luke@stacklok.com>

v0.1.30

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump library/node from `dcacc1e` to `581b092` (#1278)

Bumps library/node from `dcacc1e` to `581b092`.

---
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>

v0.1.29

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump sqlalchemy from 2.0.38 to 2.0.39 (#1265)

Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.38 to 2.0.39.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: sqlalchemy
  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>

v0.1.28

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.1.27

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.1.26

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.1.25

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.1.24

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Switch usage of `re` package for `regex` which is slightly more perfo…

…rmant (#1127)

`regex` is a drop-in replacement of `re` and provides better
performance.

Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>

v0.1.23

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.1.22

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pin blis dependency (#1047)

* Pin blis dependency

Pinning `spacy` was not working

* pin also en_core_web_sm model

* also update poetry

* include readme

* pin spacy