Skip to content

Commit

Permalink
Update semver syntax (#13)
Browse files Browse the repository at this point in the history
Poetry seems to be having issues with dep resolution when using former syntax
  • Loading branch information
eyurtsev committed Oct 3, 2023
1 parent 298ae96 commit e1da404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "langserve"
version = "0.0.4"
version = "0.0.5"
description = ""
readme = "README.md"
authors = ["LangChain"]
license = "LangServe"
repository = "https://github.com/langchain-ai/langserve"

[tool.poetry.dependencies]
python = ">3.8.1,<4"
python = "^3.8.1"
httpx = ">=0.23.0" # May be able to decrease this version
fastapi = {version = ">=0.90.1", optional = true}
sse-starlette = {version = "^1.3.0", optional = true}
Expand Down

0 comments on commit e1da404

Please sign in to comment.