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 python-requirements group with 3 updates #157

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps the python-requirements group with 3 updates: chainlit, langchain and langchain-community.

Updates chainlit from 1.1.402 to 1.1.404

Release notes

Sourced from chainlit's releases.

1.1.404

Breaking Changes

  • Python Version: This release requires Python 3.9 or higher. Please ensure you're using a compatible Python version before upgrading.
  • Containerized Deployments: If you're using containerized deployments, you may need to specify --host 0.0.0.0 for your container to work correctly with the new security changes.

What's Changed

New Contributors

Full Changelog: Chainlit/chainlit@1.1.402...1.1.404

1.1.403rc0

Fixed

  • Langchain Callback handler IndexError
  • Attempt to fix websocket issues
Changelog

Sourced from chainlit's changelog.

[1.1.404] - 2024-09-04

Security

  • [breaking]: Listen to 127.0.0.1 (localhost) instead on 0.0.0.0 (public) (#861).
  • [breaking]: Dropped support for Python 3.8, solving dependency resolution, addressing vulnerable dependencies (#1192, #1236, #1250).

Fixed

  • Frontend connection resuming after connection loss (#828).
  • Gracefully handle HTTP errors in data layers (#1232).
  • AttributeError: 'ChatCompletionChunk' object has no attribute 'get' in llama_index (#1229).
  • edit_message in correct place in default config, allowing users to edit messages (#1218).

Added

  • CHAINLIT_APP_ROOT environment variable to modify APP_ROOT, enabling the ability to set the location of config.toml and other setting files (#1259).
  • Poetry lockfile in GIT repository for reproducible builds (#1191).
  • pytest-based testing infrastructure, first unit tests of backend and testing on all supported Python versions (#1245 and #1271).
  • Black and isort added to dev dependencies group (#1217).

[1.1.403rc0] - 2024-08-13

Fixed

  • Langchain Callback handler IndexError
  • Attempt to fix websocket issues
Commits

Updates langchain from 0.2.15 to 0.2.16

Release notes

Sourced from langchain's releases.

langchain-community==0.2.16

Changes since langchain-community==0.2.15

community[patch]: Release 0.2.16 (#25982) community[patch]: change default Neo4j username/password (#25226) community: sambastudio llms api v2 support (#25063) docs: Add missing args in api doc of WebResearchRetriever (#25949) community[patch]: added option to change how duckduckgosearchresults tool converts api outputs into string (#22580) community[patch]: update the default hf bge embeddings (#22627) docs: integrations reference updates 13 (#25711) community[minor]: jina search tools integrating (jina reader) (#23339) community[patch]: BingSearchResults returns raw snippets as artifact(#23304) community[patch]: added content_columns option to CSVLoader (#23809) community: Resolve refs recursively when generating openai_fn from OpenAPI spec (#19002) community: fix bug to support for file_search tool from OpenAI (#25927) Feature/update hunyuan (#25779) community: add Intel GPU support to ipex-llm llm integration (#22458) improve llamacpp embeddings (#12972) community[neo4j_vector]: make embedding dimension check optional (#25737) community[patch], docs: Add API reference doc for GraphVectorStore (#25751)

langchain==0.2.16

Changes since langchain==0.2.15

langchain[patch]: Release 0.2.16 (#25977) docs: integrations reference updates 13 (#25711) qdrant: Updated class check in Self-Query Retriever factory (#25877) add neo4j query constructor for self query (#25288) infra: rm together lagnchain test dp (#25866) langchain_openai: Add "strict" parameter to OpenAIFunctionsAgent (#25862) langchain[patch]: fix moderation chain init (#25778)

Commits

Updates langchain-community from 0.2.15 to 0.2.16

Release notes

Sourced from langchain-community's releases.

langchain-community==0.2.16

Changes since langchain-community==0.2.15

community[patch]: Release 0.2.16 (#25982) community[patch]: change default Neo4j username/password (#25226) community: sambastudio llms api v2 support (#25063) docs: Add missing args in api doc of WebResearchRetriever (#25949) community[patch]: added option to change how duckduckgosearchresults tool converts api outputs into string (#22580) community[patch]: update the default hf bge embeddings (#22627) docs: integrations reference updates 13 (#25711) community[minor]: jina search tools integrating (jina reader) (#23339) community[patch]: BingSearchResults returns raw snippets as artifact(#23304) community[patch]: added content_columns option to CSVLoader (#23809) community: Resolve refs recursively when generating openai_fn from OpenAPI spec (#19002) community: fix bug to support for file_search tool from OpenAI (#25927) Feature/update hunyuan (#25779) community: add Intel GPU support to ipex-llm llm integration (#22458) improve llamacpp embeddings (#12972) community[neo4j_vector]: make embedding dimension check optional (#25737) community[patch], docs: Add API reference doc for GraphVectorStore (#25751)

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

Bumps the python-requirements group with 3 updates: [chainlit](https://github.com/Chainlit/chainlit), [langchain](https://github.com/langchain-ai/langchain) and [langchain-community](https://github.com/langchain-ai/langchain).


Updates `chainlit` from 1.1.402 to 1.1.404
- [Release notes](https://github.com/Chainlit/chainlit/releases)
- [Changelog](https://github.com/Chainlit/chainlit/blob/main/CHANGELOG.md)
- [Commits](Chainlit/chainlit@1.1.402...1.1.404)

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

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

---
updated-dependencies:
- dependency-name: chainlit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: langchain-community
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 9, 2024
Copy link

cypress bot commented Sep 9, 2024

multi-mediawiki-rag    Run #449

Run Properties:  status check passed Passed #449  •  git commit d8c5084873 ℹ️: Merge fd8377d6e1e5f23ea0ad2a0394192d9eee877d36 into 9814c9f0add5b20d811968eb44f2...
Project multi-mediawiki-rag
Branch Review 157/merge
Run status status check passed Passed #449
Run duration 00m 15s
Commit git commit d8c5084873 ℹ️: Merge fd8377d6e1e5f23ea0ad2a0394192d9eee877d36 into 9814c9f0add5b20d811968eb44f2...
Committer dependabot[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 2
View all changes introduced in this branch ↗︎

@tylertitsworth tylertitsworth merged commit 025ad6d into main Sep 12, 2024
29 checks passed
@tylertitsworth tylertitsworth deleted the dependabot/pip/python-requirements-5f58b63987 branch September 12, 2024 20:03
Copy link

cypress bot commented Sep 12, 2024

multi-mediawiki-rag    Run #451

Run Properties:  status check passed Passed #451  •  git commit 025ad6d1fa: Bump the python-requirements group with 3 updates (#157)
Project multi-mediawiki-rag
Branch Review main
Run status status check passed Passed #451
Run duration 00m 10s
Commit git commit 025ad6d1fa: Bump the python-requirements group with 3 updates (#157)
Committer dependabot[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 2
View all changes introduced in this branch ↗︎

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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant