Skip to content

Commit

Permalink
[rag] update toml again (#3138)
Browse files Browse the repository at this point in the history
# Description

Please add an informative description that covers that changes made by
the pull request and link all relevant issues.

# All Promptflow Contribution checklist:
- [x] **The pull request does not introduce [breaking changes].**
- [x] **CHANGELOG is updated for new features, bug fixes or other
significant changes.**
- [x] **I have read the [contribution guidelines](../CONTRIBUTING.md).**
- [ ] **Create an issue and link to the pull request to get dedicated
review from promptflow team. Learn more: [suggested
workflow](../CONTRIBUTING.md#suggested-workflow).**

## General Guidelines and Best Practices
- [x] Title of the pull request is clear and informative.
- [ ] There are a small number of commits, each of which have an
informative message. This means that previously merged commits do not
appear in the history of the PR. For more information on cleaning up the
commits in your PR, [see this
page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).

### Testing Guidelines
- [ ] Pull request includes test coverage for the included changes.
  • Loading branch information
jingyizhu99 authored May 7, 2024
1 parent 76000c3 commit d6c1d95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/promptflow-rag/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ packages = [
# dependencies
[tool.poetry.dependencies]
python = "<4.0,>=3.8"
azureml-rag[cognitive_search,document_parsing] = ">= 0.2.30.2"
openai = "*"
azureml-rag = ">= 0.2.30.2"
azure-search-documents = ">=11.4.0"
langchain = ">=0.0.236,<=0.1.15"
langchain-community = "<=0.0.33"

[tool.poetry.group.dev.dependencies]
pre-commit = "*"
Expand Down

0 comments on commit d6c1d95

Please sign in to comment.