-
-
Notifications
You must be signed in to change notification settings - Fork 684
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 24 updates #1236
Merged
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 24 updates in the / directory: | Package | From | To | | --- | --- | --- | | [openai](https://github.com/openai/openai-python) | `1.55.0` | `1.56.2` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.1` | `2.10.3` | | [typer](https://github.com/fastapi/typer) | `0.13.1` | `0.15.1` | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.11.7` | `3.11.9` | | [jiter](https://github.com/pydantic/jiter) | `0.6.1` | `0.8.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.5` | `0.115.6` | | [litellm](https://github.com/BerriAI/litellm) | `1.52.14` | `1.53.5` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.37.1` | `0.40.0` | | [groq](https://github.com/groq/groq-python) | `0.11.0` | `0.13.0` | | cohere | `5.11.4` | `5.13.2` | | [mistralai](https://github.com/mistralai/client-python) | `1.2.3` | `1.2.5` | | [cerebras-cloud-sdk](https://github.com/Cerebras/cerebras-cloud-sdk-python) | `1.12.1` | `1.12.2` | | [fireworks-ai](https://fireworks.ai) | `0.15.8` | `0.15.9` | | [writer-sdk](https://github.com/writer/writer-python) | `1.4.0` | `1.5.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.7` | `7.6.8` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.386` | `1.1.390` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.45` | `9.5.47` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.26.2` | `0.27.0` | | [pytest-examples](https://github.com/pydantic/pytest-examples) | `0.0.13` | `0.0.15` | | [mkdocs-rss-plugin](https://github.com/Guts/mkdocs-rss-plugin) | `1.16.0` | `1.17.0` | | [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) | `8.13.50` | `8.13.51` | | [trafilatura](https://github.com/adbar/trafilatura) | `1.12.2` | `2.0.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.7.1` | `0.8.1` | Updates `openai` from 1.55.0 to 1.56.2 - [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.55.0...v1.56.2) Updates `pydantic` from 2.10.1 to 2.10.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.1...v2.10.3) Updates `typer` from 0.13.1 to 0.15.1 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.13.1...0.15.1) Updates `aiohttp` from 3.11.7 to 3.11.9 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.11.7...v3.11.9) Updates `jiter` from 0.6.1 to 0.8.0 - [Release notes](https://github.com/pydantic/jiter/releases) - [Commits](pydantic/jiter@v0.6.1...v0.8.0) Updates `fastapi` from 0.115.5 to 0.115.6 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.115.5...0.115.6) Updates `litellm` from 1.52.14 to 1.53.5 - [Release notes](https://github.com/BerriAI/litellm/releases) - [Commits](BerriAI/litellm@v1.52.14...v1.53.5) Updates `anthropic` from 0.37.1 to 0.40.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.40.0) Updates `groq` from 0.11.0 to 0.13.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.13.0) Updates `cohere` from 5.11.4 to 5.13.2 Updates `mistralai` from 1.2.3 to 1.2.5 - [Release notes](https://github.com/mistralai/client-python/releases) - [Changelog](https://github.com/mistralai/client-python/blob/main/RELEASES.md) - [Commits](mistralai/client-python@v1.2.3...v1.2.5) Updates `cerebras-cloud-sdk` from 1.12.1 to 1.12.2 - [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.8 to 0.15.9 Updates `writer-sdk` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/writer/writer-python/releases) - [Changelog](https://github.com/writer/writer-python/blob/main/CHANGELOG.md) - [Commits](writer/writer-python@v1.4.0...v1.5.0) Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...8.3.4) Updates `coverage` from 7.6.7 to 7.6.8 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.6.7...7.6.8) Updates `pyright` from 1.1.386 to 1.1.390 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.386...v1.1.390) Updates `mkdocs-material` from 9.5.45 to 9.5.47 - [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.45...9.5.47) 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 `pytest-examples` from 0.0.13 to 0.0.15 - [Release notes](https://github.com/pydantic/pytest-examples/releases) - [Commits](pydantic/pytest-examples@v0.0.13...v0.0.15) Updates `mkdocs-rss-plugin` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/Guts/mkdocs-rss-plugin/releases) - [Changelog](https://github.com/Guts/mkdocs-rss-plugin/blob/main/CHANGELOG.md) - [Commits](Guts/mkdocs-rss-plugin@1.16.0...1.17.0) Updates `phonenumbers` from 8.13.50 to 8.13.51 - [Commits](daviddrysdale/python-phonenumbers@v8.13.50...v8.13.51) Updates `trafilatura` from 1.12.2 to 2.0.0 - [Release notes](https://github.com/adbar/trafilatura/releases) - [Changelog](https://github.com/adbar/trafilatura/blob/master/HISTORY.md) - [Commits](adbar/trafilatura@v1.12.2...v2.0.0) Updates `ruff` from 0.7.1 to 0.8.1 - [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.8.1) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: aiohttp 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: 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-minor dependency-group: poetry - dependency-name: mistralai dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: cerebras-cloud-sdk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: fireworks-ai dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: writer-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry - dependency-name: coverage dependency-type: direct:development 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: pytest-examples dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry - dependency-name: mkdocs-rss-plugin dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry - dependency-name: phonenumbers dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry - dependency-name: trafilatura dependency-type: direct:production update-type: version-update:semver-major dependency-group: poetry - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry ... Signed-off-by: dependabot[bot] <[email protected]>
Deploying instructor-py with Cloudflare Pages
|
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 24 updates in the / directory:
1.55.0
1.56.2
2.10.1
2.10.3
0.13.1
0.15.1
3.11.7
3.11.9
0.6.1
0.8.0
0.115.5
0.115.6
1.52.14
1.53.5
0.37.1
0.40.0
0.11.0
0.13.0
5.11.4
5.13.2
1.2.3
1.2.5
1.12.1
1.12.2
0.15.8
0.15.9
1.4.0
1.5.0
8.3.3
8.3.4
7.6.7
7.6.8
1.1.386
1.1.390
9.5.45
9.5.47
0.26.2
0.27.0
0.0.13
0.0.15
1.16.0
1.17.0
8.13.50
8.13.51
1.12.2
2.0.0
0.7.1
0.8.1
Updates
openai
from 1.55.0 to 1.56.2Release notes
Sourced from openai's releases.
... (truncated)
Changelog
Sourced from openai's changelog.
... (truncated)
Commits
bb9c2de
release: 1.56.2f3f2ae5
chore: make theOmit
type public (#1919)5e3e4d1
release: 1.56.16a692ff
chore(internal): bump pyright (#1917)439ab56
fix(cli): remove usage of httpx proxies534d6c5
release: 1.56.0778e28e
feat(client): make ChatCompletionStreamState public (#1898)6974a98
release: 1.55.3bb9cf7a
fix(client): compat with new httpx 0.28.0 release (#1904)95bd258
release: 1.55.2Updates
pydantic
from 2.10.1 to 2.10.3Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
c326748
Prep for v2.10.3 release (#11038)68d35bf
Fix url json schema inserialization
mode (#11035)fa69b4c
Add adefault_factory_takes_validated_data
property toFieldInfo
(#11034)435a703
Fix host required enforcement for urls to be compatible with v2.9 behavior (#...b2c4548
Use the globals of the function when evaluating the return type for `PlainSer...cb962c1
Do not resolve the JSON Schema reference fordict
core schema keys (#10989)10ebcdf
Set fields whendefer_build
is set on Pydantic dataclasses (#10984)fe32515
Prepare for v2.10.2 release (#10982)226cfaf
HideBaseModel.__replace__
definition from type checkers (#10979)02229a6
hashing support for urls (#10975)Updates
typer
from 0.13.1 to 0.15.1Release notes
Sourced from typer's releases.
... (truncated)
Changelog
Sourced from typer's changelog.
... (truncated)
Commits
0b89650
🔖 Release version 0.15.1bd89bf6
📝 Update release notes3b9ce47
✏️ Fix a few typos in the source and documentation (#1028)95ba85f
📝 Update release notesdbc335b
📝 Fix minor inconsistencies and typos in tutorial (#1067)b88c327
📝 Update release notesd8e56e2
🗑️ Deprecateshell_complete
and continue to useautocompletion
for CLI pa...5f378ee
📝 Update release notesb826dc4
✏️ Fix a few small typos in the documentation (#1077)9be60da
📝 Update release notesUpdates
aiohttp
from 3.11.7 to 3.11.9Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
79561a6
Release 3.11.9 (#10085)9df00a1
[PR #10073/349b7565 backport][3.11] Improve performance of parsing headers (#...da9210b
[PR #10076/fad44f6b backport][3.11] Fix request count check for BadHttpMethod...8b08c9e
[PR #10078/0d6a83e backport][3.11] Bump yarl to 1.18.3 (#10079)a37c4f2
Increment version to 3.11.9.dev0 (#10069)5ddf720
Release 3.11.8 (#10066)13152c3
[PR #10055/c11fe96 backport][3.11] Downgrade logging of invalid HTTP methods ...1b78cae
[PR #10059/aac6f741 backport][3.11] Combine executor jobs in FileResponse sen...a5a6981
[PR #10058/12372d7 backport][3.11] Remove unreachable content length check fo...7e628f4
[PR #8699/11f0e7f backport][3.11] Reduce code indent in ResponseHandler.data_...Updates
jiter
from 0.6.1 to 0.8.0Commits
2b67dd0
skip Windows free-threaded wheel build for now (#173)23568ee
release: 0.8.0 (#171)82df231
fix linux PGO wheel build (#170)72fc9ef
support free-threaded Python (#165)9ad1d5a
Fix tests without num-bigint feature (#169)dbf0c52
inlinejiter
README to fixup sdist build (#168)f970f0b
useBound\<'py, PyStr>
str equality (#166)8ae5b41
ci: use Python 3.13 for Rust benches (#167)9bde9e1
Upgrade to PyO3 0.23 (#137)1fbdb1e
updateJsonValue
allow_partial
to usePartialMode
(#163)Updates
fastapi
from 0.115.5 to 0.115.6Release notes
Sourced from fastapi's releases.
Commits
bb8c2a6
🔖 Release version 0.115.6905ec1e
📝 Update release notes4f81575
🐛 Preserve traceback when exception is raised in sync dependency withyield
...8255edf
📝 Update release notes53c8784
🌐 Add Traditional Chinese translation fordocs/zh-hant/docs/async.md
(#12990)2971352
📝 Update release notes8376228
🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/tutorial/query-p...6c7873c
📝 Update release notesd75b81c
🌐 Add Korean translation fordocs/ko/docs/advanced/testing-dependencies.md
...206037c
📝 Update release notesUpdates
litellm
from 1.52.14 to 1.53.5Release notes
Sourced from litellm's releases.
... (truncated)
Commits
07dbe64
fix(main.py): trigger new builde74b35f
fix: migration job for existing db (#6792)cda6691
test: fix test866ec24
Add prompt caching flag for Azure OpenAI gpt-4o-2024-08-06 (#7020)e0e993f
bump: version 1.53.4 → 1.53.56bb934c
fix(key_management_endpoints.py): override metadata field value on up… (#7008)d558b64
queue new release1079486
test_multilingual_requestsee16b36
ci/cd run release pipeline1ef4d54
test_multilingual_requests deepseekUpdates
anthropic
from 0.37.1 to 0.40.0Release notes
Sourced from anthropic's releases.
... (truncated)
Changelog
Sourced from anthropic's changelog.
... (truncated)
Commits
e7c5fd1
release: 0.40.0ac8cc6d
fix(client): compat with new httpx 0.28.0 release (#765)6023ed8
chore(internal): exclude mypy from running on tests (#764)cfb07d9
chore(internal): minor formatting changes0ead3c4
fix(bedrock): correct URL encoding for model params (#759)d5586b0
chore: remove now unusedcached-property
dep (#762)0ef2ff9
docs: add info log level to readme (#761)cf8f0e7
chore(internal): fix compat model_dump method when warnings are passed (#760)4dc9320
fix(asyncify): avoid hanging process under certain conditions (#756)8...
Description has been truncated