Skip to content

Commit

Permalink
openai[patch]: 0.0.2.post1, urls (#15961)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Jan 12, 2024
1 parent d5808f7 commit 9502063
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libs/partners/openai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tool.poetry]
name = "langchain-openai"
version = "0.0.2"
version = "0.0.2.post1"
description = "An integration package connecting OpenAI and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain"

[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/openai"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down

0 comments on commit 9502063

Please sign in to comment.