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 python-packages group across 1 directory with 8 updates #1948

Closed

Conversation

dependabot[bot]
Copy link

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

Bumps the python-packages group with 8 updates in the /backend directory:

Package From To
fastapi 0.109.2 0.111.0
litellm 1.35.28 1.35.36
litellm[proxy] 1.35.28 1.35.36
boto3 1.34.95 1.34.97
langchain 0.1.16 0.1.17
langchain-community 0.0.34 0.0.36
chromadb 0.4.24 0.5.0
langfuse 2.27.3 2.28.2

Updates fastapi from 0.109.2 to 0.111.0

Release notes

Sourced from fastapi's releases.

0.111.0

Features

Try it out with:

$ pip install --upgrade fastapi
$ fastapi dev main.py
╭────────── FastAPI CLI - Development mode ───────────╮
│                                                     │
│  Serving at: http://127.0.0.1:8000                  │
│                                                     │
│  API docs: http://127.0.0.1:8000/docs               │
│                                                     │
│  Running in development mode, for production use:   │
│                                                     │
│  fastapi run                                        │
│                                                     │
╰─────────────────────────────────────────────────────╯
INFO:     Will watch for changes in these directories: ['/home/user/code/awesomeapp']
INFO:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO:     Started reloader process [2248755] using WatchFiles
INFO:     Started server process [2248757]
INFO:     Waiting for application startup.
INFO:     Application startup complete.

Refactors

  • 🔧 Add configs and setup for fastapi-slim including optional extras fastapi-slim[standard], and fastapi including by default the same standard extras. PR #11503 by @​tiangolo.

0.110.3

Latest Changes

Docs

  • 📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit. PR #11496 by @​tiangolo.
  • ✏️ Fix typo in fastapi/security/api_key.py. PR #11481 by @​ch33zer.
  • ✏️ Fix typo in security/http.py. PR #11455 by @​omarmoo5.

Translations

  • 🌐 Add Traditional Chinese translation for docs/zh-hant/benchmarks.md. PR #11484 by @​KNChiu.

... (truncated)

