Skip to content

Commit

Permalink
Merge pull request #416 from eyedol/renovate/textual-0.x
Browse files Browse the repository at this point in the history
Update dependency textual to ^0.74.0
  • Loading branch information
eyedol authored Jul 26, 2024
2 parents 5df589d + 67fb4b9 commit 0ad4917
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "gengpt"}]

[tool.poetry.dependencies]
python = "^3.11"
textual = "^0.73.0"
textual = "^0.74.0"
langchain = "^0.2.0"
openai = "^1.0.0"
aioboto3 = "^13.0.0"
Expand All @@ -18,7 +18,7 @@ numcodecs = "^0.13.0"
tiktoken = "^0.7.0"

[tool.poetry.group.dev.dependencies]
textual = {extras = ["dev"], version="^0.73.0"}
textual = {extras = ["dev"], version="^0.74.0"}
mypy = "^1.1.1"
pylint = "^3.0.0"
pre-commit = "^3.2.1"
Expand Down

0 comments on commit 0ad4917

Please sign in to comment.