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 across 1 directory with 6 updates #410

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 18, 2024

Bumps the minor-patch group with 6 updates in the / directory:

Package From To
langchain 0.1.20 0.2.0
boto3 1.34.97 1.34.108
unstructured 0.13.7 0.14.0
boto3-stubs 1.34.107 1.34.108
anthropic 0.25.9 0.26.0
litellm 1.37.13 1.37.14

Updates langchain from 0.1.20 to 0.2.0

Release notes

Sourced from langchain's releases.

langchain-community==0.2.0

Release langchain-community==0.2.0

Package-specific release note generation coming soon.

langchain==0.2.0

Release langchain==0.2.0

Package-specific release note generation coming soon.

langchain-text-splitters==0.2.0

Release langchain-text-splitters==0.2.0

Package-specific release note generation coming soon.

langchain-core==0.2.0

Release langchain-core==0.2.0

Package-specific release note generation coming soon.

langchain-core==0.2.0rc1

Release langchain-core==0.2.0rc1

Package-specific release note generation coming soon.

Commits

Updates boto3 from 1.34.97 to 1.34.108

Changelog

Sourced from boto3's changelog.

1.34.108

  • api-change:application-autoscaling: [botocore] add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • api-change:codebuild: [botocore] Aws CodeBuild now supports 36 hours build timeout
  • api-change:elbv2: [botocore] This release adds dualstack-without-public-ipv4 IP address type for ALB.
  • api-change:lakeformation: [botocore] Introduces a new API, GetDataLakePrincipal, that returns the identity of the invoking principal
  • api-change:transfer: [botocore] Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.

