langchain/libs
Filip Ratajczak 4e743b5427
Core: google docstring parsing fix (#28404)
Thank you for contributing to LangChain!

- [ ] **PR title**: "core: google docstring parsing fix"


- [x] **PR message**:
- **Description:** Added a solution for invalid parsing of google
docstring such as:
    Args:
net_annual_income (float): The user's net annual income (in current year
dollars).
- **Issue:** Previous code would return arg = "net_annual_income
(float)" which would cause exception in
_validate_docstring_args_against_annotations
    - **Dependencies:** None

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.

Co-authored-by: Erick Friis <erick@langchain.dev>
2024-12-10 00:27:25 +00:00
..
cli cli: warning on app add (#28619) 2024-12-09 06:07:14 +00:00
community community[fix]: Update Perplexity to pass parameters into API calls (#28421) 2024-12-10 00:23:31 +00:00
core Core: google docstring parsing fix (#28404) 2024-12-10 00:27:25 +00:00
experimental experimental: migrate to external repo (#26879) 2024-09-25 19:02:19 -07:00
langchain langchain: release 0.3.10 (#28585) 2024-12-06 20:20:24 +00:00
partners partners/mistralai: Fix KeyError in Vertex AI stream (#28624) 2024-12-09 14:14:58 -05:00
standard-tests standard-tests: release 0.3.7 (#28637) 2024-12-09 15:12:18 -05:00
text-splitters text-splitters: add pydocstyle linting (#28127) 2024-12-09 06:01:03 +00:00
packages.yml docs: add Linkup integration documentation (#28366) 2024-12-09 14:36:25 -08:00