Skip to content

Commit

Permalink
chore: bump boa + fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCentonze committed Oct 14, 2024
1 parent ef20673 commit 9f6f820
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 431 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
description = ""
authors = [{ name = "Curve.fi", email = "[email protected]" }]
readme = "README.md"
requires-python = ">=3.10"
requires-python = "==3.12.6"

# Requirements
dependencies = [
Expand All @@ -14,7 +14,7 @@ dependencies = [
]

[tool.uv.sources]
titanoboa = { git = "https://github.com/vyperlang/titanoboa.git", rev = "86df8936654db20686410488738d7abaf165a4c9" }
titanoboa = { git = "https://github.com/vyperlang/titanoboa.git", rev = "a52c79c67ba0e00ceafc70f9daf730c9a57f27c9" }

[tool.uv]
dev-dependencies = [
Expand Down
Loading

0 comments on commit 9f6f820

Please sign in to comment.