Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperdrivetypes events update. Version bump to v1.0.19.6 #1184

Merged
merged 8 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixing imports and pinning versions
  • Loading branch information
Sheng Lundquist committed Oct 7, 2024
commit 30462c39bd038727d28c576cb4877eb2f17cd1d2
3 changes: 3 additions & 0 deletions python/hyperdrivetypes/hyperdrivetypes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
"""Hyperdrive python type definitions."""

# Expose base event in hyperdrivetypes
from pypechain.core import BaseEvent

from .fixedpoint_types import (
AddLiquidityEventFP,
CheckpointFP,
Expand Down
2 changes: 1 addition & 1 deletion python/hyperdrivetypes/prerequisite.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pypechain >= 0.0.39
pypechain >= 0.0.41
2 changes: 1 addition & 1 deletion python/hyperdrivetypes/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"Natural Language :: English",
]

dependencies = ["pypechain>=0.0.40", "fixedpointmath"]
dependencies = ["pypechain>=0.0.41", "fixedpointmath"]

[project.optional-dependencies]
dev = ["pyright", "pytest"]
Expand Down
Loading