Skip to content

Commit

Permalink
[ENG-3867] Garden Variety Pickle (#4054)
Browse files Browse the repository at this point in the history
* Use regular `pickle` module from stdlib

* Avoid recreating the rx.State tree for every `get_state`

* Remove dill dependency

* relock deps
  • Loading branch information
masenf authored and simon committed Oct 23, 2024
1 parent 55a5fcc commit 73516b9
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 85 deletions.
96 changes: 43 additions & 53 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ packages = [

[tool.poetry.dependencies]
python = "^3.9"
dill = ">=0.3.8,<0.4"
fastapi = ">=0.96.0,!=0.111.0,!=0.111.1"
gunicorn = ">=20.1.0,<24.0"
jinja2 = ">=3.1.2,<4.0"
Expand Down
Loading

0 comments on commit 73516b9

Please sign in to comment.