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

Bump the minor-patch group with 9 updates #187

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2024

Bumps the minor-patch group with 9 updates:

Package From To
boto3 1.34.77 1.34.78
unstructured 0.13.0 0.13.2
boto3-stubs 1.34.77 1.34.78
streamlit 1.32.2 1.33.0
lxml 5.1.0 5.2.1
anthropic 0.21.3 0.23.1
litellm 1.34.25 1.34.27
openai 1.16.1 1.16.2
mkdocstrings 0.24.2 0.24.3

Updates boto3 from 1.34.77 to 1.34.78

Changelog

Sourced from boto3's changelog.

1.34.78

  • api-change:b2bi: [botocore] Adding support for X12 5010 HIPAA EDI version and associated transaction sets.
  • api-change:cleanrooms: [botocore] Feature: New schemaStatusDetails field to the existing Schema object that displays a status on Schema API responses to show whether a schema is queryable or not. New BatchGetSchemaAnalysisRule API to retrieve multiple schemaAnalysisRules using a single API call.
  • api-change:ec2: [botocore] Amazon EC2 G6 instances powered by NVIDIA L4 Tensor Core GPUs can be used for a wide range of graphics-intensive and machine learning use cases. Gr6 instances also feature NVIDIA L4 GPUs and can be used for graphics workloads with higher memory requirements.
  • api-change:emr-containers: [botocore] This release adds support for integration with EKS AccessEntry APIs to enable automatic Cluster Access for EMR on EKS.
  • api-change:ivs: [botocore] API update to include an SRT ingest endpoint and passphrase for all channels.
  • api-change:verifiedpermissions: [botocore] Adds GroupConfiguration field to Identity Source API's
Commits
  • 1882f0f Merge branch 'release-1.34.78'
  • c821589 Bumping version to 1.34.78
  • b54de3a Add changelog entries from botocore
  • 89e4e39 Merge branch 'release-1.34.77' into develop
  • See full diff in compare view

Updates unstructured from 0.13.0 to 0.13.2

Release notes

Sourced from unstructured's releases.

0.13.2

Enhancements

Features

Fixes

  • Brings back missing word list files that caused partition failures in 0.13.1.

0.13.1

Enhancements

  • Drop constraint on pydantic, supporting later versions All dependencies has pydantic pinned at an old version. This explicit pin was removed, allowing the latest version to be pulled in when requirements are compiled.

Features

  • Add a set of new ElementTypes to extend future element types

Fixes

  • Fix partition_html() swallowing some paragraphs. The partition_html() only considers elements with limited depth to avoid becoming the text representation of a giant div. This fix increases the limit value.
  • Fix SFTP Adds flag options to SFTP connector on whether to use ssh keys / agent, with flag values defaulting to False. This is to prevent looking for ssh files when using username and password. Currently, username and password are required, making that always the case.
Changelog

Sourced from unstructured's changelog.

0.13.2

Enhancements

Features

Fixes

  • Brings back missing word list files that caused partition failures in 0.13.1.

0.13.1

Enhancements

  • Drop constraint on pydantic, supporting later versions All dependencies has pydantic pinned at an old version. This explicit pin was removed, allowing the latest version to be pulled in when requirements are compiled.

Features

  • Add a set of new ElementTypes to extend future element types

Fixes

  • Fix partition_html() swallowing some paragraphs. The partition_html() only considers elements with limited depth to avoid becoming the text representation of a giant div. This fix increases the limit value.
  • Fix SFTP Adds flag options to SFTP connector on whether to use ssh keys / agent, with flag values defaulting to False. This is to prevent looking for ssh files when using username and password. Currently, username and password are required, making that always the case.
Commits

Updates boto3-stubs from 1.34.77 to 1.34.78

Commits

Updates streamlit from 1.32.2 to 1.33.0

Release notes

Sourced from streamlit's releases.

1.33.0

What's Changed

Breaking Changes 🛠

New Features 🎉

Bug Fixes 🐛

Other Changes

New Contributors

Full Changelog: streamlit/streamlit@1.32.2...1.33.0

Commits

Updates lxml from 5.1.0 to 5.2.1

Changelog

Sourced from lxml's changelog.

5.2.1 (2024-04-02)

Bugs fixed

  • LP#2059910: The minimum CPU architecture for the Linux x86 binary wheels was set back to "core2", but with SSE 4.2 enabled.

  • LP#2059977: Element.iterfind("//absolute_path") failed with a SyntaxError where it should have issued a warning.

  • GH#416: The documentation build was using the non-standard which command. Patch by Michał Górny.

5.2.0 (2024-03-30)

