We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[email protected]
1 parent 34618fc commit 234e8e5Copy full SHA for 234e8e5
Formula/m/moto.rb
@@ -20,7 +20,7 @@ class Moto < Formula
20
depends_on "cryptography" => :no_linkage
21
depends_on "libyaml"
22
depends_on "pydantic" => :no_linkage
23
- depends_on "python@3.14"
+ depends_on "python@3.13" # Pydantic v1 is incompatible with Python 3.14, issue ref: https://github.com/aws/serverless-application-model/issues/3831
24
depends_on "rpds-py" => :no_linkage
25
26
pypi_packages package_name: "moto[all,server]",
@@ -282,7 +282,7 @@ class Moto < Formula
282
end
283
284
def python3
285
- which("python3.14")
+ which("python3.13")
286
287
288
def install
0 commit comments