Skip to content

Commit

Permalink
loosen mypy dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ndamania00 committed Oct 25, 2024
1 parent 73112e5 commit 82f8a9c
Showing 1 changed file with 2 additions and 2 deletions.
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 = "liminal-orm"
version = "1.0.2"
version = "1.0.3"
description = "An ORM and toolkit that builds on top of Benchling's platform to keep your schemas and downstream code dependencies in sync."
authors = ["DynoTx Open Source <[email protected]>"]
readme = "README.md"
Expand All @@ -22,7 +22,7 @@ lxml = "^5.3.0"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"
mkdocs-material = "^9.5.41"
mypy = "^1.11.2"
mypy = "^1.1.1"
pre-commit = "^4.0.1"
pytest = "^8.3.3"
ruff = "^0.6.9"
Expand Down

0 comments on commit 82f8a9c

Please sign in to comment.