Skip to content

Commit 2dd907d

Browse files
MAINT: Bump the minor-and-patch group with 8 updates
Bumps the minor-and-patch group with 8 updates: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.18.5` | `1.19.1` | | [openai](https://github.com/openai/openai-python) | `2.52.0` | `2.53.0` | | [starlette](https://github.com/Kludex/starlette) | `1.3.1` | `1.6.0` | | [spacy](https://github.com/explosion/spaCy) | `3.8.13` | `3.8.15` | | [litellm](https://github.com/BerriAI/litellm) | `1.91.4` | `1.96.0` | | [ty](https://github.com/astral-sh/ty) | `0.0.65` | `0.0.69` | | [diff-cover](https://github.com/Bachmann1234/diff-cover) | `10.4.1` | `10.5.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.1` | `0.16.2` | Updates `alembic` from 1.18.5 to 1.19.1 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `openai` from 2.52.0 to 2.53.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v2.52.0...v2.53.0) Updates `starlette` from 1.3.1 to 1.6.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@1.3.1...1.6.0) Updates `spacy` from 3.8.13 to 3.8.15 - [Release notes](https://github.com/explosion/spaCy/releases) - [Changelog](https://github.com/explosion/spaCy/blob/master/RELEASE_NOTES.md) - [Commits](explosion/spaCy@release-v3.8.13...release-v3.8.15) Updates `litellm` from 1.91.4 to 1.96.0 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](BerriAI/litellm@v1.91.4...v1.96.0) Updates `ty` from 0.0.65 to 0.0.69 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.65...0.0.69) Updates `diff-cover` from 10.4.1 to 10.5.0 - [Release notes](https://github.com/Bachmann1234/diff-cover/releases) - [Changelog](https://github.com/Bachmann1234/diff_cover/blob/main/CHANGELOG) - [Commits](Bachmann1234/diff_cover@v10.4.1...v10.5.0) Updates `ruff` from 0.16.1 to 0.16.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.16.1...0.16.2) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: openai dependency-version: 2.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: starlette dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: spacy dependency-version: 3.8.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: litellm dependency-version: 1.96.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ty dependency-version: 0.0.69 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: diff-cover dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: ruff dependency-version: 0.16.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e77d8a7 commit 2dd907d

2 files changed

Lines changed: 144 additions & 104 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ litellm = [
140140
# platforms cannot be pinned back selectively. 1.91.x is the last line with a
141141
# universal wheel that installs everywhere. Revisit once litellm ships macOS
142142
# and musllinux wheels.
143-
"litellm>=1.83.0,<1.92.0",
143+
"litellm>=1.83.0,<1.97.0",
144144
]
145145

146146
# all includes all functional dependencies excluding the ones from the "dev" dependency group
@@ -151,7 +151,7 @@ all = [
151151
"flask>=3.1.3",
152152
"ipykernel>=6.29.5",
153153
"jupyter>=1.1.1",
154-
"litellm>=1.83.0,<1.92.0", # 1.92.0+ drops the universal wheel (no mac/musl/old-glibc/win-arm64); see litellm group
154+
"litellm>=1.83.0,<1.97.0", # 1.92.0+ drops the universal wheel (no mac/musl/old-glibc/win-arm64); see litellm group
155155
"ollama>=0.5.1",
156156
"opencv-python>=4.11.0.86",
157157
"playwright>=1.49.0",

0 commit comments

Comments
 (0)