Skip to content

Commit

Permalink
chore(deps): bump the poetry group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the poetry group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [litellm](https://github.com/BerriAI/litellm) | `1.55.11` | `1.55.12` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.40.0` | `0.42.0` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.24.0` | `0.25.0` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.390` | `1.1.391` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.1` | `0.8.4` |



Updates `litellm` from 1.55.11 to 1.55.12
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.55.11...v1.55.12)

Updates `anthropic` from 0.40.0 to 0.42.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.40.0...v0.42.0)

Updates `pytest-asyncio` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.24.0...v0.25.0)

Updates `pyright` from 1.1.390 to 1.1.391
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.390...v1.1.391)

Updates `ruff` from 0.8.1 to 0.8.4
- [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.8.1...0.8.4)

---
updated-dependencies:
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: anthropic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2024
1 parent 535cf57 commit ff437b0
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pandas = { version = "^2.2.0", optional = true }
tabulate = { version = "^0.9.0", optional = true }
pydantic_extra_types = { version = "^2.6.0", optional = true }
litellm = { version = "^1.35.31", optional = true }
anthropic = { version = ">=0.36.2,<0.41.0", optional = true }
anthropic = { version = ">=0.36.2,<0.43.0", optional = true }
xmltodict = { version = ">=0.13,<0.15", optional = true }
groq = { version = ">=0.4.2,<0.14.0", optional = true }
cohere = { version = "^5.1.8", optional = true }
Expand Down Expand Up @@ -72,7 +72,7 @@ instructor = "instructor.cli.cli:app"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
pytest-asyncio = ">=0.24,<0.26"
coverage = "^7.3.2"
pyright = "^1.1.360"
jsonref = "^1.1.0"
Expand All @@ -90,7 +90,7 @@ mkdocs-minify-plugin = "^0.8.0"
mkdocs-redirects = "^1.2.1"

[tool.poetry.group.anthropic.dependencies]
anthropic = ">=0.36.2,<0.41.0"
anthropic = ">=0.36.2,<0.43.0"

[tool.poetry.group.test-docs.dependencies]
fastapi = ">=0.109.2,<0.116.0"
Expand All @@ -100,7 +100,7 @@ pandas = "^2.2.0"
tabulate = "^0.9.0"
pydantic_extra_types = "^2.6.0"
litellm = "^1.35.31"
anthropic = ">=0.36.2,<0.41.0"
anthropic = ">=0.36.2,<0.43.0"
xmltodict = ">=0.13,<0.15"
groq = ">=0.4.2,<0.14.0"
phonenumbers = "^8.13.33"
Expand Down
4 changes: 2 additions & 2 deletions requirements-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ pydantic
docstring-parser
rich
aiohttp
ruff==0.8.1
ruff==0.8.4
pre-commit==4.0.1
pyright==1.1.390
pyright==1.1.391
typer
cohere
datasets
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ pydantic
docstring-parser
rich
aiohttp
ruff==0.8.1
ruff==0.8.4
pre-commit==4.0.1
pyright==1.1.390
pyright==1.1.391
typer
cohere

0 comments on commit ff437b0

Please sign in to comment.