Commits
  • 1c3e691 📝 Update release notes
  • ab8f557 📝 Update release notes
  • 67da3bb 🔖 Release version 0.111.0
  • 9ed94e4 📝 Update release notes
  • d71be59 ✨ Add FastAPI CLI, the new fastapi command (#11522)
  • a94ef33 📝 Update release notes
  • ea1f219 🔧 Add configs and setup for fastapi-slim including optional extras `fastapi...
  • 32be95d 🔖 Release version 0.110.3
  • 92b67b1 📝 Update release notes
  • e0a9692 📝 Update release notes
  • Additional commits viewable in compare view

Updates litellm from 1.35.28 to 1.35.36

Release notes

Sourced from litellm's releases.

v1.35.36

🚨 🚨 Open Issue with litellm.router on this version

🚨 🚨 last stable release 1.35.32

What's Changed

New Contributors

Full Changelog: BerriAI/litellm@v1.35.35.dev1...v1.35.36

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 ✅ 56 63.96405715923664 1.5730931129961467 0.0 471 0 49.92029699997147 1694.7809739999684
/health/liveliness Passed ✅ 40 42.706221491909126 15.066290939969466 0.0 4511 0 37.89682100000391 1283.0239729999846
/health/readiness Passed ✅ 40 43.55776543367594 15.610694713681507 0.0033399004522211184 4674 1 37.93777000004184 1543.918786000006
Aggregated Passed ✅ 40 44.15532639902693 32.25007876664712 0.0033399004522211184 9656 1 37.89682100000391 1694.7809739999684

v1.35.35

What's Changed

Full Changelog: BerriAI/litellm@v1.35.34...v1.35.35

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 ✅ 41 51.26542280364234 1.6500892298075267 0.0 494 0 35.884482000028584 1109.5307290000278
/health/liveliness Passed ✅ 25 28.873856892782293 15.919686779883952 0.0 4766 0 23.275566999984676 1375.641074000015
/health/readiness Passed ✅ 26 28.245912157308112 15.288377337710626 0.003340261598800661 4577 1 23.47498500000711 1363.4175379999647
Aggregated Passed ✅ 26 29.706156425739458 32.8581533474021 0.003340261598800661 9837 1 23.275566999984676 1375.641074000015

v1.35.35.dev1

... (truncated)

Commits
  • acda064 fix(proxy/utils.py): fix retry logic for generic data request
  • e26b398 Merge pull request #3405 from azohra/patch-1
  • 77098e3 Update model_prices_and_context_window.json
  • 39670cd Add Vision Support for Claude 3 Family
  • 762a1fb Merge pull request #3375 from msabramo/GH-3372
  • a79fd77 Simplify mock_patch_acompletion
  • 6ec0587 Make unnecessary to pass extra arg for mock object
  • 4dfadb0 mock_patch_acompletion in test_proxy_server.py
  • 7ffe410 Merge pull request #3392 from BerriAI/litellm_fix_langfuse_reinitalized
  • 152b5c8 Add test_openai_deployments_model_chat_completions_azure
  • Additional commits viewable in compare view

Updates litellm[proxy] from 1.35.28 to 1.35.36

Release notes

Sourced from litellm[proxy]'s releases.

v1.35.36

🚨 🚨 Open Issue with litellm.router on this version

🚨 🚨 last stable release 1.35.32

What's Changed

New Contributors

Full Changelog: BerriAI/litellm@v1.35.35.dev1...v1.35.36

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 ✅ 56 63.96405715923664 1.5730931129961467 0.0 471 0 49.92029699997147 1694.7809739999684
/health/liveliness Passed ✅ 40 42.706221491909126 15.066290939969466 0.0 4511 0 37.89682100000391 1283.0239729999846
/health/readiness Passed ✅ 40 43.55776543367594 15.610694713681507 0.0033399004522211184 4674 1 37.93777000004184 1543.918786000006
Aggregated Passed ✅ 40 44.15532639902693 32.25007876664712 0.0033399004522211184 9656 1 37.89682100000391 1694.7809739999684

v1.35.35

What's Changed

Full Changelog: BerriAI/litellm@v1.35.34...v1.35.35

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 ✅ 41 51.26542280364234 1.6500892298075267 0.0 494 0 35.884482000028584 1109.5307290000278
/health/liveliness Passed ✅ 25 28.873856892782293 15.919686779883952 0.0 4766 0 23.275566999984676 1375.641074000015
/health/readiness Passed ✅ 26 28.245912157308112 15.288377337710626 0.003340261598800661 4577 1 23.47498500000711 1363.4175379999647
Aggregated Passed ✅ 26 29.706156425739458 32.8581533474021 0.003340261598800661 9837 1 23.275566999984676 1375.641074000015

v1.35.35.dev1

... (truncated)

Commits
  • acda064 fix(proxy/utils.py): fix retry logic for generic data request
  • e26b398 Merge pull request #3405 from azohra/patch-1
  • 77098e3 Update model_prices_and_context_window.json
  • 39670cd Add Vision Support for Claude 3 Family
  • 762a1fb Merge pull request #3375 from msabramo/GH-3372
  • a79fd77 Simplify mock_patch_acompletion
  • 6ec0587 Make unnecessary to pass extra arg for mock object
  • 4dfadb0 mock_patch_acompletion in test_proxy_server.py
  • 7ffe410 Merge pull request #3392 from BerriAI/litellm_fix_langfuse_reinitalized
  • 152b5c8 Add test_openai_deployments_model_chat_completions_azure
  • Additional commits viewable in compare view

Updates boto3 from 1.34.95 to 1.34.97

Changelog

Sourced from boto3's changelog.

1.34.97

  • api-change:dynamodb: [botocore] This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs.
  • api-change:ec2: [botocore] This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM).
  • api-change:personalize: [botocore] This releases ability to delete users and their data, including their metadata and interactions data, from a dataset group.
  • api-change:redshift-serverless: [botocore] Update Redshift Serverless List Scheduled Actions Output Response to include Namespace Name.

1.34.96

  • api-change:bedrock-agent: [botocore] This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base.
  • api-change:ec2: [botocore] Documentation updates for Amazon EC2.
  • api-change:personalize-runtime: [botocore] This release adds support for a Reason attribute for predicted items generated by User-Personalization-v2.
  • api-change:securityhub: [botocore] Updated CreateMembers API request with limits.
  • api-change:sesv2: [botocore] Fixes ListContacts and ListImportJobs APIs to use POST instead of GET.
Commits
  • c800e6a Merge branch 'release-1.34.97'
  • fe66893 Bumping version to 1.34.97
  • 306492f Add changelog entries from botocore
  • f169372 Merge branch 'release-1.34.96'
  • d3b6c1a Merge branch 'release-1.34.96' into develop
  • 3fc23a7 Bumping version to 1.34.96
  • 6ab9dd0 Add changelog entries from botocore
  • b61f7f9 Update waiter description (#4108)
  • fd8eece Merge branch 'release-1.34.95' into develop
  • See full diff in compare view

Updates langchain from 0.1.16 to 0.1.17

Release notes

Sourced from langchain's releases.

langchain==0.1.17

Release langchain==0.1.17

Package-specific release note generation coming soon.

Commits
  • 14422a4 langchain: fix core dep (#21128)
  • 6c938da langchain: release 0.1.17 (#21125)
  • 5f8a307 infra: same tagging for langchain (#21126)
  • bf95414 langchain[minor]: enhance unit test to test imports recursively (#21122)
  • e4f51f5 langchain[patch]: Migrate tools to treat community imports as optional (#21117)
  • 9e788f0 langchain[patch]: Migrate output parsers to support optional community import...
  • 3853fe9 langchain[patch]: Migrate graphs to use optional community imports (#21100)
  • 8658d52 langchain[patch]: Upgrade prompts to optional imports (#21078)
  • 9b6d04a langchain[patch]: Migrate document transformers (#21098)
  • aec13a6 langchain[patch]: Migrate callbacks module to use optional imports for commun...
  • Additional commits viewable in compare view

Updates langchain-community from 0.0.34 to 0.0.36

Release notes

Sourced from langchain-community's releases.

langchain-community==0.0.36

Release langchain-community==0.0.36

Package-specific release note generation coming soon.

langchain-community==0.0.35

Release langchain-community==0.0.35

Package-specific release note generation coming soon.

Commits

Updates chromadb from 0.4.24 to 0.5.0

Release notes

Sourced from chromadb's releases.

0.5.0

Version: 0.5.0 Git ref: refs/tags/0.5.0 Build Date: 2024-04-23T23:09 PIP Package: chroma-0.5.0.tar.gz Github Container Registry Image: ghcr.io/chroma-core/chroma:0.5.0 DockerHub Image: chromadb/chroma:0.5.0

What's Changed

... (truncated)

Commits

Updates langfuse from 2.27.3 to 2.28.2

Release notes

Sourced from langfuse's releases.

v2.28.0

What's Changed

Full Changelog: langfuse/langfuse@v2.27.0...v2.28.0

Commits

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

… updates

Bumps the python-packages group with 8 updates in the /backend directory:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/tiangolo/fastapi) | `0.109.2` | `0.111.0` |
| [litellm](https://github.com/BerriAI/litellm) | `1.35.28` | `1.35.36` |
| [litellm[proxy]](https://github.com/BerriAI/litellm) | `1.35.28` | `1.35.36` |
| [boto3](https://github.com/boto/boto3) | `1.34.95` | `1.34.97` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.1.16` | `0.1.17` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.0.34` | `0.0.36` |
| [chromadb](https://github.com/chroma-core/chroma) | `0.4.24` | `0.5.0` |
| [langfuse](https://github.com/langfuse/langfuse) | `2.27.3` | `2.28.2` |



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

Updates `litellm` from 1.35.28 to 1.35.36
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.35.28...v1.35.36)

Updates `litellm[proxy]` from 1.35.28 to 1.35.36
- [Release notes](https://github.com/BerriAI/litellm/releases)
- [Commits](BerriAI/litellm@v1.35.28...v1.35.36)

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

Updates `langchain` from 0.1.16 to 0.1.17
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@v0.1.16...langchain==0.1.17)

Updates `langchain-community` from 0.0.34 to 0.0.36
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/commits/langchain-community==0.0.36)

Updates `chromadb` from 0.4.24 to 0.5.0
- [Release notes](https://github.com/chroma-core/chroma/releases)
- [Changelog](https://github.com/chroma-core/chroma/blob/main/RELEASE_PROCESS.md)
- [Commits](chroma-core/chroma@0.4.24...0.5.0)

Updates `langfuse` from 2.27.3 to 2.28.2
- [Release notes](https://github.com/langfuse/langfuse/releases)
- [Commits](https://github.com/langfuse/langfuse/commits)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: litellm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: litellm[proxy]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: langchain-community
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: chromadb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: langfuse
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

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

justinh-rahb commented May 4, 2024

We should try ignoring litellm and litellm[proxy]

@justinh-rahb
Copy link
Collaborator

@dependabot ignore litellm litellm[proxy]

Copy link
Author

dependabot bot commented on behalf of github May 4, 2024

Sorry, only users with push access can use that command.

@tjbck
Copy link
Contributor

tjbck commented May 6, 2024

https://github.com/dependabot ignore litellm litellm[proxy]

Copy link
Author

dependabot bot commented on behalf of github May 6, 2024

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

@dependabot dependabot bot closed this May 6, 2024
@dependabot dependabot bot deleted the dependabot/pip/backend/python-packages-07f04a9d69 branch May 6, 2024 13:53
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

2 participants