You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/.github
Erick Friis 9545f0666d
fix cli release (#13373)
My thought is that the ==version would prevent pip from finding the
package on regular [pypi.org](http://pypi.org/), so it would look at
[test.pypi.org](http://test.pypi.org/) for that. Otherwise it'll pull
package from [pypi.org](http://pypi.org/) (e.g. sub deps)

Right now, the cli release is failing because it's going to
test.pypi.org by default, so it finds this incorrect FASTAPI package
instead of the real one: https://test.pypi.org/project/FASTAPI/
8 months ago
..
ISSUE_TEMPLATE rename repo namespace to langchain-ai (#11259) 9 months ago
actions/poetry_setup Final poetry action fix: manually recreate softlinks broken by caching. (#10250) 10 months ago
tools Cache black formatting information across CI runs. (#9413) 11 months ago
workflows fix cli release (#13373) 8 months ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#12105) 9 months ago
CONTRIBUTING.md Install and use `ruff format` instead of black for code formatting. (#12585) 8 months ago
PULL_REQUEST_TEMPLATE.md rename repo namespace to langchain-ai (#11259) 9 months ago