langchain/libs
Tim Mallezie a13faab6b7
community; allow to set gitlab url in gitlab tool in constrictor (#29380)
This pr, expands the gitlab url so it can also be set in a constructor,
instead of only through env variables.

This allows to do something like this. 
```
       # Create the GitLab API wrapper
        gitlab_api = GitLabAPIWrapper(
            gitlab_url=self.gitlab_url,
            gitlab_personal_access_token=self.gitlab_personal_access_token,
            gitlab_repository=self.gitlab_repository,
            gitlab_branch=self.gitlab_branch,
            gitlab_base_branch=self.gitlab_base_branch,
        )
```
Where before you could not set the url in the constructor.

Co-authored-by: Tim Mallezie <tim.mallezie@dropsolid.com>
2025-01-23 09:36:27 -05:00
..
cli cli[patch]: fix anchor links in templates (#29178) 2025-01-13 18:28:18 +00:00
community community; allow to set gitlab url in gitlab tool in constrictor (#29380) 2025-01-23 09:36:27 -05:00
core core: Bump ruff version to 0.9 (#29201) 2025-01-22 00:20:09 +00:00
experimental experimental: migrate to external repo (#26879) 2024-09-25 19:02:19 -07:00
langchain langchain[patch]: support ollama in init_embeddings (#29349) 2025-01-22 14:47:12 +00:00
partners huggingface: Add IPEX models support (#29179) 2025-01-22 00:16:44 +00:00
standard-tests standard-tests: release 0.3.9 (#29356) 2025-01-22 09:46:19 -08:00
text-splitters text-splitters: Bump ruff version to 0.9 (#29231) 2025-01-22 00:27:58 +00:00
packages.yml docs: add payman docs (#29362) 2025-01-22 18:37:47 -08:00