Skip to content

Commit 234e8e5

Browse files
committed
1 parent 34618fc commit 234e8e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/m/moto.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Moto < Formula
2020
depends_on "cryptography" => :no_linkage
2121
depends_on "libyaml"
2222
depends_on "pydantic" => :no_linkage
23-
depends_on "python@3.14"
23+
depends_on "python@3.13" # Pydantic v1 is incompatible with Python 3.14, issue ref: https://github.com/aws/serverless-application-model/issues/3831
2424
depends_on "rpds-py" => :no_linkage
2525

2626
pypi_packages package_name: "moto[all,server]",
@@ -282,7 +282,7 @@ class Moto < Formula
282282
end
283283

284284
def python3
285-
which("python3.14")
285+
which("python3.13")
286286
end
287287

288288
def install

0 commit comments

Comments
 (0)