Skip to content
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 15 updates #1109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 22, 2024

Bumps the poetry group with 15 updates in the / directory:

Package From To
openai 1.52.0 1.52.1
rich 13.9.2 13.9.3
jiter 0.5.0 0.6.1
fastapi 0.109.2 0.115.3
litellm 1.50.0 1.50.1
anthropic 0.36.2 0.37.1
xmltodict 0.13.0 0.14.2
groq 0.4.2 0.11.0
fireworks-ai 0.15.6 0.15.7
pyright 1.1.360 1.1.385
mkdocs-jupyter 0.24.8 0.25.1
phonenumbers 8.13.47 8.13.48
datasets 3.0.1 3.0.2
ruff 0.1.7 0.7.0
pre-commit 3.5.0 4.0.1

Updates openai from 1.52.0 to 1.52.1

Release notes

Sourced from openai's releases.

v1.52.1

1.52.1 (2024-10-22)

Full Changelog: v1.52.0...v1.52.1

Bug Fixes

  • client/async: correctly retry in all cases (#1803) (9fe3f3f)

Chores

Changelog

Sourced from openai's changelog.

1.52.1 (2024-10-22)

Full Changelog: v1.52.0...v1.52.1

Bug Fixes

  • client/async: correctly retry in all cases (#1803) (9fe3f3f)

Chores

Commits

Updates rich from 13.9.2 to 13.9.3

Release notes

Sourced from rich's releases.

The irregular expression release

Fix a broken regex that resulted in the slow path being chosen for some operations. This fix should result in notable speedups for some operations, such as wrapping text.

[13.9.3] - 2024-10-22

Fixed

Changelog

Sourced from rich's changelog.

[13.9.3] - 2024-10-22

Fixed

Commits

Updates jiter from 0.5.0 to 0.6.1

Commits

Updates fastapi from 0.109.2 to 0.115.3

Release notes

Sourced from fastapi's releases.

0.115.3

Upgrades

Docs

Translations

  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/fastapi-cli.md. PR #12444 by @​codingjenny.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/deployment/index.md. PR #12439 by @​codingjenny.
  • 🌐 Add Portuguese translation for docs/pt/docs/how-to/testing-database.md. PR #12472 by @​GuilhermeRameh.
  • 🌐 Add Portuguese translation for docs/pt/docs/how-to/custom-docs-ui-assets.md. PR #12473 by @​devluisrodrigues.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/response-headers.md. PR #12458 by @​leonardopaloschi.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/deployment/cloud.md. PR #12440 by @​codingjenny.
  • 🌐 Update Portuguese translation for docs/pt/docs/python-types.md. PR #12428 by @​ceb10n.
  • 🌐 Add Russian translation for docs/ru/docs/environment-variables.md. PR #12436 by @​wisderfin.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/resources/index.md. PR #12443 by @​codingjenny.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/about/index.md. PR #12438 by @​codingjenny.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/query-param-models.md. PR #12414 by @​ceb10n.
  • 🌐 Remove Portuguese translation for docs/pt/docs/deployment.md. PR #12427 by @​ceb10n.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/body-updates.md. PR #12381 by @​andersonrocha0.
  • 🌐 Add Portuguese translation for docs/pt/docs/advanced/response-cookies.md. PR #12417 by @​Paulofalcao2002.

Internal

0.115.2

Upgrades

0.115.1

Fixes

Refactors

  • ♻️ Update type annotations for improved python-multipart. PR #12407 by @​tiangolo.

... (truncated)

Commits
  • c519614 🔖 Release version 0.115.3
  • 9c794c9 📝 Update release notes
  • c4f8143 ⬆️ Upgrade Starlette to >=0.40.0,<0.42.0 (#12469)
  • 45822d3 📝 Update release notes
  • 4c1a193 📝 Fix broken link in docs (#12495)
  • 5afa6d7 📝 Update release notes
  • f0b5f8a 📝 Update release notes
  • b0761c2 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/fastapi-cli.md ...
  • 53d9007 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/deployment/index...
  • 7038bed 📝 Update release notes
  • Additional commits viewable in compare view

Updates litellm from 1.50.0 to 1.50.1

Release notes

Sourced from litellm's releases.

v1.50.1

What's Changed

Full Changelog: BerriAI/litellm@v1.50.0...v1.50.1

Docker Run LiteLLM Proxy

docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.50.1

Don't want to maintain your internal proxy? get in touch 🎉

Hosted Proxy Alpha: https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat

Load Test LiteLLM Proxy Results

Name Status Median Response Time (ms) Average Response Time (ms) Requests/s Failures/s Request Count Failure Count Min Response Time (ms) Max Response Time (ms)
/chat/completions Passed ✅ 260.0 288.9506471715694 6.1364168904754175 0.0 1836 0 231.4412910000101 1825.7555540000112
Aggregated Passed ✅ 260.0 288.9506471715694 6.1364168904754175 0.0 1836 0 231.4412910000101 1825.7555540000112
Commits
  • fb523b7 bump: version 1.50.0 → 1.50.1
  • d1f457d (testing) add test coverage for init custom logger class (#6341)
  • bd9e29b working test for init custom logger
  • 24a3090 fix init logger tests
  • 11adc12 add unit tests for init callbacks
  • f4630a0 fix - unhandled jsonDecodeError in convert_to_model_response_object (#6338)
  • 905ebeb feat(custom_logger.py): expose new async_dataset_hook for modifying… (#6331)
  • 7cc12bd LiteLLM Minor Fixes & Improvements (10/18/2024) (#6320)
  • c58d542 Litellm openai audio streaming (#6325)
  • 979e8ea (refactor) get_cache_key to be under 100 LOC function (#6327)
  • Additional commits viewable in compare view

Updates anthropic from 0.36.2 to 0.37.1

Release notes

Sourced from anthropic's releases.

v0.37.1

0.37.1 (2024-10-22)

Full Changelog: v0.37.0...v0.37.1

Bug Fixes

  • bedrock: correct handling of messages beta (#711) (4cba32b)
  • vertex: use correct beta url (b76db5c)

v0.37.0

0.37.0 (2024-10-22)

Full Changelog: v0.36.2...v0.37.0

Features

  • api: add new model and computer-use-2024-10-22 beta (dd93d87)
  • bedrock: add messages beta (2566c93)
  • vertex: add messages beta (0d1f1a6)

Bug Fixes

  • client/async: correctly retry in all cases (#704) (ee6febc)

Chores

Changelog

Sourced from anthropic's changelog.

0.37.1 (2024-10-22)

Full Changelog: v0.37.0...v0.37.1

Bug Fixes

  • bedrock: correct handling of messages beta (#711) (4cba32b)
  • vertex: use correct beta url (b76db5c)

0.37.0 (2024-10-22)

Full Changelog: v0.36.2...v0.37.0

Features

  • api: add new model and computer-use-2024-10-22 beta (dd93d87)
  • bedrock: add messages beta (2566c93)
  • vertex: add messages beta (0d1f1a6)

Bug Fixes

  • client/async: correctly retry in all cases (#704) (ee6febc)

Chores

Commits
  • cd80d46 release: 0.37.1
  • 4c32977 fix(vertex): use correct beta url
  • 8363a8d fix(bedrock): correct handling of messages beta (#711)
  • e8bd777 CI: fix publish workflow credentials (#710)
  • a7bc9eb release: 0.37.0
  • 1c2d817 feat(vertex): add messages beta
  • cabe3fc feat(bedrock): add messages beta
  • 5c0421e feat(api): add new model and computer-use-2024-10-22 beta
  • a348fe7 chore(internal): update spec (#706)
  • 8c0527b chore(internal): remove unused black config (#705)
  • Additional commits viewable in compare view

Updates xmltodict from 0.13.0 to 0.14.2

Changelog

Sourced from xmltodict's changelog.

v0.14.2

  • Revert "Ensure significant whitespace is not trimmed"
    • This changed was backwards incompatible and caused downstream issues.

v0.14.1

v0.14.0

  • Drop old Python 2 support leftover code and apply several RUFF code health fixes.
  • Add Python 3.11, 3.12 and 3.13 support and tests.
  • Tests in gh-action.
  • Remove defusedexpat import.
  • Replace deprecated BadZipfile with BadZipFile.
  • Support indent using integer format, enable python -m unittest tests/*.py.
  • Ensure significant whitespace is not trimmed
  • added conda installation command
  • fix attributes not appearing in streaming mode
  • Fix Travis CI status badge URL
  • Update push_release.sh to use twine.
Commits
  • 0952f38 Bump version and update CHANGELOG.
  • 13068aa Revert "Ensure significant whitespace is not trimmed"
  • 34759c3 Bump version and update CHANGELOG.
  • e3f7161 Drop Python 3.4 and 3.5
  • cc54376 Fix misspellings found by codespell
  • 01cea1e Apply ruff/Pyflakes rule F841
  • 48b47c9 Bump version and update CHANGELOG.
  • 94ee05b Remove unnecessary whitespace.
  • efe6060 Merge branch 'DimitriPapadopoulos-pyupgrade'
  • 5b1b511 Get rid of Python 2 basestring and unicode (#346)
  • Additional commits viewable in compare view

Updates groq from 0.4.2 to 0.11.0

Release notes

Sourced from groq's releases.

v0.11.0

0.11.0 (2024-09-03)

Full Changelog: v0.10.0...v0.11.0

Features

v0.10.0

0.10.0 (2024-08-27)

Full Changelog: v0.9.0...v0.10.0

Features

  • api: OpenAPI spec update via Stainless API (#102) (42a8621)
  • api: OpenAPI spec update via Stainless API (#111) (d860183)
  • api: OpenAPI spec update via Stainless API (#115) (007affd)
  • api: OpenAPI spec update via Stainless API (#98) (c3c42ec)
  • api: update via SDK Studio (#94) (2808c19)
  • api: update via SDK Studio (#97) (97f8a0a)

Chores

  • ci: limit release doctor target branches (#105) (629f2d0)
  • docs: document how to do per-request http client customization (#104) (9334f8b)
  • internal: codegen related update (#103) (7f92641)
  • internal: codegen related update (#112) (4a94475)
  • internal: codegen related update (#117) (e4bc523)
  • internal: use different 32bit detection method (#113) (b7f33d6)
  • tests: update prism version (#106) (360ba04)

v0.9.0

0.9.0 (2024-06-11)

Full Changelog: v0.8.0...v0.9.0

Features

  • api: Fix audio transcription response formats (88e3d61)
  • api: Tool calling features (c081730)

v0.8.0

0.8.0 (2024-05-22)

Full Changelog: v0.7.0...v0.8.0

Features

... (truncated)

Changelog

Sourced from groq's changelog.

0.11.0 (2024-09-03)

Full Changelog: v0.10.0...v0.11.0

Features

0.10.0 (2024-08-27)

Full Changelog: v0.9.0...v0.10.0

Features

  • api: OpenAPI spec update via Stainless API (#102) (42a8621)
  • api: OpenAPI spec update via Stainless API (#111) (d860183)
  • api: OpenAPI spec update via Stainless API (#115) (007affd)
  • api: OpenAPI spec update via Stainless API (#98) (c3c42ec)
  • api: update via SDK Studio (#94) (2808c19)
  • api: update via SDK Studio (#97) (97f8a0a)

Chores

  • ci: limit release doctor target branches (#105) (629f2d0)
  • docs: document how to do per-request http client customization (#104) (9334f8b)
  • internal: codegen related update (#103) (7f92641)
  • internal: codegen related update (#112) (4a94475)
  • internal: codegen related update (#117) (e4bc523)
  • internal: use different 32bit detection method (#113) (b7f33d6)
  • tests: update prism version (#106) (360ba04)

0.9.0 (2024-06-11)

Full Changelog: v0.8.0...v0.9.0

Features

  • api: Fix audio transcription response formats (88e3d61)
  • api: Tool calling features (c081730)

0.8.0 (2024-05-22)

Full Changelog: v0.7.0...v0.8.0

Features

  • api: Define OpenAI-compatible models (bc1bb7b)

... (truncated)

Commits

Updates fireworks-ai from 0.15.6 to 0.15.7

Updates pyright from 1.1.360 to 1.1.385

Release notes

Sourced from pyright's releases.

v1.1.385

No release notes provided.

v1.1.384

No release notes provided.

v1.1.383

No release notes provided.

v1.1.382.post1

No release notes provided.

v1.1.382.post0

This release fixes a regression with nodeenv support in the v1.1.382 release

v1.1.382

No release notes provided.

v1.1.381

No release notes provided.

v1.1.380

No release notes provided.

v1.1.379

No release notes provided.

v1.1.378

No release notes provided.

v1.1.377

No release notes provided.

v1.1.376

No release notes provided.

v1.1.375

No release notes provided.

v1.1.374

No release notes provided.

v1.1.373

No release notes provided.

v1.1.372

No release notes provided.

v1.1.371

No release notes provided.

... (truncated)

Commits

Updates mkdocs-jupyter from 0.24.8 to 0.25.1

Changelog

Sourced from mkdocs-jupyter's changelog.

0.25.1

  • Add option to customize Mathjax URL
  • Fix issue which caused unrelated source files from being copied into the output directory
  • Replace print statements with logging

0.24.3

  • Fix theme selection

0.24.1

  • Fix TOC header links

0.24.0

  • Add option for including requireJS
  • Add option for custom highlight CSS classes
  • Make execute_ignore a list
  • Fix various CSS issues

0.23.0

  • Support nbconvert 7

0.21.0

  • Support Pygments 2.1.0
  • Fix some markdown CSS overflow issues

0.20.1

0.20.0

  • Support for toggle themes in material
  • Use poetry 1.1.X

0.19.0

  • Support mkdocs-material 8

0.18.1

  • Support multiple languages syntax highlighting

0.18.0

  • Support Jupyter themes

... (truncated)

Commits
  • ded7803 Release 0.25.1
  • d50814f Reintroduce custom_mathjax_url plugin arg (#226)
  • a52e908 Bump vite from 4.5.3 to 4.5.5 in /js (#224)
  • 177536a Only copy source files if they are converted by the plugin (#222)
  • d72a84a Release 0.25.0
  • 501c73d Migrate to UV (#217)
  • 7895e56 feat: execute markdown with jupytext frontmatter (#216)
  • 48a3f3a Creating "Download Data" Functionality Per Page (#211)
  • 52d8140 migrate to justfile (#208)
  • 64cfcb6 Add codespell support (config, workflow to detect/not fix) and make it fix fe...
  • Additional commits viewable in compare view

Updates phonenumbers from 8.13.47 to 8.13.48

Commits

Updates datasets from 3.0.1 to 3.0.2

Release notes

Sourced from datasets's releases.

3.0.2

Main bug fixes

What's Changed

New Contributors

Full Changelog: huggingface/datasets@3.0.1...3.0.2

Commits

Bumps the poetry group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [openai](https://github.com/openai/openai-python) | `1.52.0` | `1.52.1` |
| [rich](https://github.com/Textualize/rich) | `13.9.2` | `13.9.3` |
| [jiter](https://github.com/pydantic/jiter) | `0.5.0` | `0.6.1` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.109.2` | `0.115.3` |
| [litellm](https://github.com/BerriAI/litellm) | `1.50.0` | `1.50.1` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.36.2` | `0.37.1` |
| [xmltodict](https://github.com/martinblech/xmltodict) | `0.13.0` | `0.14.2` |
| [groq](https://github.com/groq/groq-python) | `0.4.2` | `0.11.0` |
| [fireworks-ai](https://fireworks.ai) | `0.15.6` | `0.15.7` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.360` | `1.1.385` |
| [mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter) | `0.24.8` | `0.25.1` |
| [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) | `8.13.47` | `8.13.48` |
| [datasets](https://github.com/huggingface/datasets) | `3.0.1` | `3.0.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.7` | `0.7.0` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.5.0` | `4.0.1` |



Updates `openai` from 1.52.0 to 1.52.1
- [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.0...v1.52.1)

Updates `rich` from 13.9.2 to 13.9.3
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.9.2...v13.9.3)

Updates `jiter` from 0.5.0 to 0.6.1
- [Release notes](https://github.com/pydantic/jiter/releases)
- [Commits](pydantic/jiter@v0.5.0...v0.6.1)

Updates `fastapi` from 0.109.2 to 0.115.3
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.109.2...0.115.3)

Updates `litellm` from 1.50.0 to 1.50.1
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.50.0...v1.50.1)

Updates `anthropic` from 0.36.2 to 0.37.1
- [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.36.2...v0.37.1)

Updates `xmltodict` from 0.13.0 to 0.14.2
- [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md)
- [Commits](martinblech/xmltodict@v0.13.0...v0.14.2)

Updates `groq` from 0.4.2 to 0.11.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.4.2...v0.11.0)

Updates `fireworks-ai` from 0.15.6 to 0.15.7

Updates `pyright` from 1.1.360 to 1.1.385
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.360...v1.1.385)

Updates `mkdocs-jupyter` from 0.24.8 to 0.25.1
- [Changelog](https://github.com/danielfrg/mkdocs-jupyter/blob/main/CHANGELOG.md)
- [Commits](danielfrg/mkdocs-jupyter@0.24.8...0.25.1)

Updates `phonenumbers` from 8.13.47 to 8.13.48
- [Commits](daviddrysdale/python-phonenumbers@v8.13.47...v8.13.48)

Updates `datasets` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](huggingface/datasets@3.0.1...3.0.2)

Updates `ruff` from 0.1.7 to 0.7.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.7...0.7.0)

Updates `pre-commit` from 3.5.0 to 4.0.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.5.0...v4.0.1)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-minor
  dependency-group: poetry
- 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: xmltodict
  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: 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-jupyter
  dependency-type: direct:production
  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: datasets
  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-minor
  dependency-group: poetry
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: poetry
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 22, 2024
Copy link

cloudflare-workers-and-pages bot commented Oct 22, 2024

Deploying instructor-py with  Cloudflare Pages  Cloudflare Pages

Latest commit: b17bfb5
Status: ✅  Deploy successful!
Preview URL: https://3168305f.instructor-py.pages.dev
Branch Preview URL: https://dependabot-pip-poetry-fcf05c.instructor-py.pages.dev

View logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants