Skip to content

Commit

Permalink
Update to pendulum 3 in hopes of allowing python 3.12 to be supported
Browse files Browse the repository at this point in the history
  • Loading branch information
anschweitzer committed Mar 25, 2024
1 parent 435188f commit 1777770
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 41 deletions.
145 changes: 105 additions & 40 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Changelog = "https://github.com/thegridelectric/gridworks/releases"
python = ">=3.10, <4.0"
pydantic = "^1.10.2"
python-dotenv = "^1.0.0"
pendulum = "^2.1.2"
pendulum = "^3"
pytz = "^2022.7"
fastapi = "^0.88.0" # figure out what is needed for auto enum

Expand Down

0 comments on commit 1777770

Please sign in to comment.