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 with 9 updates #1106

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps the poetry group with 9 updates:

Package From To
jiter 0.5.0 0.6.1
fastapi 0.109.2 0.115.2
litellm 1.50.0 1.50.1
xmltodict 0.13.0 0.14.2
groq 0.4.2 0.11.0
pyright 1.1.360 1.1.385
mkdocs-jupyter 0.24.8 0.25.1
ruff 0.1.7 0.7.0
pre-commit 3.5.0 4.0.1

Updates jiter from 0.5.0 to 0.6.1

Commits

Updates fastapi from 0.109.2 to 0.115.2

Release notes

Sourced from fastapi's releases.

0.115.2

Upgrades

0.115.1

Fixes

Refactors

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

Docs

Translations

Internal

... (truncated)

Commits

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 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 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 ruff from 0.1.7 to 0.7.0

Release notes

Sourced from ruff's releases.

0.7.0

Release Notes

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • The pytest rules PT001 and PT023 now default to omitting the decorator parentheses when there are no arguments (#12838, #13292). This was a change that we attempted to make in Ruff v0.6.0, but only partially made due to an error on our part. See the blog post for more details.
  • The useless-try-except rule (in our tryceratops category) has been recoded from TRY302 to TRY203 (#13502). This ensures Ruff's code is consistent with the same rule in the tryceratops linter.
  • The lint.allow-unused-imports setting has been removed (#13677). Use lint.pyflakes.allow-unused-imports instead.

Formatter preview style

  • Normalize implicit concatenated f-string quotes per part (#13539)

Preview linter features

  • [refurb] implement hardcoded-string-charset (FURB156) (#13530)
  • [refurb] Count codepoints not bytes for slice-to-remove-prefix-or-suffix (FURB188) (#13631)

Rule changes

  • [pylint] Mark PLE1141 fix as unsafe (#13629)
  • [flake8-async] Consider async generators to be "checkpoints" for cancel-scope-no-checkpoint (ASYNC100) (#13639)
  • [flake8-bugbear] Do not suggest setting parameter strict= to False in B905 diagnostic message (#13656)
  • [flake8-todos] Only flag the word "TODO", not words starting with "todo" (TD006) (#13640)
  • [pycodestyle] Fix whitespace-related false positives and false negatives inside type-parameter lists (E231, E251) (#13704)
  • [flake8-simplify] Stabilize preview behavior for SIM115 so that the rule can detect files being opened from a wider range of standard-library functions (#12959).

CLI

  • Add explanation of fixable in --statistics command (#13774)

Bug fixes

  • [pyflakes] Allow ipytest cell magic (F401) (#13745)
  • [flake8-use-pathlib] Fix PTH123 false positive when open is passed a file descriptor (#13616)
  • [flake8-bandit] Detect patterns from multi line SQL statements (S608) (#13574)
  • [flake8-pyi] - Fix dropped expressions in PYI030 autofix (#13727)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.7.0

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • The pytest rules PT001 and PT023 now default to omitting the decorator parentheses when there are no arguments (#12838, #13292). This was a change that we attempted to make in Ruff v0.6.0, but only partially made due to an error on our part. See the blog post for more details.
  • The useless-try-except rule (in our tryceratops category) has been recoded from TRY302 to TRY203 (#13502). This ensures Ruff's code is consistent with the same rule in the tryceratops linter.
  • The lint.allow-unused-imports setting has been removed (#13677). Use lint.pyflakes.allow-unused-imports instead.

Formatter preview style

  • Normalize implicit concatenated f-string quotes per part (#13539)

Preview linter features

  • [refurb] implement hardcoded-string-charset (FURB156) (#13530)
  • [refurb] Count codepoints not bytes for slice-to-remove-prefix-or-suffix (FURB188) (#13631)

Rule changes

  • [pylint] Mark PLE1141 fix as unsafe (#13629)
  • [flake8-async] Consider async generators to be "checkpoints" for cancel-scope-no-checkpoint (ASYNC100) (#13639)
  • [flake8-bugbear] Do not suggest setting parameter strict= to False in B905 diagnostic message (#13656)
  • [flake8-todos] Only flag the word "TODO", not words starting with "todo" (TD006) (#13640)
  • [pycodestyle] Fix whitespace-related false positives and false negatives inside type-parameter lists (E231, E251) (#13704)
  • [flake8-simplify] Stabilize preview behavior for SIM115 so that the rule can detect files being opened from a wider range of standard-library functions (#12959).

CLI

  • Add explanation of fixable in --statistics command (#13774)

Bug fixes

  • [pyflakes] Allow ipytest cell magic (F401) (#13745)
  • [flake8-use-pathlib] Fix PTH123 false positive when open is passed a file descriptor (#13616)
  • [flake8-bandit] Detect patterns from multi line SQL statements (S608) (#13574)
  • [flake8-pyi] - Fix dropped expressions in PYI030 autofix (#13727)

0.6.9

Preview features

... (truncated)

Commits
  • 5e6de4e Changelog for Ruff v0.7 (#13794)
  • 70e5c4a Recode TRY302 to TRY203 (#13502)
  • 9218d6b Remove allow-unused-imports setting from the common lint options (#13677)
  • 1b79ae9 [ruff-0.7] Stabilise the expansion of open-file-with-context-handler to wor...
  • 2b87587 [flake8-pytest-style] Fix defaults when lint.flake8-pytest-style config s...
  • d1e15f6 Remove tab-size setting (#12835)
  • 89a8215 Remove error messages for removed CLI aliases (#12833)
  • 202c6a6 Remove output-format=text setting (#12836)
  • 5c3c0c4 [red-knot] Inference for comparison of union types (#13781)
  • 6b7a738 Add explanation of fixable in --statistics command (#13774)
  • Additional commits viewable in compare view

Updates pre-commit from 3.5.0 to 4.0.1

Release notes

Sourced from pre-commit's releases.

pre-commit v4.0.1

Fixes

pre-commit v4.0.0

Features

Migrating

pre-commit v3.8.0

Features

pre-commit v3.7.1

Fixes

pre-commit v3.7.0

Features

  • Use a tty for docker and docker_image hooks when --color is specified.

Fixes

... (truncated)

Changelog

Sourced from pre-commit's changelog.

4.0.1 - 2024-10-08

Fixes

4.0.0 - 2024-10-05

Features

Migrating

3.8.0 - 2024-07-28

Features

3.7.1 - 2024-05-10

Fixes

  • Fix language: rust default language version check when rust-toolchain.toml is present.

... (truncated)

Commits

Bumps the poetry group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [jiter](https://github.com/pydantic/jiter) | `0.5.0` | `0.6.1` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.109.2` | `0.115.2` |
| [litellm](https://github.com/BerriAI/litellm) | `1.50.0` | `1.50.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` |
| [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` |
| [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 `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.2
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.109.2...0.115.2)

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 `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 `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 `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: 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: 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: 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: 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 21, 2024
Copy link

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

Deploying instructor-py with  Cloudflare Pages  Cloudflare Pages

Latest commit: c436576
Status: ✅  Deploy successful!
Preview URL: https://d77c842a.instructor-py.pages.dev
Branch Preview URL: https://dependabot-pip-poetry-9953f6.instructor-py.pages.dev

View logs

Copy link
Author

dependabot bot commented on behalf of github Oct 22, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 22, 2024
@dependabot dependabot bot deleted the dependabot/pip/poetry-9953f64a0d branch October 22, 2024 22:14
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