Skip to content

Commit

Permalink
fix: proper isolate version check (#349)
Browse files Browse the repository at this point in the history
Avoid jumping breaking versions of isolate
include a bump to minimum 0.14.2
  • Loading branch information
chamini2 authored Oct 29, 2024
1 parent b32d4a4 commit a727705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/fal/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ authors = [{ name = "Features & Labels <[email protected]>"}]
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"isolate[build]>=0.13.0,<1.14.0",
"isolate[build]>=0.14.2,<0.15.0",
"isolate-proto==0.5.5",
"grpcio==1.64.0",
"dill==0.3.7",
Expand Down

0 comments on commit a727705

Please sign in to comment.