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

Update dependencies to their latests versions #23

Open
este6an13 opened this issue Mar 12, 2024 · 0 comments
Open

Update dependencies to their latests versions #23

este6an13 opened this issue Mar 12, 2024 · 0 comments
Labels
maintenance Software maintenance tasks

Comments

@este6an13
Copy link
Contributor

este6an13 commented Mar 12, 2024

Goal

Check if the direct dependencies have newer versions and add them to the project if possible.

Steps

  1. See the list of dependencies here.
  2. Go to PyPI to check if a depedency has a newer version.
  3. Update the dependency in your virtual environment (pip install -U <dependency> for example).
  4. See if there are any breaking changes and refactor the code of the application if needed.
  5. Run the tests of the application (pytest test/unit/src) and see if the pass.
  6. Add the new version of the dependency to the direct-requirements.txt file.
  7. Run clean-env.bat script on Windows. (We will support Linux later).
  8. Submit your PR.
@este6an13 este6an13 added the maintenance Software maintenance tasks label Mar 12, 2024
este6an13 added a commit that referenced this issue Mar 12, 2024
- update `googleapis-common-protos` dependency
- update `requests-oauthlib` dependency
este6an13 added a commit that referenced this issue Mar 12, 2024
- update `googleapis-common-protos` dependency
- update `requests-oauthlib` dependency
este6an13 added a commit that referenced this issue Mar 12, 2024
- remove `FakeLLM` implementation because `langchain-contrib`
  doesn't support latest version of `langchain`
- remove `langchain-contrib` dependency
- update `langchain` to latest version: `0.1.11` #23
- remove `TestFakeLLM` unit test
- restore `TestLLMClient` unit test
- add versions to `direct-requirements.txt`
este6an13 added a commit that referenced this issue Mar 12, 2024
- remove `FakeLLM` implementation because `langchain-contrib`
  doesn't support latest version of `langchain`
- remove `langchain-contrib` dependency
- update `langchain` to latest version: `0.1.11` #23
- remove `TestFakeLLM` unit test
- restore `TestLLMClient` unit test
- add versions to `direct-requirements.txt`
este6an13 added a commit that referenced this issue Mar 16, 2024
- use `ChatHuggingFace` to instantiate a `Hugging Face` models
- use `HuggingFaceEndpoint` to connect to the `Hugging Face` model
- add `hugging-face` to `LLMClient`
- add `TestHuggingFaceLLMClient` unit test #20
- update `langchain` to `0.1.12` version #23
- install `transformers` dependency
- install `Jinja2` dependency
este6an13 added a commit that referenced this issue Mar 16, 2024
- use `ChatHuggingFace` to instantiate a `Hugging Face` models
- use `HuggingFaceEndpoint` to connect to the `Hugging Face` model
- add `hugging-face` to `LLMClient`
- add `TestHuggingFaceLLMClient` unit test #20
- update `langchain` to `0.1.12` version #23
- install `transformers` dependency
- install `Jinja2` dependency
este6an13 added a commit that referenced this issue Mar 16, 2024
- use `ChatHuggingFace` to instantiate a `Hugging Face` models
- use `HuggingFaceEndpoint` to connect to the `Hugging Face` model
- add `hugging-face` to `LLMClient`
- add `TestHuggingFaceLLMClient` unit test #20
- update `langchain` to `0.1.12` version #23
- install `transformers` dependency
- install `Jinja2` dependency
- add `HUGGINGFACEHUB_API_TOKEN` to `pipeline.yml`
este6an13 added a commit that referenced this issue Mar 16, 2024
- use `ChatHuggingFace` to instantiate a `Hugging Face` models
- use `HuggingFaceEndpoint` to connect to the `Hugging Face` model
- add `hugging-face` to `LLMClient`
- add `TestHuggingFaceLLMClient` unit test #20
- update `langchain` to `0.1.12` version #23
- install `transformers` dependency
- install `Jinja2` dependency
- add `HUGGINGFACEHUB_API_TOKEN` to `pipeline.yml`
este6an13 added a commit that referenced this issue Mar 16, 2024
- use `ChatHuggingFace` to instantiate a `Hugging Face` models
- use `HuggingFaceEndpoint` to connect to the `Hugging Face` model
- add `hugging-face` to `LLMClient`
- add `TestHuggingFaceLLMClient` unit test #20
- update `langchain` to `0.1.12` version #23
- install `transformers` dependency
- install `Jinja2` dependency
- add `HUGGINGFACEHUB_API_TOKEN` to `pipeline.yml`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Software maintenance tasks
Projects
None yet
Development

No branches or pull requests

1 participant