langchain
59157b68
- Bug: Fix Python version validation in PythonAstREPLTool (#1373)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Bug: Fix Python version validation in PythonAstREPLTool (#1373) The current logic checks if the Python major version is < 8, which is wrong. This checks if the major and minor version is < 3.9.
Author
ryandao
Parents
e178008b
Loading