Other changes

  • LP#1958539: The lxml.html.clean implementation suffered from several (only if used) security issues in the past and was now extracted into a separate library:

    https://github.com/fedora-python/lxml_html_clean

    Projects that use lxml without "lxml.html.clean" will not notice any difference, except that they won't have potentially vulnerable code installed. The module is available as an "extra" setuptools dependency "lxml[html_clean]", so that Projects that need "lxml.html.clean" will need to switch their requirements from "lxml" to "lxml[html_clean]", or install the new library themselves.

  • The minimum CPU architecture for the Linux x86 binary wheels was upgraded to "sandybridge" (launched 2011), and glibc 2.28 / gcc 12 (manylinux_2_28) wheels were added.

  • Built with Cython 3.0.10.

5.1.2 (2024-??-??)

Bugs fixed

  • LP#2059977: Element.iterfind("//absolute_path") failed with a SyntaxError where it should have issued a warning.

5.1.1 (2024-03-28)

... (truncated)

Commits
  • 47f94ff Update changelog.
  • 932a41e Update macOS build isntructions.
  • 888153a Merge branch 'lxml-5.1'
  • fcf00fb Update changelog.
  • 76fd4f9 Fix SyntaxError in Element.iterfind() that should have been a warning.
  • 4faebe3 Fix test.
  • 9b8e36d Fix SyntaxError in Element.iterfind() that should have been a warning.
  • 175c66a Build: Reduce the number of build jobs by disabling some old targets.
  • 06ad31c Prepare release of 5.2.1.
  • 24dafd3 Build: Fix Makefile to work on systems without which(1) (GH-416)
  • Additional commits viewable in compare view

Updates anthropic from 0.21.3 to 0.23.1

Release notes

Sourced from anthropic's releases.

v0.23.1

0.23.1 (2024-04-04)

Full Changelog: v0.23.0...v0.23.1

Documentation

v0.23.0

0.23.0 (2024-04-04)

Full Changelog: v0.22.1...v0.23.0

Features

v0.22.1

0.22.1 (2024-04-04)

Full Changelog: v0.22.0...v0.22.1

