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
475 stars 42 forks source link

Update for new anthropic version please #152

Closed BedirT closed 1 week ago

BedirT commented 1 week ago

https://github.com/anthropics/anthropic-sdk-python/releases/tag/v0.29.0 for the new claude model

abubakarsohail commented 1 week ago

https://github.com/anthropics/anthropic-sdk-python/releases/tag/v0.29.0 for the new claude model

Hi @BedirT the library should work with the latest version of anthropic SDK. Can you tell us a little bit more about the issue you are facing?

abubakarsohail commented 1 week ago

Closing this as the SDK already supports this

abubakarsohail commented 1 week ago

I see what the issue is. anthropic and openai are added as a dependency, which is wrong. Will fix this with a PR soon.