Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuslipp authored Jul 16, 2024
1 parent 62d05ae commit 986ca70
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libs/mixedbreadai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[tool.poetry]
name = "langchain-mixedbreadai"
name = "langchain-mixedbread-ai"
version = "0.1.0"
description = "An integration package connecting Mixedbread AI and LangChain"
authors = [
"mixedbreadai <[email protected]>",
"mixedbread.ai <[email protected]>",
]
readme = "README.md"
repository = "https://github.com/mixedbread-ai/langchain-mixedbreadai"
repository = "https://github.com/mixedbread-ai/langchain-mixedbread-ai"
license = "MIT"

[tool.poetry.urls]
"Source Code" = "https://github.com/mixedbread-ai/langchain-mixedbreadai.git/tree/main/libs/mixedbreadai"
"Source Code" = "https://github.com/mixedbread-ai/langchain-mixedbreadai.git/tree/main/libs/mixedbread-ai"

[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Expand Down Expand Up @@ -90,4 +90,4 @@ markers = [
"compile: mark placeholder test used to compile integration tests without running them",
"vcr: marker for VCR tests"
]
asyncio_mode = "auto"
asyncio_mode = "auto"

0 comments on commit 986ca70

Please sign in to comment.