Files
langchain/.github/workflows
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/
2023-11-14 15:08:35 -08:00
..
2023-11-14 15:08:35 -08:00
2023-10-26 17:01:31 -07:00
2023-10-23 12:49:38 -04:00
2023-10-26 20:29:36 -07:00