Skip to content

Commit

Permalink
NYC-142 - Outdated openai library causing issues (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
buckyroberts authored Jan 27, 2025
1 parent 642d193 commit 46f957e
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 10 deletions.
101 changes: 94 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion promptlayer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .promptlayer import AsyncPromptLayer, PromptLayer

__version__ = "1.0.36"
__version__ = "1.0.37"
__all__ = ["PromptLayer", "AsyncPromptLayer", "__version__"]
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "promptlayer"
version = "1.0.36"
version = "1.0.37"
description = "PromptLayer is a platform for prompt engineering and tracks your LLM requests."
authors = ["Magniv <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -21,9 +21,9 @@ langchain = "^0.0.260"
behave = "^1.2.6"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
openai = "^1.26.0"
anyio = "^4.3.0"
anthropic = "^0.25.8"
openai = "^1.60.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 46f957e

Please sign in to comment.