MagnivOrg / prompt-layer-library

🍰 PromptLayer - Maintain a log of your prompts and OpenAI API requests. Track, debug, and replay old completions.
https://www.promptlayer.com
Apache License 2.0
477 stars 42 forks source link

Fix import warning on PromptTemplate #83

Closed dmyoung9 closed 9 months ago

dmyoung9 commented 9 months ago

This should silence the warning added in LangChain 0.0.302 😁

Jped commented 9 months ago

@dmyoung9:

  1. can you increment the version in pyproject.toml to 0.3.3
  2. what will happen for users who are using an older version of LangChain?
Jped commented 9 months ago

This is what I get from my local test Screenshot 2023-10-02 at 1 21 22 PM

dmyoung9 commented 9 months ago

Ah, you know what... I've made an oversight. I will fix it today πŸ‘Œ

dmyoung9 commented 9 months ago

@Jped Give it a try now. It just slipped my mind there was another import used there πŸ˜…

Jped commented 9 months ago

@dmyoung9 looks good -- mind changing the library version?

dmyoung9 commented 9 months ago

Done!

dmyoung9 commented 9 months ago

Thanks for the merge! Glad I could help ☺️