1.34.107

  • api-change:acm-pca: [botocore] This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions
  • api-change:connect: [botocore] Adding Contact Flow metrics to the GetMetricDataV2 API
  • api-change:kafka: [botocore] AWS MSK support for Broker Removal.
  • api-change:mwaa: [botocore] Amazon MWAA now supports Airflow web server auto scaling to automatically handle increased demand from REST APIs, Command Line Interface (CLI), or more Airflow User Interface (UI) users. Customers can specify maximum and minimum web server instances during environment creation and update workflow.
  • api-change:quicksight: [botocore] This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).
  • api-change:sagemaker: [botocore] Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.
  • api-change:secretsmanager: [botocore] Documentation updates for AWS Secrets Manager
  • bugfix:retries: [botocore] Fix backoff calculation for truncated binary exponential backoff ([#3178](https://github.com/boto/boto3/issues/3178) <https://github.com/boto/botocore/issues/3178>__)

1.34.106

  • api-change:bedrock-agent-runtime: [botocore] Updating Bedrock Knowledge Base Metadata & Filters feature with two new filters listContains and stringContains
  • api-change:codebuild: [botocore] CodeBuild Reserved Capacity VPC Support
  • api-change:datasync: [botocore] Task executions now display a CANCELLING status when an execution is in the process of being cancelled.
  • api-change:grafana: [botocore] This release adds new ServiceAccount and ServiceAccountToken APIs.
  • api-change:medical-imaging: [botocore] Added support for importing medical imaging data from Amazon S3 buckets across accounts and regions.
  • api-change:securityhub: [botocore] Documentation-only update for AWS Security Hub

1.34.105

  • api-change:connect: [botocore] Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances.
  • api-change:s3: [botocore] Updated a few x-id in the http uri traits

1.34.104

  • api-change:events: [botocore] Amazon EventBridge introduces KMS customer-managed key (CMK) encryption support for custom and partner events published on EventBridge Event Bus (including default bus) and UpdateEventBus API.
  • api-change:vpc-lattice: [botocore] This release adds TLS Passthrough support. It also increases max number of target group per rule to 10.

1.34.103

... (truncated)

Commits
  • ab5f82f Merge branch 'release-1.34.108'
  • 6ce3b8b Bumping version to 1.34.108
  • 0e852dd Add changelog entries from botocore
  • b795355 Merge branch 'release-1.34.107'
  • ec8763d Merge branch 'release-1.34.107' into develop
  • 8269cfb Bumping version to 1.34.107
  • f5a56fb Add changelog entries from botocore
  • e7ce001 Merge branch 'release-1.34.106'
  • 5eaa867 Merge branch 'release-1.34.106' into develop
  • 7ab7a20 Bumping version to 1.34.106
  • Additional commits viewable in compare view

Updates unstructured from 0.13.7 to 0.14.0

Release notes

Sourced from unstructured's releases.

0.14.0

BREAKING CHANGES

  • Turn table extraction for PDFs and images off by default. Reverting the default behavior for table extraction to "off" for PDFs and images. A number of users didn't realize we made the change and were impacted by slower processing times due to the extra model call for table extraction.

Enhancements

  • Skip unnecessary element sorting in partition_pdf(). Skip element sorting when determining whether embedded text can be extracted.
  • Faster evaluation Support for concurrent processing of documents during evaluation
  • Add strategy parameter to partition_docx(). Behavior of future enhancements may be sensitive the partitioning strategy. Add this parameter so partition_docx() is aware of the requested strategy.
  • Add GLOBAL_WORKING_DIR and GLOBAL_WORKING_PROCESS_DIR configuration parameteres to control temporary storage.

Features

  • Add form extraction basics (document elements and placeholder code in partition). This is to lay the ground work for the future. Form extraction models are not currently available in the library. An attempt to use this functionality will end in a NotImplementedError.

Fixes

  • Add missing starting_page_num param to partition_image
  • Make the filename and file params for partition_image and partition_pdf match the other partitioners
  • Fix include_slide_notes and include_page_breaks params in partition_ppt
  • Re-apply: skip accuracy calculation feature Overwritten by mistake
  • Fix type hint for paragraph_grouper param paragraph_grouper can be set to False, but the type hint did not not reflect this previously.
  • Remove links param from partition_pdf links is extracted during partitioning and is not needed as a paramter in partition_pdf.
  • Improve CSV delimeter detection. partition_csv() would raise on CSV files with very long lines.
  • Fix disk-space leak in partition_doc(). Remove temporary file created but not removed when file argument is passed to partition_doc().
  • Fix possible SyntaxError or SyntaxWarning on regex patterns. Change regex patterns to raw strings to avoid these warnings/errors in Python 3.11+.
  • Fix disk-space leak in partition_odt(). Remove temporary file created but not removed when file argument is passed to partition_odt().
  • AstraDB: option to prevent indexing metadata
Changelog

Sourced from unstructured's changelog.

0.14.0

BREAKING CHANGES

  • Turn table extraction for PDFs and images off by default. Reverting the default behavior for table extraction to "off" for PDFs and images. A number of users didn't realize we made the change and were impacted by slower processing times due to the extra model call for table extraction.

Enhancements

  • Skip unnecessary element sorting in partition_pdf(). Skip element sorting when determining whether embedded text can be extracted.
  • Faster evaluation Support for concurrent processing of documents during evaluation
  • Add strategy parameter to partition_docx(). Behavior of future enhancements may be sensitive the partitioning strategy. Add this parameter so partition_docx() is aware of the requested strategy.
  • Add GLOBAL_WORKING_DIR and GLOBAL_WORKING_PROCESS_DIR configuration parameteres to control temporary storage.

Features

  • Add form extraction basics (document elements and placeholder code in partition). This is to lay the ground work for the future. Form extraction models are not currently available in the library. An attempt to use this functionality will end in a NotImplementedError.

Fixes

  • Add missing starting_page_num param to partition_image
  • Make the filename and file params for partition_image and partition_pdf match the other partitioners
  • Fix include_slide_notes and include_page_breaks params in partition_ppt
  • Re-apply: skip accuracy calculation feature Overwritten by mistake
  • Fix type hint for paragraph_grouper param paragraph_grouper can be set to False, but the type hint did not not reflect this previously.
  • Remove links param from partition_pdf links is extracted during partitioning and is not needed as a paramter in partition_pdf.
  • Improve CSV delimeter detection. partition_csv() would raise on CSV files with very long lines.
  • Fix disk-space leak in partition_doc(). Remove temporary file created but not removed when file argument is passed to partition_doc().
  • Fix possible SyntaxError or SyntaxWarning on regex patterns. Change regex patterns to raw strings to avoid these warnings/errors in Python 3.11+.
  • Fix disk-space leak in partition_odt(). Remove temporary file created but not removed when file argument is passed to partition_odt().
  • AstraDB: option to prevent indexing metadata
Commits
  • 76831f1 refactor: partition_pdf() pass kwargs through fast strategy pipeline (#...
  • 9cd0e70 fix: reenable arm64 builds for docker (#3045)
  • 1c8b2b2 feat: add GLOBAL_WORKING_DIR and GLOBAL_WORKING_PROCESS_DIR config parametere...
  • ec987dc BREAKING CHANGE: revert table extraction off by default for PDFs and images (...
  • df8d39a fix: allow AstraDB to prevent indexing on metadata columns with long text (#3...
  • 934f1a4 fix: disable arm build for chainguard (#3039)
  • f320889 feat(docx): add strategy parameter to DOC and ODT (#3042)
  • 8644a3b fix(odt): fix disk-space leak in partition_odt() (#3037)
  • 0de9215 fix: use raw strings for regex patterns (#3029)
  • e6ada05 Feat: form parsing placeholders (#3034)
  • Additional commits viewable in compare view

Updates boto3-stubs from 1.34.107 to 1.34.108

Commits

Updates anthropic from 0.25.9 to 0.26.0

Release notes

Sourced from anthropic's releases.

v0.26.0

0.26.0 (2024-05-16)

Full Changelog: v0.25.9...v0.26.0

Features

  • api: add tool_choice param, image block params inside tool_result.content, and streaming for tool_use blocks (#502) (e0bc274)

Chores

Changelog

Sourced from anthropic's changelog.

0.26.0 (2024-05-16)

Full Changelog: v0.25.9...v0.26.0

Features

  • api: add tool_choice param, image block params inside tool_result.content, and streaming for tool_use blocks (#502) (e0bc274)

Chores

Commits
  • 246a297 release: 0.26.0
  • e0c78af feat(api): add tool_choice param, image block params inside `tool_result.co...
  • 5d896a2 chore(internal): minor formatting changes (#500)
  • See full diff in compare view

Updates litellm from 1.37.13 to 1.37.14

Release notes

Sourced from litellm's releases.

v1.37.14

What's Changed

Full Changelog: BerriAI/litellm@v1.37.13...v1.37.14

Docker Run LiteLLM Proxy

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

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 Failed ❌ 9 11.887553362704857 1.6297242673296988 1.6297242673296988 488 488 7.5520679999954154 178.089099999994
/health/liveliness Failed ❌ 8 10.902480935483862 15.529134924350613 15.529134924350613 4650 4650 6.3291929999991225 907.1240070000499
/health/readiness Failed ❌ 8 11.157714575899545 15.68609607304835 15.68609607304835 4697 4697 6.4579570000091735 1189.8105640000267
Aggregated Failed ❌ 8 11.073253457447953 32.84495526472866 32.84495526472866 9835 9835 6.3291929999991225 1189.8105640000267
Commits
  • 186f116 bump: version 1.37.13 → 1.37.14
  • 32a04c5 fix(anthropic.py): bump default anthropic api version for tool use
  • d9ce94a Merge pull request #3703 from msabramo/msabramo/make-langsmith-integration-wo...
  • 12d2dcd ci/cd run again
  • bf4f08a Work with custom LANGSMITH_BASE_URL
  • 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 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [langchain](https://github.com/langchain-ai/langchain) | `0.1.20` | `0.2.0` |
| [boto3](https://github.com/boto/boto3) | `1.34.97` | `1.34.108` |
| [unstructured](https://github.com/Unstructured-IO/unstructured) | `0.13.7` | `0.14.0` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.107` | `1.34.108` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.25.9` | `0.26.0` |
| [litellm](https://github.com/BerriAI/litellm) | `1.37.13` | `1.37.14` |



Updates `langchain` from 0.1.20 to 0.2.0
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.1.20...langchain==0.2.0)

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

Updates `unstructured` from 0.13.7 to 0.14.0
- [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.7...0.14.0)

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

Updates `anthropic` from 0.25.9 to 0.26.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.25.9...v0.26.0)

Updates `litellm` from 1.37.13 to 1.37.14
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.37.13...v1.37.14)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: unstructured
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: boto3-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 21, 2024

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

@dependabot dependabot bot closed this May 21, 2024
@dependabot dependabot bot deleted the dependabot/pip/minor-patch-87c934e595 branch May 21, 2024 00:21
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

0 participants