Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix config cli type from Path -> str #2771

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

beowulf11
Copy link
Contributor

Config parameter in dev was typed as pathlib.Path, but it is actually a string. We need to manually create a Path from the string when parsing the config.

FIxes #2647

Config parameter in `dev` was typed as pathlib.Path, but it is actually
a string. We need to manually create a Path from the string when parsing
the config.
@hinthornw hinthornw enabled auto-merge December 18, 2024 20:34
@hinthornw hinthornw disabled auto-merge December 18, 2024 20:34
@hinthornw hinthornw enabled auto-merge (squash) December 18, 2024 20:34
@hinthornw hinthornw disabled auto-merge December 18, 2024 23:25
@hinthornw hinthornw merged commit 2855caa into langchain-ai:main Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot run Langgraph dev for langgraph.js: AttributeError: 'str' object has no attribute 'parent'
2 participants