-
-
Notifications
You must be signed in to change notification settings - Fork 703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump the poetry group across 1 directory with 20 updates #1172
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the poetry group with 20 updates in the / directory: | Package | From | To | | --- | --- | --- | | [openai](https://github.com/openai/openai-python) | `1.52.2` | `1.54.4` | | [typer](https://github.com/fastapi/typer) | `0.12.5` | `0.13.0` | | [rich](https://github.com/Textualize/rich) | `13.9.3` | `13.9.4` | | [jiter](https://github.com/pydantic/jiter) | `0.6.1` | `0.7.1` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.3` | `0.115.5` | | [pydantic-extra-types](https://github.com/pydantic/pydantic-extra-types) | `2.9.0` | `2.10.0` | | [litellm](https://github.com/BerriAI/litellm) | `1.50.4` | `1.52.5` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.37.1` | `0.39.0` | | [groq](https://github.com/groq/groq-python) | `0.11.0` | `0.12.0` | | cohere | `5.11.1` | `5.11.3` | | [google-cloud-aiplatform](https://github.com/googleapis/python-aiplatform) | `1.70.0` | `1.71.1` | | [cerebras-cloud-sdk](https://github.com/Cerebras/cerebras-cloud-sdk-python) | `1.8.0` | `1.10.0` | | [fireworks-ai](https://fireworks.ai) | `0.15.7` | `0.15.8` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.385` | `1.1.388` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.42` | `9.5.44` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.26.2` | `0.27.0` | | [mkdocs-redirects](https://github.com/mkdocs/mkdocs-redirects) | `1.2.1` | `1.2.2` | | [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) | `8.13.48` | `8.13.49` | | [datasets](https://github.com/huggingface/datasets) | `3.0.2` | `3.1.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.7.1` | `0.7.3` | Updates `openai` from 1.52.2 to 1.54.4 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v1.52.2...v1.54.4) Updates `typer` from 0.12.5 to 0.13.0 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.12.5...0.13.0) Updates `rich` from 13.9.3 to 13.9.4 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.9.3...v13.9.4) Updates `jiter` from 0.6.1 to 0.7.1 - [Release notes](https://github.com/pydantic/jiter/releases) - [Commits](pydantic/jiter@v0.6.1...v0.7.1) Updates `fastapi` from 0.115.3 to 0.115.5 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.3...0.115.5) Updates `pydantic-extra-types` from 2.9.0 to 2.10.0 - [Release notes](https://github.com/pydantic/pydantic-extra-types/releases) - [Changelog](https://github.com/pydantic/pydantic-extra-types/blob/main/HISTORY.md) - [Commits](pydantic/pydantic-extra-types@v2.9.0...v2.10.0) Updates `litellm` from 1.50.4 to 1.52.5 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](BerriAI/litellm@v1.50.4...v1.52.5) Updates `anthropic` from 0.37.1 to 0.39.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.37.1...v0.39.0) Updates `groq` from 0.11.0 to 0.12.0 - [Release notes](https://github.com/groq/groq-python/releases) - [Changelog](https://github.com/groq/groq-python/blob/main/CHANGELOG.md) - [Commits](groq/groq-python@v0.11.0...v0.12.0) Updates `cohere` from 5.11.1 to 5.11.3 Updates `google-cloud-aiplatform` from 1.70.0 to 1.71.1 - [Release notes](https://github.com/googleapis/python-aiplatform/releases) - [Changelog](https://github.com/googleapis/python-aiplatform/blob/main/CHANGELOG.md) - [Commits](googleapis/python-aiplatform@v1.70.0...v1.71.1) Updates `cerebras-cloud-sdk` from 1.8.0 to 1.10.0 - [Changelog](https://github.com/Cerebras/cerebras-cloud-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/Cerebras/cerebras-cloud-sdk-python/commits) Updates `fireworks-ai` from 0.15.7 to 0.15.8 Updates `pyright` from 1.1.385 to 1.1.388 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.385...v1.1.388) Updates `mkdocs-material` from 9.5.42 to 9.5.44 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.42...9.5.44) Updates `mkdocstrings` from 0.26.2 to 0.27.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.26.2...0.27.0) Updates `mkdocs-redirects` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/mkdocs/mkdocs-redirects/releases) - [Commits](mkdocs/mkdocs-redirects@v1.2.1...v1.2.2) Updates `phonenumbers` from 8.13.48 to 8.13.49 - [Commits](daviddrysdale/python-phonenumbers@v8.13.48...v8.13.49) Updates `datasets` from 3.0.2 to 3.1.0 - [Release notes](https://github.com/huggingface/datasets/releases) - [Commits](huggingface/datasets@3.0.2...3.1.0) Updates `ruff` from 0.7.1 to 0.7.3 - [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.7.1...0.7.3) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: jiter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: pydantic-extra-types dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: litellm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: anthropic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: groq dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: cohere dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: google-cloud-aiplatform dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: cerebras-cloud-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: fireworks-ai dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry - dependency-name: mkdocstrings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: mkdocs-redirects dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: phonenumbers dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry - dependency-name: datasets dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Nov 12, 2024
Deploying instructor-py with Cloudflare Pages
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the poetry group with 20 updates in the / directory:
1.52.2
1.54.4
0.12.5
0.13.0
13.9.3
13.9.4
0.6.1
0.7.1
0.115.3
0.115.5
2.9.0
2.10.0
1.50.4
1.52.5
0.37.1
0.39.0
0.11.0
0.12.0
5.11.1
5.11.3
1.70.0
1.71.1
1.8.0
1.10.0
0.15.7
0.15.8
1.1.385
1.1.388
9.5.42
9.5.44
0.26.2
0.27.0
1.2.1
1.2.2
8.13.48
8.13.49
3.0.2
3.1.0
0.7.1
0.7.3
Updates
openai
from 1.52.2 to 1.54.4Release notes
Sourced from openai's releases.
... (truncated)
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
52357cf
release: 1.54.49b28850
fix: don't use dicts as iterables in transform (#1865)23444ed
docs: bump models in example snippets to gpt-4o (#1861)6c6dfb1
docs: move comments in example snippets (#1860)db0aa22
docs(readme): add missing asyncio import (#1858)646a579
release: 1.54.31ca831c
fix(logs): redact sensitive headers (#1850)74522ad
release: 1.54.27f6a921
chore(tests): adjust retry timeout values (#1851)22432e2
release: 1.54.1Updates
typer
from 0.12.5 to 0.13.0Release notes
Sourced from typer's releases.
... (truncated)
Changelog
Sourced from typer's changelog.
... (truncated)
Commits
7bf84ab
🔖 Release version 0.13.0e80ba57
📝 Update release notesc5233c0
✨ HandleKeyboardInterrupt
separately from other exceptions (#1039)e31fc57
📝 Update release notesee072d8
✨ Updatelaunch
to not print anything when opening urls (#1035)af49fda
📝 Update release notesdc1bf3c
🐛 Fix equality check for custom classes (#979)bfb54c0
📝 Update release notesebb968e
🐛 Allow colon in zsh autocomplete values and descriptions (#988)438ae44
📝 Update release notesUpdates
rich
from 13.9.3 to 13.9.4Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
Commits
43d3b04
Merge pull request #3548 from Textualize/bump1394e440ff2
bump12301e3
Merge pull request #3546 from Textualize/faster-cell-len02f3d14
commentaaaef27
leaner syntax6cef0bc
leaner cell_len46150cd
sum and map is faster9e7f363
use setsUpdates
jiter
from 0.6.1 to 0.7.1Commits
1fbdb1e
updateJsonValue
allow_partial
to usePartialMode
(#163)cf80fbb
ci: simplify jobs, fix coverage (#161)a004d5f
Fixpyo3
as an optional dependency (#160)e1d4c9f
partial parsing withJsonValue
(#157)0496e89
ci: fix run-on-arch action (by updating) (#155)e2eb415
fix: usage ofnode12 which is deprecated
in CI (#153)419ec90
ci: bump jobs to use 3.13, fixes for ubuntu 24.04 (#154)Updates
fastapi
from 0.115.3 to 0.115.5Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
f057f4a
🔖 Release version 0.115.5c6f021e
📝 Update release notes91a9293
♻️ Update internal checks to support Pydantic 2.10 (#12914)f716490
📝 Update release notesc178106
📝 Update includes fordocs/en/docs/tutorial/body.md
(#12757)88cc900
📝 Update release notes20809a1
⬆ [pre-commit.ci] pre-commit autoupdate (#12907)5a48c37
📝 Update release notes13892a3
📝 Update includes indocs/en/docs/advanced/testing-dependencies.md
(#12647)9467000
📝 Update release notesUpdates
pydantic-extra-types
from 2.9.0 to 2.10.0Release notes
Sourced from pydantic-extra-types's releases.
Changelog
Sourced from pydantic-extra-types's changelog.
Commits
cbeb653
🔖 Release version 2.10.0 (#224)927dcd1
Allow python-ulid 3.0 (#222)58db4b0
✨ Adjusttest_json_schema()
for Pydantic 2.9 (#215)55a01b2
✨ Add support for domain name string type (#212)c7db9d7
✨ Add Support for S3 Bucketsa (#206)12f3f61
✨ deprecatesemver
in favor ofsemantic_version
(#209)d409bfa
Add phone number validator (#203)49db83a
feature: Improve phone number validator (#202)b1def35
⬆ Bump the python-packages group with 5 updates (#201)ee6db16
Add semantic version type (#199)Updates
litellm
from 1.50.4 to 1.52.5Release notes
Sourced from litellm's releases.
... (truncated)
Commits
33ceb7c
bump: version 1.52.4 → 1.52.5de2f9ae
fix raise correct error 404 when /key/info is called on non-existent key (#6...25bae4c
(feat) add cost tracking stable diffusion 3 on Bedrock (#6676)e5051a9
(docs) add benchmarks on 1K RPS (#6704)4fd0c6c
add xAI on Admin UI (#6680)9d20c19
(fix) OpenAI's optional messages[].name does not work with Mistral API (#6701)c3bc9e6
(Feat) Add langsmith key based logging (#6682)1e2ba3e
Add docs to export logs to Laminar (#6674)d889bce
add clear doc string for GCS bucket loggingf59cb46
Litellm dev 11 11 2024 (#6693)Updates
anthropic
from 0.37.1 to 0.39.0Release notes
Sourced from anthropic's releases.
... (truncated)
Changelog
Sourced from anthropic's changelog.