Skip to content

Commit

Permalink
Merge pull request #24 from EnhancedJax/dev
Browse files Browse the repository at this point in the history
Lock dependencies
  • Loading branch information
EnhancedJax authored Jan 4, 2025
2 parents 6cdc1ad + 1f67f63 commit c4db403
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.1

- Lock dependencies, rookie mistake

## 0.2.0

- Added formula inputs in amount fields!
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "Bagels"
version = "0.2.0"
version = "0.2.1"
authors = [
{ name = "Jax", email = "enhancedjax@gmail.com" }
]
Expand Down Expand Up @@ -33,8 +33,8 @@ dependencies = [
"platformdirs==4.3.6",
"propcache==0.2.0",
"pydantic-core==2.23.4",
"pydantic-settings-yaml>=0.2.0",
"pydantic-settings>=2.6.1",
"pydantic-settings-yaml==0.2.0",
"pydantic-settings==2.6.1",
"pydantic==2.9.2",
"pygments==2.18.0",
"pyyaml==6.0.2",
Expand All @@ -45,7 +45,7 @@ dependencies = [
"typing-extensions==4.12.2",
"uc-micro-py==1.0.3",
"werkzeug==3.0.6",
"xdg-base-dirs>=6.0.2",
"xdg-base-dirs==6.0.2",
"yarl==1.16.0",
]

Expand Down

0 comments on commit c4db403

Please sign in to comment.