Bug Fixes

  • types: correctly mark type as a required property in requests (#435) (efc35ec)

Chores

  • types: consistent naming for text block types (#437) (e979fe1)

v0.22.0

0.22.0 (2024-04-04)

Full Changelog: v0.21.3...v0.22.0

Features

  • client: increase default HTTP max_connections to 1000 and max_keepalive_connections to 100 (#428) (9a43940)
  • package: export default constants (#423) (0d694e1)

Bug Fixes

  • client: correct logic for line decoding in streaming (#433) (6bf9379)
  • project: use absolute github links on PyPi (#427) (cbd8b1c)
  • revert regression with 3.7 support (#419) (fa21f36)
  • streaming: correct accumulation of output tokens (#426) (b50ed05)

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.23.1 (2024-04-04)

Full Changelog: v0.23.0...v0.23.1

Documentation

0.23.0 (2024-04-04)

Full Changelog: v0.22.1...v0.23.0

Features

0.22.1 (2024-04-04)

Full Changelog: v0.22.0...v0.22.1

Bug Fixes

  • types: correctly mark type as a required property in requests (#435) (efc35ec)

Chores

  • types: consistent naming for text block types (#437) (e979fe1)

0.22.0 (2024-04-04)

Full Changelog: v0.21.3...v0.22.0

Features

  • client: increase default HTTP max_connections to 1000 and max_keepalive_connections to 100 (#428) (9a43940)
  • package: export default constants (#423) (0d694e1)

Bug Fixes

  • client: correct logic for line decoding in streaming (#433) (6bf9379)
  • project: use absolute github links on PyPi (#427) (cbd8b1c)
  • revert regression with 3.7 support (#419) (fa21f36)
  • streaming: correct accumulation of output tokens (#426) (b50ed05)

Chores

  • client: validate that max_retries is not None (#430) (31b2a2f)

... (truncated)

Commits

Updates litellm from 1.34.25 to 1.34.27

Release notes

Sourced from litellm's releases.

v1.34.27

Full Changelog: BerriAI/litellm@v1.34.26...v1.34.27

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 ✅ 93 109.87938594267533 1.5730803323619171 0.003339873317116597 471 1 86.13480499997195 1296.3781700000254
/health/liveliness Passed ✅ 78 80.21681031098781 15.046129293610269 0.0 4505 0 73.91940100001193 1017.9840530000206
/health/readiness Passed ✅ 78 82.1807569235042 15.630607124105673 0.010019619951349791 4680 3 68.7019019999866 3399.4434679999586
Aggregated Passed ✅ 78 82.61556168517045 32.24981675007786 0.013359493268466388 9656 4 68.7019019999866 3399.4434679999586

v1.34.26

Track Cost for Custom Tags

Start here: Live now: https://docs.litellm.ai/docs/proxy/enterprise#tracking-spend-for-custom-tags

Group 5781

👉 /cache/delete live now - delete specific cache keys https://docs.litellm.ai/docs/proxy/caching#deleting-cache-keys---cachedelete

⭐️ Cache Hit Responses include cache-key used in response headers

What's Changed

New Contributors

Full Changelog: BerriAI/litellm@v1.34.25...v1.34.26

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 ✅ 81 90.22493932662181 1.4930019313847342 0.0 447 0 76.62882199997512 1052.6339859999894
/health/liveliness Passed ✅ 66 69.8399791989995 15.35754559397541 0.0 4598 0 63.2494559999941 1154.2658040000333
/health/readiness Passed ✅ 66 68.53321177929936 15.36088564303891 0.0 4599 0 63.40399799995566 973.5464270000307
Aggregated Passed ✅ 66 70.16165628463285 32.211433168399054 0.0 9644 0 63.2494559999941 1154.2658040000333
Commits
  • e1aa536 bump: version 1.34.26 → 1.34.27
  • b5f74bf Merge pull request #2851 from BerriAI/litellm_add_model_api_fix
  • 24e2535 Merge branch 'main' into litellm_add_model_api_fix
  • 1ee78c3 fix(proxy_server.py): skip to next model if invalid model (raise logger.error)
  • fbfcd57 fix(proxy_server.py): fix linting issue
  • e3c2bde feat(ui): add models via ui
  • eaf81ed fix github stable releases
  • ab368fc fix use stable / latest tags correctly
  • 28d55cb stable releases
  • 66f579f stable releases - ci/cd
  • Additional commits viewable in compare view

Updates openai from 1.16.1 to 1.16.2

Release notes

Sourced from openai's releases.

v1.16.2

1.16.2 (2024-04-04)

Full Changelog: v1.16.1...v1.16.2

Bug Fixes

  • client: correct logic for line decoding in streaming (#1293) (687caef)
Changelog

Sourced from openai's changelog.

1.16.2 (2024-04-04)

Full Changelog: v1.16.1...v1.16.2

Bug Fixes

  • client: correct logic for line decoding in streaming (#1293) (687caef)
Commits

Updates mkdocstrings from 0.24.2 to 0.24.3

Release notes

Sourced from mkdocstrings's releases.

0.24.3

0.24.3 - 2024-04-05

Compare with 0.24.2

Bug Fixes

  • Support HTML toc labels with Python-Markdown 3.6+ (uncomment code...) (7fe3e5f by Timothée Mazzucotelli).
Changelog

Sourced from mkdocstrings's changelog.

0.24.3 - 2024-04-05

Compare with 0.24.2

Bug Fixes

  • Support HTML toc labels with Python-Markdown 3.6+ (uncomment code...) (7fe3e5f by Timothée Mazzucotelli).
Commits
  • 828bd59 chore: Prepare release 0.24.3
  • 7fe3e5f fix: Support HTML toc labels with Python-Markdown 3.6+ (uncomment code...)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-patch group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.34.77` | `1.34.78` |
| [unstructured](https://github.com/Unstructured-IO/unstructured) | `0.13.0` | `0.13.2` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.77` | `1.34.78` |
| [streamlit](https://github.com/streamlit/streamlit) | `1.32.2` | `1.33.0` |
| [lxml](https://github.com/lxml/lxml) | `5.1.0` | `5.2.1` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.21.3` | `0.23.1` |
| [litellm](https://github.com/BerriAI/litellm) | `1.34.25` | `1.34.27` |
| [openai](https://github.com/openai/openai-python) | `1.16.1` | `1.16.2` |
| [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.24.2` | `0.24.3` |


Updates `boto3` from 1.34.77 to 1.34.78
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.77...1.34.78)

Updates `unstructured` from 0.13.0 to 0.13.2
- [Release notes](https://github.com/Unstructured-IO/unstructured/releases)
- [Changelog](https://github.com/Unstructured-IO/unstructured/blob/main/CHANGELOG.md)
- [Commits](Unstructured-IO/unstructured@0.13.0...0.13.2)

Updates `boto3-stubs` from 1.34.77 to 1.34.78
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `streamlit` from 1.32.2 to 1.33.0
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](streamlit/streamlit@1.32.2...1.33.0)

Updates `lxml` from 5.1.0 to 5.2.1
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-5.1.0...lxml-5.2.1)

Updates `anthropic` from 0.21.3 to 0.23.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.21.3...v0.23.1)

Updates `litellm` from 1.34.25 to 1.34.27
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.34.25...v1.34.27)

Updates `openai` from 1.16.1 to 1.16.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.16.1...v1.16.2)

Updates `mkdocstrings` from 0.24.2 to 0.24.3
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.24.2...0.24.3)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: unstructured
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: boto3-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: streamlit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: lxml
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: anthropic
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: litellm
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: openai
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: mkdocstrings
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 5, 2024
@gecBurton gecBurton merged commit d9fb2bb into main Apr 5, 2024
1 check passed
@gecBurton gecBurton deleted the dependabot/pip/minor-patch-db9ab85c2a branch April 5, 2024 20:06
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.

None yet

1 participant